Merge pull request #18137 from owen-mc/java/jax-rs-annotation-inheritance

Java: Update JAX-RS annotation inheritance
This commit is contained in:
Owen Mansel-Chan
2025-01-21 15:26:47 +00:00
committed by GitHub
10 changed files with 663 additions and 12 deletions

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.