- 07 Feb, 2017 2 commits
-
-
cdanger authored
-
cdanger authored
- Changed core-pdp-api: 8.2.0 -> 9.0.0 - Renamed PDPImpl to BasePdpEngine implements new PDPEngine API - Removed/Merged PdpConfigurationParser into BasePdpEngine - Added unit test of CXF authorization interceptor using AuthForce PDP (BasePdpEngine), adapted from https://github.com/coheigea/testcases/tree/master/apache/cxf/cxf-sts-xacml
-
- 27 Jan, 2017 1 commit
-
-
Cyril Dangerville authored
-
- 15 Jan, 2017 9 commits
-
-
cdanger authored
-
cdanger authored
-
cdanger authored
-
cdanger authored
-
cdanger authored
-
cdanger authored
-
cdanger authored
-
cdanger authored
-
cdanger authored
- Parent project version: 4.0.0 -> 4.1.1 - authzforce-ce-core-pdp-api: 8.0.0 -> 8.2.0 ### Fixed - Security issues reported by Find Security Bugs plugin
-
- 14 Jan, 2017 2 commits
- 13 Jan, 2017 2 commits
- 05 Dec, 2016 1 commit
-
-
cdanger authored
-
- 04 Dec, 2016 1 commit
-
-
cdanger authored
- Code enhancement: replaced Map#put(...) with Map#putIfAbsent(..) introduced in Java 8
-
- 21 Nov, 2016 9 commits
-
-
cdanger authored
-
cdanger authored
-
cdanger authored
-
cdanger authored
-
cdanger authored
-
cdanger authored
-
cdanger authored
-
cdanger authored
- Updated CHANGELOG with latest changes
-
https://github.com/authzforce/core.gitcdanger authored
develop Conflicts: src/main/java/org/ow2/authzforce/core/pdp/impl/PdpConfigurationParser.java
-
- 14 Nov, 2016 1 commit
-
-
cdanger authored
- POM: changed project version: 5.0.3-SNAPSHOT -> 6.0.0 - POM: changed dep version: authzforce-ce-core-pdp-api 7.1.2-SNAPSHOT -> 8.0.0-SNAPSHOT - POM: added owasp-dependency-check plugin - Replaced classes (Ordered)Deny/PermitOverridesCombiningAlg with DPOverridesCombiningAlg - Replaced classes Deny/PermitUnlessPermit/DenyCombiningAlg with DPUnlessPDCombiningAlg - LogicalNOfFunction: first parameter (minimum of TRUE arguments to return TRUE) checked at Apply parsing time if constant - Substring function: second and third arguments checked at Apply parsing time if constant (arg1 >= 0, arg2 == -1 || arg2 >= arg1) - XACML Condition: expression checked whether constant FALSE -> illegal (or TRUE -> optimized) - Fixed issues with unit tests
-
- 09 Nov, 2016 8 commits
-
-
cdanger authored
-
cdanger authored
-
Cyril Dangerville authored
Update README with the address of the CII badge
-
hargathor authored
-
Cyril Dangerville authored
-
Cyril Dangerville authored
-
Cyril Dangerville authored
-
Cyril Dangerville authored
-
- 08 Nov, 2016 1 commit
-
-
cdanger authored
-
- 07 Nov, 2016 1 commit
-
-
cdanger authored
Renamed class from *Alg to *CombiningAlg
-
- 04 Nov, 2016 1 commit
-
-
cdanger authored
-
- 01 Nov, 2016 1 commit
-
-
cdanger authored
first and ignore/remove useless rules, e.g. if one Deny/Permit rule is empty) - Condition optimization: pre-evaluation of condition's Expression at initialization time to check whether the expression is not constant True/False
-