Skip to content

Commit 523f106

Browse files
committed
Editorial suggestions
We don't hyphenate "QL-library" and there were a few typos. Feel free to further revise this if I've changed the meaning too much. As discussed separately, I was unable to raise this as a PR in GitHub.com and had to resort to a direct commit. (cherry picked from commit e294681)
1 parent ac8cca3 commit 523f106

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

change-notes/1.24/analysis-python.md

+14-15
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,22 @@ The following changes in version 1.24 affect Python analysis in all applications
3232

3333
### Web framework support
3434

35-
The QL-library support for the web frameworks Bottle, CherryPy, Falcon, Pyramid, TurboGears, Tornado, and Twisted have
36-
been fixed so they provide a proper HttpRequestTaintSource, instead of a TaintSource. This will enable results for the following queries:
37-
38-
- py/path-injection
39-
- py/command-line-injection
40-
- py/reflective-xss
41-
- py/sql-injection
42-
- py/code-injection
43-
- py/unsafe-deserialization
44-
- py/url-redirection
45-
46-
The QL-library support for the web framework Twisted have been fixed so they provide a proper
47-
HttpResponseTaintSink, instead of a TaintSink. This will enable results for the following
35+
The CodeQL library has improved support for the web frameworks: Bottle, CherryPy, Falcon, Pyramid, TurboGears, Tornado, and Twisted. They now provide a proper `HttpRequestTaintSource`, instead of a `TaintSource`. This will enable results for the following queries:
36+
37+
- `py/path-injection`
38+
- `py/command-line-injection`
39+
- `py/reflective-xss`
40+
- `py/sql-injection`
41+
- `py/code-injection`
42+
- `py/unsafe-deserialization`
43+
- `py/url-redirection`
44+
45+
The library also has improved support for the web framework Twisted. It now provides a proper
46+
`HttpResponseTaintSink`, instead of a `TaintSink`. This will enable results for the following
4847
queries:
4948

50-
- py/reflective-xss
51-
- py/stack-trace-exposure
49+
- `py/reflective-xss`
50+
- `py/stack-trace-exposure`
5251

5352
## Changes to libraries
5453
### Taint tracking

0 commit comments

Comments
 (0)