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-4h8f-2wvx-gg5w",
"modified": "2025-06-24T18:29:01Z",
"modified": "2025-06-24T18:29:02Z",
"published": "2024-05-03T18:30:37Z",
"aliases": [
"CVE-2024-34447"
Expand Down Expand Up @@ -128,6 +128,22 @@
]
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "org.bouncycastle:bcprov-jdk15"
},
Comment on lines +133 to +136
Copy link

Copilot AI Apr 16, 2026

Choose a reason for hiding this comment

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

PR description notes that bcprov-jdk15on is also affected, but this change adds org.bouncycastle:bcprov-jdk15 instead. Please confirm the intended Maven coordinate and update the affected list accordingly (add bcprov-jdk15on if that's the correct artifact, or adjust the PR description if not).

Copilot uses AI. Check for mistakes.
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "1.61"
Copy link

Copilot AI Apr 16, 2026

Choose a reason for hiding this comment

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

The newly added affected range for org.bouncycastle:bcprov-jdk15 only specifies an introduced version and no fixed version, which will mark all versions >= 1.61 as affected indefinitely. If this vulnerability is fixed in the same release as the other bcprov-* artifacts in this advisory, add the corresponding fixed event (e.g., 1.78) for consistency and accurate remediation guidance.

Suggested change
"introduced": "1.61"
"introduced": "1.61"
},
{
"fixed": "1.78"

Copilot uses AI. Check for mistakes.
}
]
}
]
}
],
"references": [
Expand Down
Loading