-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- updated parent project: 8.5.0 - updated authzforce-ce-core-*: 20.3.1
- Loading branch information
Showing
12 changed files
with
70 additions
and
57 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
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
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
23 changes: 20 additions & 3 deletions
23
cxf-spring-boot-server/owasp-dependency-check-suppression.xml
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,8 +1,25 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<suppressions | ||
xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.1.xsd"> | ||
xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd"> | ||
<suppress> | ||
<!--See issue #35 on Github --> | ||
<cve>CVE-2018-8088</cve> | ||
<notes><![CDATA[ | ||
FP per issue https://github.com/jeremylong/DependencyCheck/issues/5545. | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.json/json@.*$</packageUrl> | ||
<vulnerabilityName>CVE-2022-45688</vulnerabilityName> | ||
</suppress> | ||
<suppress> | ||
<notes><![CDATA[ | ||
FP per issue #5779 | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/com\.fasterxml\.jackson\.core/jackson-databind@.*$</packageUrl> | ||
<cve>CVE-2023-35116</cve> | ||
</suppress> | ||
<suppress> | ||
<notes><![CDATA[ | ||
Considered FP by Spring devs - https://github.com/spring-projects/spring-framework/issues/24434 | ||
]]></notes> | ||
<packageUrl>pkg:maven/org.springframework/[email protected]</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
2 changes: 1 addition & 1 deletion
2
...er/src/main/java/org/ow2/authzforce/rest/pdp/cxf/springboot/CxfJaxrsPdpSpringBootApp.java
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
2 changes: 1 addition & 1 deletion
2
.../test/java/org/ow2/authzforce/rest/pdp/cxf/springboot/test/XacmlRestProfileJaxRsTest.java
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
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
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,7 +1,3 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.1.xsd"> | ||
<suppress> | ||
<!--See issue #35 on Github --> | ||
<cve>CVE-2018-8088</cve> | ||
</suppress> | ||
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd"> | ||
</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
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,8 +1,29 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<suppressions | ||
xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.1.xsd"> | ||
<suppress> | ||
xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd"> | ||
<!--<suppress>--> | ||
<!--See issue #35 on Github --> | ||
<cve>CVE-2018-8088</cve> | ||
<!--<cve>CVE-2018-8088</cve>--> | ||
<!--</suppress>--> | ||
<suppress> | ||
<notes><![CDATA[ | ||
FP per issue https://github.com/jeremylong/DependencyCheck/issues/5545. | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.json/json@.*$</packageUrl> | ||
<vulnerabilityName>CVE-2022-45688</vulnerabilityName> | ||
</suppress> | ||
<suppress> | ||
<notes><![CDATA[ | ||
FP per issue #5779 | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/com\.fasterxml\.jackson\.core/jackson-databind@.*$</packageUrl> | ||
<cve>CVE-2023-35116</cve> | ||
</suppress> | ||
<suppress> | ||
<notes><![CDATA[ | ||
Considered FP by Spring devs - https://github.com/spring-projects/spring-framework/issues/24434 | ||
]]></notes> | ||
<packageUrl>pkg:maven/org.springframework/[email protected]</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