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 e8644f6 commit 43effd2Copy full SHA for 43effd2
python/ql/src/semmle/python/functions/ModificationOfParameterWithDefault.qll
@@ -36,7 +36,7 @@ module ModificationOfParameterWithDefault {
36
override predicate isBarrier(DataFlow::Node node) { node instanceof Barrier }
37
38
override predicate isBarrierGuard(DataFlow::BarrierGuard guard) {
39
- // if we are tracking a emmpty default, then we should not modify falsy values
+ // if we are tracking a empty default, then we should not modify falsey values
40
nonEmptyDefault = false and guard instanceof BlocksFalsey
41
or
42
// if we are tracking a non-empty default, then we should not modify truthy values
0 commit comments