mirror of
https://github.com/github/codeql.git
synced 2026-03-05 15:16:47 +01:00
10 lines
390 B
Markdown
10 lines
390 B
Markdown
## 5.4.0
|
|
|
|
### New Features
|
|
|
|
* Exposed various SSA-related classes (`Definition`, `PhiNode`, `ExplicitDefinition`, `DirectExplicitDefinition`, and `IndirectExplicitDefinition`) which were previously only usable inside the internal dataflow directory.
|
|
|
|
### Minor Analysis Improvements
|
|
|
|
* The `cpp/overrun-write` query now recognizes more bound checks and thus produces fewer false positives.
|