This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/maven/opensaml.version-5.2.2
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
discard 9f844c17f Bump opensaml.version from 5.2.1 to 5.2.2
add b8ecd2185 Bump github/codeql-action from 4.35.3 to 4.35.5 (#615)
add 3da873c18 WSS-726 Make
EncryptedKeyProcessor.getAsymmetricDecryptedByte overridable (#616)
add 554e32909 Bump github/codeql-action from 4.35.5 to 4.36.0 (#619)
add 4f944807e Bump actions/checkout from 6.0.2 to 7.0.0 (#624)
add 6da81967d Bump actions/cache from 5.0.5 to 6.1.0 (#626)
add 21c27e57b Bump actions/setup-java from 5.2.0 to 5.4.0 (#627)
add 20498a8db Bump github/codeql-action from 4.36.0 to 4.36.2 (#622)
add 636e932b9 Add draft project security threat-model document (#618)
add ec36c34c2 Renaming threat model
add 11b47d5d0 Bump org.owasp:dependency-check-maven from 12.2.0 to 12.2.2
(#611)
add 9331244f2 Wire the security threat model for agent discoverability
(AGENTS.md + SECURITY.md) (#628)
add 64c71d7db Bump org.cyclonedx:cyclonedx-maven-plugin from 2.9.1 to
2.9.2 (#629)
add c6812c3c1 Bump com.sun.xml.messaging.saaj:saaj-impl from 3.0.4 to
3.0.6 (#630)
add 1c479bd3c Updating Neethi to 3.2.3
add ba4f6d3b6 Bump github/codeql-action/upload-sarif from 4.36.2 to 4.37.3
(#638)
add 18e55dbce Bump github/codeql-action/init from 4.36.2 to 4.37.3 (#637)
add 8969a96ba Bump github/codeql-action/analyze from 4.36.2 to 4.37.3
(#636)
add e0aa09e39 Bump actions/setup-java from 5.4.0 to 5.6.0 (#635)
add 1ee59fe09 Bump actions/checkout from 7.0.0 to 7.0.1 (#634)
add 789b2fa32 Bump ossf/scorecard-action from 2.4.3 to 2.4.4 (#639)
add bfb5158d3 Bump xmlunit.version from 2.11.0 to 2.12.0 (#633)
add c565843ab Bump slf4j.version from 2.0.17 to 2.0.18 (#632)
add 83b6dcd0b Bump github/codeql-action/upload-sarif from 4.37.3 to 4.37.6
(#643)
add 440a7b452 Bump github/codeql-action/analyze from 4.37.3 to 4.37.6
(#644)
add b158737a8 Bump github/codeql-action/init from 4.37.3 to 4.37.6 (#646)
add 6ea090ef8 Bump actions/setup-java from 5.6.0 to 5.7.0 (#645)
add 6f20d407b Bump org.apache.maven.plugins:maven-enforcer-plugin from
3.6.2 to 3.6.3 (#642)
add 6d86803e1 Bump org.apache.maven.plugins:maven-site-plugin from 3.21.0
to 3.22.0 (#641)
add b975a6975 Fixup sha pinning
add 3936ceca1 WSS-728 - Switch to JBoss repository (#654)
add 0f55eb6e8 Bump opensaml.version from 5.2.1 to 5.2.3
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (9f844c17f)
\
N -- N -- N refs/heads/dependabot/maven/opensaml.version-5.2.2
(0f55eb6e8)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/codeql-analysis.yml | 10 +-
.github/workflows/pull-request-build.yaml | 4 +-
.github/workflows/scorecards.yml | 6 +-
AGENTS.md | 30 +
SECURITY.md | 6 +
THREAT-MODEL.md | 967 +++++++++++++++++++++
parent/pom.xml | 10 +-
pom.xml | 17 +-
.../wss4j/dom/processor/EncryptedKeyProcessor.java | 16 +-
9 files changed, 1042 insertions(+), 24 deletions(-)
create mode 100644 AGENTS.md
create mode 100644 THREAT-MODEL.md