Skip to content

reproducer for false positive of XXE_SCHEMA_FACTORY in find-sec-bugs

Notifications You must be signed in to change notification settings

javanegmond/xxe-schema-factory-secbug

Repository files navigation

False positive for XXE_SCHEMA_FACTORY

Compile and run spotbugs:

mvn compile
mvn spotbugs:spotbugs

Observe in target/spotbugsXml.xml that there's exactly 2 bugs with type='XXE_SCHEMA_FACTORY'.

Note that this bug occurs in SchemaCreatorCreateAndConfigureInSeparateMethod.java and SchemaCreatorConfigureInSeparateMethod.java, but not in SchemaCreatorInlined.java.

About

reproducer for false positive of XXE_SCHEMA_FACTORY in find-sec-bugs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages