You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are cases where we don't have a location for an error,
such as a Fatal error somewhere in semgrep-core. Right now
we use Fpath_.is_fake_file for those cases but it's confusing
then in the error reports so better to not have any location
in those cases
test plan:
see related PR in semgrep
- [x] I ran `make setup && make` to update the generated code after
editing a `.atd` file (TODO: have a CI check)
- [x] I made sure we're still backward compatible with old versions of
the CLI.
For example, the Semgrep backend need to still be able to *consume* data
generated
by Semgrep 1.17.0.
See
https://atd.readthedocs.io/en/latest/atdgen-tutorial.html#smooth-protocol-upgrades
(* sent by the app to indicate that fail open should always be enabled, overriding the CLI flag. coupling: server/semgrep_app/saas/models/deployment_products_mixin.py *)
1477
+
(* from 1.93.
1478
+
* Indicate that fail-open should always be enabled, overriding the CLI flag.
0 commit comments