Add bind-socket-all-network-interfaces Python query (#2048)

Add bind-socket-all-network-interfaces Python query
This commit is contained in:
AlexTereshenkov
2019-10-03 11:23:11 +01:00
committed by GitHub
parent a019c456e9
commit 3e6f8fb6be
8 changed files with 119 additions and 1 deletions

View File

@@ -11,4 +11,4 @@
|-----------|----------|-------------|
| Clear-text logging of sensitive information (`py/clear-text-logging-sensitive-data`) | security, external/cwe/cwe-312 | Finds instances where sensitive information is logged without encryption or hashing. Results are shown on LGTM by default. |
| Clear-text storage of sensitive information (`py/clear-text-storage-sensitive-data`) | security, external/cwe/cwe-312 | Finds instances where sensitive information is stored without encryption or hashing. Results are shown on LGTM by default. |
| Binding a socket to all network interfaces (`py/bind-socket-all-network-interfaces`) | security | Finds instances where a socket is bound to all network interfaces. Results are shown on LGTM by default. |