Skip to content

Latest commit

 

History

History
11 lines (4 loc) · 350 Bytes

README.md

File metadata and controls

11 lines (4 loc) · 350 Bytes

Example repo showing how we are having trouble with cross-file analysis.

Tracking from source->sink works fine when in a single file, but fails when we split those files up into different packages.

Running semgrep --config ./rules --pro .

Expected to have multiple findings (one on code/main.py and another on code/all_in_one_file/main.py)