Skip to content

apobletts/ml-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Testign for ML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages