Add change note

This commit is contained in:
Owen Mansel-Chan
2025-01-07 17:08:23 +00:00
parent 9cc614ac2d
commit 7688f46650

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* We now allow classes which don't have any JAX-RS annotations to inherit JAX-RS annotations from superclasses or interfaces. This is not allowed in the JAX-RS specification, but some implementations, like Apache CXF, allow it. This may lead to more alerts being found.