Skip to content

Commit f9383a3

Browse files
committed
Python: Fix BrokenCryptoAlgorithm.qhelp
1 parent 222c087 commit f9383a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/ql/src/Security/CWE-327/BrokenCryptoAlgorithm.qhelp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646

4747
<p>
4848
NOTICE: the original
49-
<a href="https://pypi.org/project/pycrypto/"><code>pycrypto</code></a>
49+
<code><a href="https://pypi.org/project/pycrypto/">pycrypto</a></code>
5050
PyPI package that provided the <code>Crypto</code> module is not longer
5151
actively maintained, so you should use the
52-
<a href="https://pypi.org/project/pycryptodome/"><code>pycryptodome</code></a>
52+
<code><a href="https://pypi.org/project/pycryptodome/">pycryptodome</a></code>
5353
PyPI package instead (which has a compatible API).
5454
</p>
5555

0 commit comments

Comments
 (0)