All Downloads are FREE. Search and download functionalities are using the official Maven repository.

config.dependency-suppression.suppression.xml Maven / Gradle / Ivy

Go to download

ca3s offers a unified view and administrative interface for your certificate landscape. It's a CA system with a flexible RA part based on BPM. backed by a CMP-connected CA or an ADCS. Offers automatic certificate distribution interfaces (like ACME and SCEP) for CAs that don't offer such interfaces. Brushed-up codebase of the sourceforge's ca3s-project ([https://sourceforge.net/projects/ca3s/]

There is a newer version: 1.1.19
Show newest version
<?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