Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c76bc97

Browse files
committed
Use OpenVEX to document that we are not affected by CVE-2025-48924 in
Commons Lang
1 parent 9163342 commit c76bc97

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

src/conf/security/openvex.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"@context": "https://openvex.dev/ns/v0.2.0",
3+
"id": "https://apache.org/vex/statement-commons-compress-001",
4+
"author": "apache.org",
5+
"role": "Document Creator",
6+
"timestamp": "2025-07-23T11:11:00Z",
7+
"version": 1,
8+
"statements": [
9+
{
10+
"vulnerability": {
11+
"name": "CVE-2025-48924"
12+
},
13+
"products": [
14+
"pkg:maven/org.apache.commons/[email protected]"
15+
],
16+
"status": "not_affected",
17+
"justification": "vulnerable_code_not_in_execute_path",
18+
"timestamp": "2025-07-23T11:11:00Z"
19+
}
20+
]
21+
}

0 commit comments

Comments
 (0)