Python: Restructure query file location

Since I can never remember the CWE numbers
This commit is contained in:
Rasmus Wriedt Larsen
2021-02-15 00:00:48 +01:00
parent 1c2b9f9a82
commit 3a18881660
83 changed files with 1 additions and 1 deletions

View File

@@ -36,7 +36,7 @@
example uses AES, which is a stronger modern algorithm.
</p>
<sample src="examples/broken_crypto.py" />
<sample src="examples/weak_crypto_algorithm.py" />
<p>
WARNING: Although the second example above is more robust,