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

Skip to content

Commit 1510048

Browse files
haby0smowton
andauthored
Update java/ql/src/experimental/Security/CWE/CWE-352/JsonpInjection.qhelp
Co-authored-by: Chris Smowton <[email protected]>
1 parent d816514 commit 1510048

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/ql/src/experimental/Security/CWE/CWE-352/JsonpInjection.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ When there is a cross-domain problem, this could lead to information leakage.</p
1616

1717
<p>The following examples show the bad case and the good case respectively. Bad cases, such as <code>bad1</code> to <code>bad8</code>,
1818
will cause information leakage when there are cross-domain problems. In a good case, for example, in the <code>good1</code>
19-
method and the <code>good2</code> method, use the <code>verifToken</code> method to do the random <code>token</code> Verification can
19+
method and the <code>good2</code> method, using the <code>verifToken</code> method to do random <code>token</code> verification
2020
solve the problem of information leakage caused by cross-domain.</p>
2121

2222
<sample src="JsonpInjection.java" />

0 commit comments

Comments
 (0)