Skip to content

Commit 047a326

Browse files
committed
Python: Remove reference to old PR
These have been added to internal tracking issue instead
1 parent 9ff5142 commit 047a326

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

python/ql/src/experimental/semmle/python/frameworks/Flask.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ private import experimental.dataflow.TaintTracking
1010
private import experimental.semmle.python.Concepts
1111
private import experimental.semmle.python.frameworks.Werkzeug
1212

13-
// for old improved impl see
14-
// https://github.com/github/codeql/blob/9f95212e103c68d0c1dfa4b6f30fb5d53954ccef/python/ql/src/semmle/python/web/flask/Request.qll
1513
/**
1614
* Provides models for the `flask` PyPI package.
1715
* See https://flask.palletsprojects.com/en/1.1.x/.

python/ql/src/experimental/semmle/python/frameworks/Werkzeug.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ private import python
66
private import experimental.dataflow.DataFlow
77
private import experimental.dataflow.TaintTracking
88

9-
// for old impl see
10-
// https://github.com/github/codeql/blob/9f95212e103c68d0c1dfa4b6f30fb5d53954ccef/python/ql/src/semmle/python/libraries/Werkzeug.qll
119
module Werkzeug {
1210
module Datastructures {
1311
// ---------------------------------------------------------------------- //

0 commit comments

Comments
 (0)