mirror of https://github.com/zulip/zulip.git
pysa: Add basic .pyre_configuration and taint.config for pysa.
This commit adds the initial config files needed to be able to run Pysa on Zulip code.
This commit is contained in:
parent
56345f98cb
commit
89131bfcbb
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"source_directories": ["."],
|
||||||
|
"taint_models_path": [
|
||||||
|
"stubs/taint",
|
||||||
|
"zulip-py3-venv/lib/pyre_check/taint/"
|
||||||
|
],
|
||||||
|
"search_path": [
|
||||||
|
"stubs/",
|
||||||
|
"zulip-py3-venv/lib/pyre_check/stubs/"
|
||||||
|
],
|
||||||
|
"exclude": [
|
||||||
|
"/srv/zulip/zulip-py3-venv/.*"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
sources: [],
|
||||||
|
sinks: [],
|
||||||
|
features: [],
|
||||||
|
rules: []
|
||||||
|
}
|
Loading…
Reference in New Issue