Skip to content
This repository was archived by the owner on Sep 27, 2025. It is now read-only.

Commit be9719f

Browse files
authored
fix: remove duplicate entries for CISA (#5332)
2 parents e63738a + 94afa45 commit be9719f

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

core/src/main/resources/templates/htmlReport.vsl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1255,8 +1255,6 @@ Getting Help: <a href="https://github.com/jeremylong/DependencyCheck/issues" tar
12551255
This report may contain data retrieved from <a href="https://retirejs.github.io/retire.js/">RetireJS</a>.
12561256
<br/>
12571257
This report may contain data retrieved from the <a href="https://ossindex.sonatype.org">Sonatype OSS Index</a>.
1258-
<br/>
1259-
This report may contain data retrieved from the <a href="https://www.cisa.gov/known-exploited-vulnerabilities-catalog">CISA Known Exploited Vulnerabilities Catalog</a>.
12601258
</div>
12611259
</body>
12621260
</html>

core/src/main/resources/templates/jsonReport.vsl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@
4949
"CISA": "This report may contain data retrieved from the CISA Known Exploited Vulnerability Catalog: https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
5050
"NPM": "This report may contain data retrieved from the NPM Public Advisories: https://www.npmjs.com/advisories",
5151
"RETIREJS": "This report may contain data retrieved from the RetireJS community: https://retirejs.github.io/retire.js/",
52-
"OSSINDEX": "This report may contain data retrieved from the Sonatype OSS Index: https://ossindex.sonatype.org",
53-
"CISA": "This report may contain data retrieved from the CISA Known Exploited Vulnerabilities Catalog: https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
52+
"OSSINDEX": "This report may contain data retrieved from the Sonatype OSS Index: https://ossindex.sonatype.org"
5453
}
5554
},
5655
"dependencies": [

core/src/main/resources/templates/sarifReport.vsl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ For more information see [How dependency-check works](https://jeremylong.github.
6565
"cisa": "This report may contain data retrieved from the CISA Known Exploited Vulnerability Catalog: https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
6666
"npm": "This report may contain data retrieved from the NPM Public Advisories: https://www.npmjs.com/advisories",
6767
"retirejs": "This report may contain data retrieved from the RetireJS community: https://retirejs.github.io/retire.js/",
68-
"ossindex": "This report may contain data retrieved from the Sonatype OSS Index: https://ossindex.sonatype.org",
69-
"CISA": "This report may contain data retrieved from the CISA Known Exploited Vulnerabilities Catalog: https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
68+
"ossindex": "This report may contain data retrieved from the Sonatype OSS Index: https://ossindex.sonatype.org"
7069
#foreach($prop in $properties.getMetaData().entrySet())
7170
,"$enc.json($prop.key)": "$enc.json($prop.value)"
7271
#end

0 commit comments

Comments
 (0)