Skip to content

Conversation

@ryanmurf
Copy link

Updates

  • Affected products

Comments
struts 1.2.x has a different groupId then struts 1.3.x

Copilot AI review requested due to automatic review settings November 12, 2025 16:28
@ryanmurf ryanmurf closed this Nov 12, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the security advisory GHSA-cx25-xg7c-xfm5 to include affected versions for Apache Struts 1.2.x with a different Maven groupId. The key changes address the distinction between Struts 1.2.x and 1.3.x package coordinates.

Key Changes:

  • Added a new affected package entry for struts:struts (groupId for Struts 1.2.x)
  • Updated the modification timestamp to reflect the changes

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

"introduced": "1.2.0"
},
{
"fixed": "<= 1.2.9"
Copy link

Copilot AI Nov 12, 2025

Choose a reason for hiding this comment

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

The 'fixed' field should contain the version where the vulnerability was fixed, not a range expression. The value '<= 1.2.9' indicates vulnerable versions, not the fixed version. This field should either contain a specific version number like '1.2.10' (if that's the fixed version) or be replaced with a 'last_affected' field set to '1.2.9'.

Suggested change
"fixed": "<= 1.2.9"
"last_affected": "1.2.9"

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants