Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 641 Bytes

File metadata and controls

26 lines (20 loc) · 641 Bytes

ml-testing

Testing for ML

help_annotate.py

Converts "POTENTIAL FLAW" comments to "PRAETORIAN" comments when related to an actual bad function.

python help_annotate.py input_dir/ output_dir/

Command Injection

Focused on web app relevant ones for now. Input from query string, cookies, database lookups, etc

SQL injection

Did not remove any from this list TODO: ensure these are web app relevant

XSS

just a few examples with getQuery/getParameter not many examples

Open redirect

just a few examples with getQuery/getParameter

Path traversal

Both relative and absolute path traversal only getQuery/getParameter examples