mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Catch up with recent change notes
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
category: majorAnalysis
|
||||
tags: [lgtm,codescanning]
|
||||
---
|
||||
* Added modeling of `wsgiref.simple_server` applications, leading to new remote flow sources.
|
||||
5
python/ql/lib/change-notes/2021-11-16-os-stat.md
Normal file
5
python/ql/lib/change-notes/2021-11-16-os-stat.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
category: majorAnalysis
|
||||
tags: [lgtm,codescanning]
|
||||
---
|
||||
* Added modeling of `os.stat`, `os.lstat`, `os.statvfs`, `os.fstat`, and `os.fstatvfs`, which are new sinks for the _Uncontrolled data used in path expression_ (`py/path-injection`) query.
|
||||
5
python/ql/lib/change-notes/2021-11-16-posixpath.md
Normal file
5
python/ql/lib/change-notes/2021-11-16-posixpath.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
category: majorAnalysis
|
||||
tags: [lgtm,codescanning]
|
||||
---
|
||||
* Added modeling of the `posixpath`, `ntpath`, and `genericpath` modules for path operations (although these are not supposed to be used), resulting in new sinks for the _Uncontrolled data used in path expression_ (`py/path-injection`) query.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
category: queryMetadata
|
||||
tags: [lgtm,codescanning]
|
||||
---
|
||||
* Fixed the query ids of two queries that are meant for manual exploration: `python/count-untrusted-data-external-api` and `python/untrusted-data-to-external-api` have been changed to `py/count-untrusted-data-external-api` and `py/untrusted-data-to-external-api`.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
category: newQuery
|
||||
tags: [lgtm,codescanning]
|
||||
---
|
||||
* A new query (`rb/csrf-protection-disabled`) has been added. The query finds cases where cross-site forgery protection is explictly disabled.
|
||||
5
ruby/ql/src/change-notes/2021-11-09-request-forgery.md
Normal file
5
ruby/ql/src/change-notes/2021-11-09-request-forgery.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
category: newQuery
|
||||
tags: [lgtm,codescanning]
|
||||
---
|
||||
* A new query (`rb/request-forgery`) has been added. The query finds HTTP requests made with user-controlled URLs.
|
||||
Reference in New Issue
Block a user