Skip to content

Commit de1697a

Browse files
authored
Merge pull request #7503 from dbartol/dbartol/move-change-notes
Move change notes to correct location
2 parents ded3c52 + 5f5af4a commit de1697a

File tree

6 files changed

+16
-5
lines changed

6 files changed

+16
-5
lines changed
File renamed without changes.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
lgtm,codescanning
1+
---
2+
category: minorAnalysis
3+
---
24
* Data flow is now tracked across middleware functions in more cases, leading to more security results in general. Affected packages are `express` and `fastify`.
35
* `js/missing-token-validation` has been made more precise, yielding both fewer false positives and more true positives.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
lgtm,codescanning
1+
---
2+
category: minorAnalysis
3+
---
24
* Support for handlebars templates has improved. Raw interpolation tags of the form `{{& ... }}` are now recognized,
35
as well as whitespace-trimming tags like `{{~ ... }}`.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
catgegory: minorAnalysis
3+
---
4+
* To support the new SSRF queries, the PyPI package `requests` has been modeled, along with `http.client.HTTP[S]Connection` from the standard library.

python/change-notes/2021-12-17-add-SSRF-queries.md renamed to python/ql/src/change-notes/2021-12-17-add-SSRF-queries.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
lgtm,codescanning
1+
---
2+
catgegory: newQuery
3+
---
24
* Two new queries have been added for detecting Server-side request forgery (SSRF). _Full server-side request forgery_ (`py/full-ssrf`) will only alert when the URL is fully user-controlled, and _Partial server-side request forgery_ (`py/partial-ssrf`) will alert when any part of the URL is user-controlled. Only `py/full-ssrf` will be run by default.
3-
* To support the new SSRF queries, the PyPI package `requests` have been modeled, along with `http.client.HTTP[S]Connection` from the standard library.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
lgtm,codescanning
1+
---
2+
category: deprecated
3+
---
24
* `ConstantWriteAccess.getQualifiedName()` has been deprecated in favor of `getAQualifiedName()` which can return multiple possible qualified names for a given constant write access.

0 commit comments

Comments
 (0)