Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-6hgm-866r-3cjv",
"modified": "2023-05-31T15:55:08Z",
"modified": "2023-06-12T21:58:57Z",
"published": "2020-06-15T20:36:20Z",
"aliases": [
"CVE-2015-6420"
Expand All @@ -20,7 +20,7 @@
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
"introduced": "4.0"
},
{
"fixed": "4.1"
Expand All @@ -47,63 +47,6 @@
]
}
]
Copy link

Copilot AI Apr 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change removes multiple affected package coordinates (e.g., collections-generic and ServiceMix bundle GAVs). If those artifacts are still published/used independently, dropping them will stop downstream tooling from flagging vulnerable dependencies for those coordinates. If the intent is only to de-duplicate overlapping coverage, consider retaining these affected entries (with corrected/non-overlapping ranges) or documenting why they’re safe to remove (e.g., never shipped within the vulnerable range, aliases to the remaining coordinate, or superseded/retracted artifacts).

Suggested change
]
]
},
{
"package": {
"ecosystem": "Maven",
"name": "collections-generic:collections-generic"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
}
]
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.servicemix.bundles:org.apache.servicemix.bundles.commons-collections"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "3.2.2_1"
}
]
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.servicemix.bundles:org.apache.servicemix.bundles.commons-collections4"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "4.0_1"
},
{
"fixed": "4.1_1"
}
]
}
]

Copilot uses AI. Check for mistakes.
},
{
"package": {
"ecosystem": "Maven",
"name": "net.sourceforge.collections:collections-generic"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"last_affected": "4.0.1"
}
]
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.servicemix.bundles:org.apache.servicemix.bundles.collections-generic"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"last_affected": "4.01"
}
]
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.servicemix.bundles:org.apache.servicemix.bundles.commons-collections"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"last_affected": "3.2.1"
}
]
}
]
}
],
"references": [
Expand Down
Loading