[PR] Bump org.graalvm.buildtools:native-maven-plugin from 0.9.28 to 0.10.0 [cxf]

2024-02-01 Thread via GitHub


dependabot[bot] opened a new pull request, #1669:
URL: https://github.com/apache/cxf/pull/1669

   Bumps 
[org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools)
 from 0.9.28 to 0.10.0.
   
   Commits
   
   See full diff in https://github.com/graalvm/native-build-tools/commits";>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.graalvm.buildtools:native-maven-plugin&package-manager=maven&previous-version=0.9.28&new-version=0.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Introduction of CustomerizedAlgorithmSuite (CXF-8971) [cxf]

2024-02-01 Thread via GitHub


JiriOndrusek commented on PR #1660:
URL: https://github.com/apache/cxf/pull/1660#issuecomment-1921487670

   I just verified FIPS compliance by running test 
`WSSecurity10CustomizedAlgorithmSuiteTest` (by execution of  `mvn clean test -f 
systests/ws-security -Dtest=WSSecurity10CustomizedAlgorithmSuiteTest 
-Dorg.apache.xml.security.securerandom.algorithm=PKCS11`)
   
   Scenarion 03 and 04 failed with `no such algorithm`  (as expected), because 
those 2 tests customizes algSuite of the server to be the same as Basic256 - 
which does not work on FIPS
   
   Scenario 01 succeeds - default `CustomizedAlgorithmSuite` works on FIPS.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Introduction of CustomerizedAlgorithmSuite (CXF-8971) [cxf]

2024-02-01 Thread via GitHub


JiriOndrusek commented on PR #1660:
URL: https://github.com/apache/cxf/pull/1660#issuecomment-1921459299

   I harcoded the version of  to 3.0.3-SNAPSHOT to 
get https://issues.apache.org/jira/browse/WSS-709
   
   PR requires update of wss4f to 3.0.3 before merging


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Introduction of CustomerizedAlgorithmSuite (CXF-8971) [cxf]

2024-02-01 Thread via GitHub


JiriOndrusek commented on PR #1660:
URL: https://github.com/apache/cxf/pull/1660#issuecomment-1921423123

   @ffang Thanks for the help. The PR is currently prepared to be merged.
   
   Here is a small summary:
   
   - New algSuite `CustomizedAlgorithmSuite` is registered in 
`DefaultAlgorithmSuiteLoader` with default values allowed in FIPS environment
   - It is possible to change values of this suite by configuring properties 
starting with `ws-security.custom.alg.suite.`
   - Test `WSSecurity10CustomerizedAlgorithmSuiteTest` is verifying scenarios 
where the customization parameters are used correnctly and incorrectly (for 
both stax and non-stax server)
   - Test `CustomizedAlgorithmLoaderTest` is covering the basic customization 
method, which changes the values based on security properties. Test covers 
corner cases and validates, that all parameters are used.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org