Skip to content

Commit 42de872

Browse files
committed
Python: Add INTERNAL annotation to Response::InstanceSource
Since we need to reserve the flexibility to change this setup within the next few months, we don't want to commit to keeping this extension point around for the 12 months that the normal API deprecation cycle requires.
1 parent 8ebedf2 commit 42de872

File tree

1 file changed

+2
-0
lines changed
  • python/ql/src/semmle/python/frameworks

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ module Flask {
9999
}
100100

101101
/**
102+
* INTERNAL: Do not use.
103+
*
102104
* A source of instances of `flask.Response`, extend this class to model new instances.
103105
*
104106
* This can include instantiations of the class, return values from function

0 commit comments

Comments
 (0)