We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
HeaderDeclaration
1 parent 190bc2f commit 352eab0Copy full SHA for 352eab0
python/ql/src/experimental/semmle/python/Concepts.qll
@@ -171,8 +171,8 @@ module HeaderDeclaration {
171
/**
172
* A data-flow node that collects functions setting HTTP Headers.
173
*
174
- * Extend this class to model new APIs. If you want to refine existing API models,
175
- * extend `HeaderDeclaration` instead.
+ * Extend this class to refine existing API models. If you want to model new APIs,
+ * extend `HeaderDeclaration::Range` instead.
176
*/
177
class HeaderDeclaration extends DataFlow::Node {
178
HeaderDeclaration::Range range;
0 commit comments