feat: Add experimental CycloneDX VEX file#446
Merged
garydgregory merged 3 commits intomasterfrom Jul 29, 2025
Merged
Conversation
This commit introduces an experimental CycloneDX VEX document that: * Provides an analysis of CVE-2025-48924 as it pertains to this library. * Is committed to the **Git repository only** (not published to the website), allowing it to be retrieved via `raw.githubusercontent.com`. This VEX file is intended to support consumers in evaluating the exploitability of known vulnerabilities in Apache Commons BCEL.
garydgregory
requested changes
Jul 29, 2025
Member
There was a problem hiding this comment.
Hello @ppkarwasz
As we discussed on Slack, I think we can keep this experiment under src/conf/secutity like Commons Compress (https://github.com/apache/commons-compress/blob/master/src/conf/security/openvex.json).
I don't think we should invent a new top-level source directory that is a surprise for normal Maven users.
I don't see src/cyclonedx as needed by https://cyclonedx.github.io/cyclonedx-maven-plugin/
Contributor
Author
|
@garydgregory, thanks for the fast review! 💯 |
ppkarwasz
added a commit
to apache/commons-text
that referenced
this pull request
Jul 29, 2025
Moves files as suggested in apache/commons-bcel#446 and fixes copy/paste mistakes.
Member
|
Merged, ty @ppkarwasz! |
garydgregory
added a commit
that referenced
this pull request
Jul 29, 2025
garydgregory
pushed a commit
to apache/commons-text
that referenced
this pull request
Jul 29, 2025
* feat: Add experimental CycloneDX VEX file This commit introduces an experimental CycloneDX VEX document that: * Provides an analysis of **CVE-2025-48924** as it pertains to this library. * Is committed to the **Git repository only** (not published to Maven Central), allowing it to be retrieved via `raw.githubusercontent.com`. This VEX file is intended to support consumers in evaluating the exploitability of known vulnerabilities in Apache Commons Text. * fix: Move files and fix copy/paste problems Moves files as suggested in apache/commons-bcel#446 and fixes copy/paste mistakes.
ppkarwasz
added a commit
to apache/commons-text
that referenced
this pull request
Aug 4, 2025
This update corrects the serial number in the VEX file, which was mistakenly copied from apache/commons-bcel#446. With this fix, all published VEX files will now have unique serial numbers, preventing potential conflicts or duplication.
garydgregory
pushed a commit
to apache/commons-text
that referenced
this pull request
Aug 4, 2025
This update corrects the serial number in the VEX file, which was mistakenly copied from apache/commons-bcel#446. With this fix, all published VEX files will now have unique serial numbers, preventing potential conflicts or duplication.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit introduces an experimental CycloneDX VEX document that:
raw.githubusercontent.com.This VEX file is intended to support consumers in evaluating the exploitability of known vulnerabilities in Apache Commons BCEL.