Skip to content

Commit

Permalink
- Support version 4.0 of the OWASP Dependency Check DTD (OWASP Depend…
Browse files Browse the repository at this point in the history
…ency Check version 9). Closes #7655.
  • Loading branch information
fniessink committed Dec 12, 2023
1 parent a446579 commit c0667d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ class OWASPDependencyCheckBase(XMLFileSourceCollector, ABC):

allowed_root_tags: ClassVar[list[str]] = [
f"{{https://jeremylong.github.io/DependencyCheck/dependency-check.{version}.xsd}}analysis"
for version in ("2.0", "2.1", "2.2", "2.3", "2.4", "2.5", "3.0", "3.1")
for version in ("2.0", "2.1", "2.2", "2.3", "2.4", "2.5", "3.0", "3.1", "4.0")
]
1 change: 1 addition & 0 deletions docs/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ If your currently installed *Quality-time* version is v4.10.0 or older, please r
### Added

- Add a metric for tracking todo and fixme comments in source code. Closes [#5630](https://github.com/ICTU/quality-time/issues/5630).
- Support version 4.0 of the OWASP Dependency Check DTD (OWASP Dependency Check version 9). Closes [#7655](https://github.com/ICTU/quality-time/issues/7655).

### Changed

Expand Down

0 comments on commit c0667d9

Please sign in to comment.