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-wwq7-pxwc-p4rc",
"modified": "2022-07-12T22:27:16Z",
"modified": "2023-01-27T05:02:15Z",
"published": "2022-05-17T01:38:56Z",
"aliases": [
"CVE-2012-5785"
Expand Down Expand Up @@ -31,6 +31,22 @@
"database_specific": {
"last_known_affected_version_range": "<= 1.6.2"
}
},
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.axis2:axis2-transport-http"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
}
]
}
]
Comment on lines +40 to +49
Copy link

Copilot AI Dec 4, 2025

Choose a reason for hiding this comment

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

The new package entry for org.apache.axis2:axis2-transport-http is missing a fixed version in the events array. According to the existing entry for org.apache.axis2:axis2, the vulnerability was fixed in version 1.8.0. The new entry should include a similar fixed event to specify which version resolved the vulnerability.

Compare with the existing entry (lines 18-33) which includes:

{
  "introduced": "0"
},
{
  "fixed": "1.8.0"
}

The new entry should follow the same pattern to provide complete vulnerability information.

Copilot uses AI. Check for mistakes.
}
Comment on lines +49 to 50
Copy link

Copilot AI Dec 4, 2025

Choose a reason for hiding this comment

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

The new package entry is missing database_specific field with last_known_affected_version_range information. The existing entry for org.apache.axis2:axis2 includes this field (line 31-33) which provides important context about the last affected version. Consider adding similar information for the axis2-transport-http package to maintain consistency and completeness.

Suggested change
]
}
]
,
"database_specific": {
"last_known_affected_version_range": "<= 1.6.2"
}
}

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