Skip to content

Commit 81c65cd

Browse files
committed
Add missing html tag
1 parent 8169383 commit 81c65cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/Security/CWE-312/CleartextStorage.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The following example code stores user credentials (in this case, their password
4040
<sample src="examples/password_in_cookie.py"/>
4141
<p>
4242
Instead, the credentials should be encrypted, for instance by using the <code>cryptography</code> module, or not stored at all.
43-
43+
</p>
4444
</example>
4545

4646
<references>

0 commit comments

Comments
 (0)