Skip to content

Commit 438a01e

Browse files
committed
Python: Deprecate old bottle points-to extension
1 parent c9e36aa commit 438a01e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/lib/semmle/python/types/Extensions.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class RangeIterationVariableFact extends PointsToExtension {
8787
}
8888

8989
/* bottle module route constants */
90-
class BottleRoutePointToExtension extends PointsToExtension {
90+
deprecated class BottleRoutePointToExtension extends PointsToExtension {
9191
string name;
9292

9393
BottleRoutePointToExtension() {

0 commit comments

Comments
 (0)