Yoann Padioleau

Results 358 comments of Yoann Padioleau

No, the generated code is not licensed.

you can download a ruleset with curl. just prefix the registry address with c/ (for curl), so semgrep.dev/c/

I was just answering to the original question. you can download for examples the p/ci ruleset with `curl https://semgrep.dev/c/p/ci > cache.yml` and then use those rules with `semgrep --config cache.yml...

This is partially solved by https://github.com/returntocorp/semgrep/pull/7762

you can try --experimental which should use a faster parser.

@mjambon is in the middle of a big refactoring in ocaml-tree-sitter-semgrep but once his PR is merged we can probably merge this one.

@mjambon can we merge this? Are you done with your tree-sitter version refactoring?