File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
python/ql/src/Security/CWE-327 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import semmle.python.dataflow.new.DataFlow
15
15
import FluentApiModel
16
16
17
17
// Helper for pretty printer `configName`.
18
- // This is a consequence of missing pretty priting .
18
+ // This is a consequence of missing pretty printing .
19
19
// We do not want to evaluate our bespoke pretty printer
20
20
// for all `DataFlow::Node`s so we define a sub class of interesting ones.
21
21
class ProtocolConfiguration extends DataFlow:: Node {
@@ -31,7 +31,7 @@ class ProtocolConfiguration extends DataFlow::Node {
31
31
}
32
32
33
33
// Helper for pretty printer `callName`.
34
- // This is a consequence of missing pretty priting .
34
+ // This is a consequence of missing pretty printing .
35
35
// We do not want to evaluate our bespoke pretty printer
36
36
// for all `DataFlow::Node`s so we define a sub class of interesting ones.
37
37
class Nameable extends DataFlow:: Node {
You can’t perform that action at this time.
0 commit comments