facebook / pyre-check

Performant type-checking for python.
https://pyre-check.org/
MIT License
6.8k stars 434 forks source link

Taint config on "Running Pysa" page is invalid #824

Closed cyounkins closed 5 months ago

cyounkins commented 5 months ago

The taint config given here is not valid JSON and errors: https://pyre-check.org/docs/pysa-running/

/usr/src/app/stubs/taint/taint.config:2:3 Error parsing taint config: expected member name or object end ('"' or '}').

arthaud commented 5 months ago

Thanks, I will have a fix out soon.