Skip to content

Commit 92128ba

Browse files
yoffRasmusWL
andauthored
Apply suggestions from code review
Co-authored-by: Rasmus Wriedt Larsen <[email protected]>
1 parent aba2268 commit 92128ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/ql/src/semmle/python/security/dataflow/StackTraceExposure.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Provides a taint-tracking configuration for detecting SQL injection
2+
* Provides a taint-tracking configuration for detecting stack trace exposure
33
* vulnerabilities.
44
*/
55

@@ -9,7 +9,7 @@ import semmle.python.dataflow.new.TaintTracking
99
import semmle.python.Concepts
1010

1111
/**
12-
* A taint-tracking configuration for detecting SQL injection vulnerabilities.
12+
* A taint-tracking configuration for detecting stack trace exposure.
1313
*/
1414
class StackTraceExposureConfiguration extends TaintTracking::Configuration {
1515
StackTraceExposureConfiguration() { this = "StackTraceExposureConfiguration" }

0 commit comments

Comments
 (0)