Rename ConditionBypass* to ConditionalBypass* for consistency with other languages.

This commit is contained in:
Max Schaefer
2020-05-11 10:47:00 +01:00
parent 3e830b69b5
commit 78201a2c5f
7 changed files with 3 additions and 3 deletions

View File

@@ -18,10 +18,10 @@ Instead, use a configuration to store and access the values required.
The following example shows a comparison where both the sides
are from attacker-controlled request headers. This should be avoided.:
</p>
<sample src="ConditionBypassBad.go" />
<sample src="ConditionalBypassBad.go" />
<p>
One way to remedy the problem is to test against a value stored in a configuration:
</p>
<sample src="ConditionBypassGood.go" />
<sample src="ConditionalBypassGood.go" />
</example>
</qhelp>

View File

@@ -1 +0,0 @@
experimental/CWE-840/ConditionBypass.ql

View File

@@ -0,0 +1 @@
experimental/CWE-840/ConditionalBypass.ql