Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3b1dad8

Browse files
authored
The query help builder will interpret and automatically add the reference so this isn't needed here. And one typo is corrected.
1 parent b7f2d32 commit 3b1dad8

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

java/ql/src/experimental/CWE-939/IncorrectURLVerification.qhelp

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</recommendation>
1313

1414
<example>
15-
<p>The following example shows two ways of verify host domain. In the 'BAD' case,
15+
<p>The following example shows two ways of verifying host domain. In the 'BAD' case,
1616
verification is implemented as partial domain match. In the 'GOOD' case, full domain is verified.</p>
1717
<sample src="IncorrectURLVerification.java" />
1818
</example>
@@ -23,8 +23,5 @@ verification is implemented as partial domain match. In the 'GOOD' case, full do
2323
</li>
2424
<li>
2525
<a href="https://www.bugcrowd.com/resources/webinars/overview-of-common-android-app-vulnerabilities/">Common Android app vulnerabilities from bugcrowd</a>
26-
<li>
27-
<a href="https://cwe.mitre.org/data/definitions/939.html">CWE 939</a>
28-
</li>
2926
</references>
30-
</qhelp>
27+
</qhelp>

0 commit comments

Comments
 (0)