-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a suppression for derby database, since we do not use LDAP, we …
…are fine (#1038)
- Loading branch information
Showing
9 changed files
with
28 additions
and
420 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,4 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd"> | ||
<suppress until="2022-10-01Z"> | ||
<notes><![CDATA[ | ||
file name: spring-core-5.3.20.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-core@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
<suppress until="2022-10-01Z"> | ||
<notes><![CDATA[ | ||
file name: spring-tx-5.3.20.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-tx@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
<suppress until="2022-10-01Z"> | ||
<notes><![CDATA[ | ||
file name: spring-aop-5.3.20.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-aop@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
<suppress until="2022-10-01Z"> | ||
<notes><![CDATA[ | ||
file name: spring-jdbc-5.3.20.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-jdbc@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
<suppress until="2022-10-01Z"> | ||
<notes><![CDATA[ | ||
file name: spring-beans-5.3.20.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-beans@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
<suppress until="2022-10-01Z"> | ||
<notes><![CDATA[ | ||
file name: spring-context-5.3.20.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-context@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
<suppress until="2022-10-01Z"> | ||
<notes><![CDATA[ | ||
file name: spring-expression-5.3.20.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-expression@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
</suppressions> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd"> | ||
<suppress until="2022-10-01Z"> | ||
<suppress> | ||
<notes><![CDATA[ | ||
file name: spring-core-5.3.20.jar | ||
file name: derby-10.13.1.1.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-core@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
<suppress until="2022-10-01Z"> | ||
<notes><![CDATA[ | ||
file name: spring-tx-5.3.20.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-tx@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
<suppress until="2022-10-01Z"> | ||
<notes><![CDATA[ | ||
file name: spring-aop-5.3.20.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-aop@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
<suppress until="2022-10-01Z"> | ||
<notes><![CDATA[ | ||
file name: spring-jdbc-5.3.20.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-jdbc@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
<suppress until="2022-10-01Z"> | ||
<notes><![CDATA[ | ||
file name: spring-beans-5.3.20.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-beans@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
<suppress until="2022-10-01Z"> | ||
<notes><![CDATA[ | ||
file name: spring-context-5.3.20.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-context@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
<suppress until="2022-10-01Z"> | ||
<notes><![CDATA[ | ||
file name: spring-expression-5.3.20.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-expression@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
<packageUrl regex="true">^pkg:maven/org\.apache\.derby/derby@.*$</packageUrl> | ||
<cve>CVE-2022-46337</cve> | ||
</suppress> | ||
</suppressions> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd"> | ||
<suppress until="2022-10-01Z"> | ||
<suppress> | ||
<notes><![CDATA[ | ||
file name: spring-core-5.3.20.jar | ||
file name: derby-10.13.1.1.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-core@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
<suppress until="2022-10-01Z"> | ||
<notes><![CDATA[ | ||
file name: spring-tx-5.3.20.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-tx@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
<suppress until="2022-10-01Z"> | ||
<notes><![CDATA[ | ||
file name: spring-aop-5.3.20.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-aop@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
<suppress until="2022-10-01Z"> | ||
<notes><![CDATA[ | ||
file name: spring-jdbc-5.3.20.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-jdbc@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
<suppress until="2022-10-01Z"> | ||
<notes><![CDATA[ | ||
file name: spring-beans-5.3.20.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-beans@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
<suppress until="2022-10-01Z"> | ||
<notes><![CDATA[ | ||
file name: spring-context-5.3.20.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-context@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
<suppress until="2022-10-01Z"> | ||
<notes><![CDATA[ | ||
file name: spring-expression-5.3.20.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-expression@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
<packageUrl regex="true">^pkg:maven/org\.apache\.derby/derby@.*$</packageUrl> | ||
<cve>CVE-2022-46337</cve> | ||
</suppress> | ||
</suppressions> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd"> | ||
<suppress until="2022-10-01Z"> | ||
<suppress> | ||
<notes><![CDATA[ | ||
file name: spring-core-5.3.20.jar | ||
file name: derby-10.13.1.1.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-core@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
<suppress until="2022-10-01Z"> | ||
<notes><![CDATA[ | ||
file name: spring-tx-5.3.20.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-tx@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
<suppress until="2022-10-01Z"> | ||
<notes><![CDATA[ | ||
file name: spring-aop-5.3.20.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-aop@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
<suppress until="2022-10-01Z"> | ||
<notes><![CDATA[ | ||
file name: spring-jdbc-5.3.20.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-jdbc@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
<suppress until="2022-10-01Z"> | ||
<notes><![CDATA[ | ||
file name: spring-beans-5.3.20.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-beans@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
<suppress until="2022-10-01Z"> | ||
<notes><![CDATA[ | ||
file name: spring-context-5.3.20.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-context@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
<suppress until="2022-10-01Z"> | ||
<notes><![CDATA[ | ||
file name: spring-expression-5.3.20.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-expression@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
<packageUrl regex="true">^pkg:maven/org\.apache\.derby/derby@.*$</packageUrl> | ||
<cve>CVE-2022-46337</cve> | ||
</suppress> | ||
</suppressions> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,4 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd"> | ||
<suppress until="2022-10-01Z"> | ||
<notes><![CDATA[ | ||
file name: spring-core-5.3.20.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-core@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
<suppress until="2022-10-01Z"> | ||
<notes><![CDATA[ | ||
file name: spring-tx-5.3.20.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-tx@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
<suppress until="2022-10-01Z"> | ||
<notes><![CDATA[ | ||
file name: spring-aop-5.3.20.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-aop@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
<suppress until="2022-10-01Z"> | ||
<notes><![CDATA[ | ||
file name: spring-jdbc-5.3.20.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-jdbc@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
<suppress until="2022-10-01Z"> | ||
<notes><![CDATA[ | ||
file name: spring-beans-5.3.20.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-beans@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
<suppress until="2022-10-01Z"> | ||
<notes><![CDATA[ | ||
file name: spring-context-5.3.20.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-context@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
<suppress until="2022-10-01Z"> | ||
<notes><![CDATA[ | ||
file name: spring-expression-5.3.20.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-expression@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
</suppressions> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd"> | ||
<suppress until="2022-10-01Z"> | ||
<suppress> | ||
<notes><![CDATA[ | ||
file name: spring-core-5.3.20.jar | ||
file name: derby-10.13.1.1.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-core@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
<suppress until="2022-10-01Z"> | ||
<notes><![CDATA[ | ||
file name: spring-tx-5.3.20.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-tx@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
<suppress until="2022-10-01Z"> | ||
<notes><![CDATA[ | ||
file name: spring-aop-5.3.20.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-aop@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
<suppress until="2022-10-01Z"> | ||
<notes><![CDATA[ | ||
file name: spring-jdbc-5.3.20.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-jdbc@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
<suppress until="2022-10-01Z"> | ||
<notes><![CDATA[ | ||
file name: spring-beans-5.3.20.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-beans@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
<suppress until="2022-10-01Z"> | ||
<notes><![CDATA[ | ||
file name: spring-context-5.3.20.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-context@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
<suppress until="2022-10-01Z"> | ||
<notes><![CDATA[ | ||
file name: spring-expression-5.3.20.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-expression@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
<packageUrl regex="true">^pkg:maven/org\.apache\.derby/derby@.*$</packageUrl> | ||
<cve>CVE-2022-46337</cve> | ||
</suppress> | ||
</suppressions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd"> | ||
<suppress until="2022-10-01Z"> | ||
<suppress> | ||
<notes><![CDATA[ | ||
file name: spring-core-5.3.20.jar | ||
file name: derby-10.13.1.1.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-core@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
<suppress until="2022-10-01Z"> | ||
<notes><![CDATA[ | ||
file name: spring-tx-5.3.20.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-tx@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
<suppress until="2022-10-01Z"> | ||
<notes><![CDATA[ | ||
file name: spring-aop-5.3.20.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-aop@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
<suppress until="2022-10-01Z"> | ||
<notes><![CDATA[ | ||
file name: spring-jdbc-5.3.20.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-jdbc@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
<suppress until="2022-10-01Z"> | ||
<notes><![CDATA[ | ||
file name: spring-beans-5.3.20.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-beans@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
<suppress until="2022-10-01Z"> | ||
<notes><![CDATA[ | ||
file name: spring-context-5.3.20.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-context@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
<suppress until="2022-10-01Z"> | ||
<notes><![CDATA[ | ||
file name: spring-expression-5.3.20.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-expression@.*$</packageUrl> | ||
<cve>CVE-2016-1000027</cve> | ||
<packageUrl regex="true">^pkg:maven/org\.apache\.derby/derby@.*$</packageUrl> | ||
<cve>CVE-2022-46337</cve> | ||
</suppress> | ||
</suppressions> | ||
|
Oops, something went wrong.