You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Consider additional helper functions that could make writing tests simpler
Existing tests:
- Review for accuracy or possible improvements.
New tests:
- Hardcoded passwords
- Logging sensitive information
- SQL commands into SQL Alchemy
- Weak crypto primitives
- SSLv2 forced
- Sudo calls
- De-serializing (Pickle? YAML? JSON?)
- Taint checking / lack of input validation (e.g. object returned by requests.get()/.post() has headers, content, text, json attributes) - this will likely get complicated