This shows you the differences between two versions of the page.
| — |
инструмент_semgrep [2026/03/18 08:51] (current) val created |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Инструмент Semgrep ====== | ||
| + | <code> | ||
| + | (venv1) client1:~/pywebd# pip install semgrep | ||
| + | |||
| + | (venv1) client1:~/pywebd# semgrep --config=auto --error . && echo OK || echo Problems | ||
| + | </code> | ||