Skip to content

Commit 42d67d0

Browse files
committed
add change-note
1 parent 6dfeb25 commit 42d67d0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
category: minorAnalysis
3+
---
4+
* Deleted many deprecated predicates and classes with uppercase `API`, `HTTP`, `XSS`, `SQL`, etc. in their names. Use the PascalCased versions instead.
5+
* Deleted the deprecated `getName()` predicate from the `Container` class, use `getAbsolutePath()` instead.
6+
* Deleted many deprecated module names that started with a lowercase letter, use the versions that start with an uppercase letter instead.
7+
* Deleted many deprecated predicates in `PointsTo.qll`.
8+
* Deleted many deprecated files from the `semmle.python.security` package.
9+
* Deleted the deprecated `BottleRoutePointToExtension` class from `Extensions.qll`.

0 commit comments

Comments
 (0)