facebook / infer

A static analyzer for Java, C, C++, and Objective-C
http://fbinfer.com/
MIT License
14.89k stars 2.01k forks source link

[java] add support for Java WAR files #1675

Closed jeremydubreil closed 1 year ago

jeremydubreil commented 2 years ago

Java WAR files are a special type of JAR file containing extra elements to deploy a full web applications: https://en.wikipedia.org/wiki/WAR_(file_format)

Infer should treat WAR file as JAR files and scan the bytecode they contain.

facebook-github-bot commented 1 year ago

@jvillard has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

jvillard commented 1 year ago

Thank you!