Skip to content

Commit 733e5b4

Browse files
committed
Fix qhelp typo in RequestWithoutValidation
1 parent 20fa8e4 commit 733e5b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/Security/CWE-295/RequestWithoutValidation.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<p>
88
Encryption is key to the security of most, if not all, online communication.
99
Using Transport Layer Security (TLS) can ensure that communication cannot be interrupted by an interloper.
10-
For this reason, is is unwise to disable the verification that TLS provides.
10+
For this reason, it is unwise to disable the verification that TLS provides.
1111
Functions in the <code>requests</code> module provide verification by default, and it is only when
1212
explicitly turned off using <code>verify=False</code> that no verification occurs.
1313
</p>

0 commit comments

Comments
 (0)