diff --git a/java/ql/lib/change-notes/2026-01-27-struts-7-support.md b/java/ql/lib/change-notes/2026-01-27-struts-7-support.md new file mode 100644 index 00000000000..a94a03567ee --- /dev/null +++ b/java/ql/lib/change-notes/2026-01-27-struts-7-support.md @@ -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.