Simplify text in change note

This commit is contained in:
Jeroen Ketema
2022-02-03 10:36:30 +01:00
parent 5a2ce225f4
commit e1ca5dd120

View File

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