mirror of
https://github.com/github/codeql.git
synced 2026-02-11 20:51:06 +01:00
Java: Add change note for Struts 7.x package name support
This commit is contained in:
4
java/ql/lib/change-notes/2026-01-27-struts-7-support.md
Normal file
4
java/ql/lib/change-notes/2026-01-27-struts-7-support.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Added support for Struts 7.x package names in the Struts framework library. The library now recognizes both the legacy `com.opensymphony.xwork2` package names (Struts 2.x-6.x) and the new `org.apache.struts2` package names (Struts 7.x+), maintaining backward compatibility while enabling analysis of code using the latest Struts versions.
|
||||
Reference in New Issue
Block a user