Skip to content

TheBrokenSecurity/static_analysis_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

static_analysis_example

Simple taint analysis example based on official online documentaion, that can be found here: https://pyre-check.org/docs/pysa-running/#example

installation steps (ubuntu)

python3 -m venv /temp/static_analysis_example
source /tempstatic_analysis_example/bin/activate
pip3 install pyre-check

how to run

pyre analyze

how to save the results

pyre analyze --save-results-to ./pysa-results

About

Simple taint analysis example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages