Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
authzforce
core
Commits
308d8f57
Commit
308d8f57
authored
Aug 04, 2018
by
cdanger
Browse files
Merge branch 'develop' of
https://github.com/authzforce/core.git
into develop
parents
d0681430
81d7d0c6
Changes
4
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
308d8f57
[

](https://www.codacy.com/app/coder103/authzforce-ce-core?utm_source=github.com
&
utm_medium=referral
&
utm_content=authzforce/core
&
utm_campaign=Badge_Grade)
[

](https://bestpractices.coreinfrastructure.org/projects/389)
[

](https://travis-ci.org/authzforce/core)
Javadocs: PDP engine
[

](http://javadoc.io/doc/org.ow2.authzforce/authzforce-ce-core-pdp-engine), XACML/JSON extension
[

](http://javadoc.io/doc/org.ow2.authzforce/authzforce-ce-core-pdp-io-xacml-json), Test utilities
[

](http://javadoc.io/doc/org.ow2.authzforce/authzforce-ce-core-pdp-testutils)
...
...
owasp-dependency-check-suppression.xml
View file @
308d8f57
...
...
@@ -10,4 +10,13 @@
<cve>
CVE-2007-6059
</cve>
<cve>
CVE-2015-9097
</cve>
</suppress>
</suppressions>
\ No newline at end of file
<suppress>
<notes>
<![CDATA[
file name: spring-core-4.3.17.RELEASE.jar,
false positive for CVE-2018-1258
]]>
</notes>
<gav>
org.springframework:spring-core:4.3.17.RELEASE
</gav>
<cve>
CVE-2018-1258
</cve>
</suppress>
</suppressions>
pdp-testutils/owasp-dependency-check-suppression.xml
View file @
308d8f57
...
...
@@ -10,4 +10,13 @@
<cve>
CVE-2007-6059
</cve>
<cve>
CVE-2015-9097
</cve>
</suppress>
</suppressions>
\ No newline at end of file
<suppress>
<notes>
<![CDATA[
file name: spring-core-4.3.17.RELEASE.jar,
false positive for CVE-2018-1258
]]>
</notes>
<gav>
org.springframework:spring-core:4.3.17.RELEASE
</gav>
<cve>
CVE-2018-1258
</cve>
</suppress>
</suppressions>
pom.xml
View file @
308d8f57
...
...
@@ -36,6 +36,13 @@
<version>
15.2.0
</version>
</dependency>
<!-- /AuthzForce dependencies -->
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-core
</artifactId>
<!-- Mitigation for CVE-2018-1257, CVE-2018-1258, CVE-2018-1275, CVE-2018-1271, CVE-2018-1270, CVE-2018-1272.
TODO: fix it in authzforce-ce-parent's managed version -->
<version>
4.3.17.RELEASE
</version>
</dependency>
<!-- Test dependencies -->
<dependency>
<groupId>
junit
</groupId>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment