Skip to content

Commit

Permalink
GHSA-9cxr-76pm-j3wf: more accurate version ranges
Browse files Browse the repository at this point in the history
Based on the machine-readable ranges in
https://www.cve.org/CVERecord?id=CVE-2024-53299
  • Loading branch information
raboof committed Jan 28, 2025
1 parent 9d9fbcb commit 5648328
Showing 1 changed file with 43 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,48 @@
"introduced": "7.0.0"
},
{
"fixed": "9.19.0"
"fixed": "7.19.0"
}
]
}
]
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.wicket:wicket-core"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "8.0.0-M1"
},
{
"fixed": "8.17.0"
}
]
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.wicket:wicket-core"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "9.0.0-M1"
},
{
"fixed": "9.18.0"
}
]
}
]
},
{
Expand All @@ -39,7 +77,7 @@
"type": "ECOSYSTEM",
"events": [
{
"introduced": "10.0.0"
"introduced": "10.0.0-M1"
},
{
"fixed": "10.3.0"
Expand Down Expand Up @@ -76,4 +114,4 @@
"github_reviewed_at": "2025-01-23T22:31:09Z",
"nvd_published_at": "2025-01-23T09:15:07Z"
}
}
}

0 comments on commit 5648328

Please sign in to comment.