Add change notes

This commit is contained in:
Jeroen Ketema
2022-02-02 10:07:38 +01:00
parent ff1c971100
commit 5b8f56dcc6
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The `cpp/world-writable-file-creation` query now only detects `openat` calls with the `O_CREAT` flag, irrespective of whether the `mode` argument is present.

View File

@@ -0,0 +1,4 @@
---
category: newQuery
---
* Added a new query, `open-call-with-mode-argument`, to detect when `open` or `openat` is called with the `O_CREAT` flag but when the `mode` argument is omitted.