mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
22 lines
677 B
Markdown
22 lines
677 B
Markdown
## 1.1.2
|
|
|
|
### Minor Analysis Improvements
|
|
|
|
* Added models for the following packages:
|
|
|
|
* io.undertow.server.handlers.resource
|
|
* jakarta.faces.context
|
|
* javax.faces.context
|
|
* javax.servlet
|
|
* org.jboss.vfs
|
|
* org.springframework.core.io
|
|
* A bug has been fixed in the heuristic identification of uncertain control
|
|
flow, which is used to filter data flow in order to improve performance and
|
|
reduce false positives. This fix means that slightly more code is identified
|
|
and hence pruned from data flow.
|
|
* Excluded reverse DNS from the loopback address as a source of untrusted data.
|
|
|
|
### Bug Fixes
|
|
|
|
* Support for `codeql test run` for Kotlin sources has been fixed.
|