Skip to content

Commit

Permalink
Remove duplicate entries for CISA
Browse files Browse the repository at this point in the history
  • Loading branch information
strangelookingnerd committed Jan 17, 2023
1 parent e63738a commit 8fac93b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions core/src/main/resources/templates/htmlReport.vsl
Original file line number Diff line number Diff line change
Expand Up @@ -1255,8 +1255,6 @@ Getting Help: <a href="https://github.com/jeremylong/DependencyCheck/issues" tar
This report may contain data retrieved from <a href="https://retirejs.github.io/retire.js/">RetireJS</a>.
<br/>
This report may contain data retrieved from the <a href="https://ossindex.sonatype.org">Sonatype OSS Index</a>.
<br/>
This report may contain data retrieved from the <a href="https://www.cisa.gov/known-exploited-vulnerabilities-catalog">CISA Known Exploited Vulnerabilities Catalog</a>.
</div>
</body>
</html>
1 change: 0 additions & 1 deletion core/src/main/resources/templates/jsonReport.vsl
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"NPM": "This report may contain data retrieved from the NPM Public Advisories: https://www.npmjs.com/advisories",
"RETIREJS": "This report may contain data retrieved from the RetireJS community: https://retirejs.github.io/retire.js/",
"OSSINDEX": "This report may contain data retrieved from the Sonatype OSS Index: https://ossindex.sonatype.org",
"CISA": "This report may contain data retrieved from the CISA Known Exploited Vulnerabilities Catalog: https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
}
},
"dependencies": [
Expand Down
1 change: 0 additions & 1 deletion core/src/main/resources/templates/sarifReport.vsl
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ For more information see [How dependency-check works](https://jeremylong.github.
"npm": "This report may contain data retrieved from the NPM Public Advisories: https://www.npmjs.com/advisories",
"retirejs": "This report may contain data retrieved from the RetireJS community: https://retirejs.github.io/retire.js/",
"ossindex": "This report may contain data retrieved from the Sonatype OSS Index: https://ossindex.sonatype.org",
"CISA": "This report may contain data retrieved from the CISA Known Exploited Vulnerabilities Catalog: https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
#foreach($prop in $properties.getMetaData().entrySet())
,"$enc.json($prop.key)": "$enc.json($prop.value)"
#end
Expand Down

0 comments on commit 8fac93b

Please sign in to comment.