config.dependency-suppression.suppression.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd"> <suppress> <notes><![CDATA[ file name: jhipster-framework-3.9.1.jar ]]></notes> <packageUrl regex="true">^pkg:maven/io\.github\.jhipster/jhipster\-framework@.*$</packageUrl> <cve>CVE-2019-16303</cve> </suppress> <suppress> <notes><![CDATA[ Suppress all the bootstrap and jquery issues in liquibase https://liquibase.jira.com/browse/CORE-3203 ]]></notes> <filePath regex="true">.*/liquibase-core-.*\.jar/.*</filePath> <cve>CVE-2015-9251</cve> <cve>CVE-2018-14040</cve> <cve>CVE-2018-14041</cve> <cve>CVE-2018-14042</cve> <cve>CVE-2019-11358</cve> <cve>CVE-2019-8331</cve> </suppress> </suppressions>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy