Skip to content

Commit 82ff045

Browse files
authored
Update python/ql/lib/CHANGELOG.md
1 parent 6484ee1 commit 82ff045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/lib/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
### Minor Analysis Improvements
88

99
* Deleted many models that used the old dataflow library, the new models can be found in the `python/ql/lib/semmle/python/frameworks` folder.
10-
* More precise modelling of several container functions (such as `sorted`, `reversed`) and methods (such as `set.add`, `list.append`).
10+
* More precise modeling of several container functions (such as `sorted`, `reversed`) and methods (such as `set.add`, `list.append`).
1111
* Added modeling of taint flow through the template argument of `flask.render_template_string` and `flask.stream_template_string`.
1212
* Deleted many deprecated predicates and classes with uppercase `API`, `HTTP`, `XSS`, `SQL`, etc. in their names. Use the PascalCased versions instead.
1313
* Deleted the deprecated `getName()` predicate from the `Container` class, use `getAbsolutePath()` instead.

0 commit comments

Comments
 (0)