-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change the title of each doc to match the name of the rule. Also added missing docs. Signed-off-by: Eric Brown <eric.brown@securesauce.dev>
- Loading branch information
Showing
26 changed files
with
91 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,5 @@ Rule Listing | |
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
rules/go/index | ||
rules/python/index |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Go | ||
== | ||
|
||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
stdlib/index |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
==================== | ||
crypto — weak cipher | ||
==================== | ||
|
||
.. automodule:: precli.rules.go.stdlib.crypto_weak_cipher |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
================== | ||
crypto — weak hash | ||
================== | ||
|
||
.. automodule:: precli.rules.go.stdlib.crypto_weak_hash |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
================= | ||
crypto — weak key | ||
================= | ||
|
||
.. automodule:: precli.rules.go.stdlib.crypto_weak_key |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Standard Library | ||
================ | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:glob: | ||
|
||
* |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
======= | ||
PRE0002 | ||
======= | ||
================= | ||
crypt — weak hash | ||
================= | ||
|
||
.. automodule:: precli.rules.python.stdlib.crypt_weak_hash |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
======= | ||
PRE0003 | ||
======= | ||
================== | ||
ftplib — cleartext | ||
================== | ||
|
||
.. automodule:: precli.rules.python.stdlib.ftplib_cleartext |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
======= | ||
PRE0004 | ||
======= | ||
=================== | ||
hashlib — weak hash | ||
=================== | ||
|
||
.. automodule:: precli.rules.python.stdlib.hashlib_weak_hash |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
======= | ||
PRE0005 | ||
======= | ||
==================== | ||
hmac — timing attack | ||
==================== | ||
|
||
.. automodule:: precli.rules.python.stdlib.hmac_timing_attack |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
======= | ||
PRE0005 | ||
======= | ||
================ | ||
hmac — weak hash | ||
================ | ||
|
||
.. automodule:: precli.rules.python.stdlib.hmac_weak_hash |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
======= | ||
PRE0005 | ||
======= | ||
=================== | ||
imaplib — cleartext | ||
=================== | ||
|
||
.. automodule:: precli.rules.python.stdlib.imaplib_cleartext |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
======= | ||
PRE0006 | ||
======= | ||
=========== | ||
json — load | ||
=========== | ||
|
||
.. automodule:: precli.rules.python.stdlib.json_load |
6 changes: 3 additions & 3 deletions
6
docs/source/rules/python/stdlib/logging_insecure_listen_config.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
======= | ||
PRE0007 | ||
======= | ||
================================ | ||
logging — insecure listen config | ||
================================ | ||
|
||
.. automodule:: precli.rules.python.stdlib.logging_insecure_listen_config |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
======= | ||
PRE0008 | ||
======= | ||
============== | ||
marshal — load | ||
============== | ||
|
||
.. automodule:: precli.rules.python.stdlib.marshal_load |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
======= | ||
PRE0008 | ||
======= | ||
=================== | ||
nntplib — cleartext | ||
=================== | ||
|
||
.. automodule:: precli.rules.python.stdlib.nntplib_cleartext |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
======= | ||
PRE0009 | ||
======= | ||
============= | ||
pickle — load | ||
============= | ||
|
||
.. automodule:: precli.rules.python.stdlib.pickle_load |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
======= | ||
PRE0009 | ||
======= | ||
================== | ||
poplib — cleartext | ||
================== | ||
|
||
.. automodule:: precli.rules.python.stdlib.poplib_cleartext |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
======= | ||
PRE0010 | ||
======= | ||
============= | ||
shelve — open | ||
============= | ||
|
||
.. automodule:: precli.rules.python.stdlib.shelve_open |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
======= | ||
PRE0010 | ||
======= | ||
=================== | ||
smtplib — cleartext | ||
=================== | ||
|
||
.. automodule:: precli.rules.python.stdlib.smtplib_cleartext |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
============== | ||
ssl — weak key | ||
============== | ||
|
||
.. automodule:: precli.rules.python.stdlib.ssl_context_weak_key |
6 changes: 3 additions & 3 deletions
6
docs/source/rules/python/stdlib/ssl_create_unverified_context.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
======= | ||
PRE0011 | ||
======= | ||
=============================== | ||
ssl — create unverified context | ||
=============================== | ||
|
||
.. automodule:: precli.rules.python.stdlib.ssl_create_unverified_context |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
======= | ||
PRE0012 | ||
======= | ||
========================== | ||
ssl — insecure tls version | ||
========================== | ||
|
||
.. automodule:: precli.rules.python.stdlib.ssl_insecure_tls_version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
======= | ||
PRE0013 | ||
======= | ||
===================== | ||
telnetlib — cleartext | ||
===================== | ||
|
||
.. automodule:: precli.rules.python.stdlib.telnetlib_cleartext |
6 changes: 3 additions & 3 deletions
6
docs/source/rules/python/stdlib/tempfile_mktemp_race_condition.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
======= | ||
PRE0013 | ||
======= | ||
================================ | ||
tempfile — mktemp race condition | ||
================================ | ||
|
||
.. automodule:: precli.rules.python.stdlib.tempfile_mktemp_race_condition |