Skip to content
Merged
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-4qqf-hmv6-r6wh",
"modified": "2022-07-13T17:29:15Z",
"modified": "2023-02-15T19:58:49Z",
"published": "2022-04-22T00:24:28Z",
"aliases": [
"CVE-2011-2487"
Expand Down Expand Up @@ -33,6 +33,25 @@
]
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "wss4j:wss4j"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
}
]
}
],
"database_specific": {
"last_known_affected_version_range": "< 1.6.5"
}
Comment on lines +48 to +54
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.

last_known_affected_version_range: "< 1.6.5"indicates a concrete boundary where1.6.5is not affected; in OSV-style ranges this is typically modeled as afixedevent (e.g.,introduced: "0"+fixed: "1.6.5") rather than relying on database_specific. Using fixedmakes the affected range machine-readable/consistent across tooling; consider moving this constraint intoeventsand removing thedatabase_specificrange note (or keepingdatabase_specific` only for extra context).

Suggested change
}
]
}
],
"database_specific": {
"last_known_affected_version_range": "< 1.6.5"
}
},
{
"fixed": "1.6.5"
}
]
}
]

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