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.
1 parent aba2268 commit 92128baCopy full SHA for 92128ba
python/ql/src/semmle/python/security/dataflow/StackTraceExposure.qll
@@ -1,5 +1,5 @@
1
/**
2
- * Provides a taint-tracking configuration for detecting SQL injection
+ * Provides a taint-tracking configuration for detecting stack trace exposure
3
* vulnerabilities.
4
*/
5
@@ -9,7 +9,7 @@ import semmle.python.dataflow.new.TaintTracking
9
import semmle.python.Concepts
10
11
12
- * A taint-tracking configuration for detecting SQL injection vulnerabilities.
+ * A taint-tracking configuration for detecting stack trace exposure.
13
14
class StackTraceExposureConfiguration extends TaintTracking::Configuration {
15
StackTraceExposureConfiguration() { this = "StackTraceExposureConfiguration" }
0 commit comments