mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
570 B
570 B
0.7.4
New Features
- Kotlin versions up to 1.9.10 are now supported.
Minor Analysis Improvements
- Fixed the MaD signature specifications to use proper nested type names.
- Added new sanitizer to Java command injection model
- Added more dataflow models for JAX-RS.
- The predicate
JaxWsEndpoint::getARemoteMethodno longer requires the result to be annotated with@WebMethod. Instead, the requirements listed in the JAX-RPC Specification 1.1 for required parameter and return types are used. Applications using JAX-RS may see an increase in results.