Skip to content

Commit 248b685

Browse files
Remove incorrect CVE reference from documentation
Co-authored-by: mickeygousset <20031479+mickeygousset@users.noreply.github.com>
1 parent 0f95651 commit 248b685

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DEPENDENCY_ANALYSIS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ This project demonstrates a vulnerable dependency (`commons-collections:3.2.1`)
99
**Package**: `commons-collections:3.2.1`
1010

1111
**Known Vulnerabilities**:
12-
- CVE-2015-7501: Apache Commons Collections InvokerTransformer class allows remote attackers to execute arbitrary Java code via crafted serialized objects
13-
- CVE-2015-6420: Similar remote code execution vulnerability through unsafe deserialization
12+
- CVE-2015-7501: Apache Commons Collections InvokerTransformer class allows remote attackers to execute arbitrary Java code via crafted serialized objects through unsafe deserialization
13+
- This vulnerability affects commons-collections versions 3.0 through 3.2.1
1414

1515
### Dependency Paths
1616

0 commit comments

Comments
 (0)