codesentry-semgrep-rules 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +22 -0
- package/package.json +1 -1
- package/rules/owasp.yml +17713 -17713
- package/rules/ruleset.lock.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# codesentry-semgrep-rules
|
|
2
|
+
|
|
3
|
+
Pacote interno do [CodeSentry](https://github.com/Ivan-ReisDev/code-sentry).
|
|
4
|
+
Contém um snapshot local, fixado por versão, do ruleset `p/owasp-top-ten`
|
|
5
|
+
do Semgrep — usado automaticamente pelo `codesentry` como dependência,
|
|
6
|
+
sem consultar a Semgrep Registry em tempo de scan.
|
|
7
|
+
|
|
8
|
+
**Não é para instalação direta.** Se você quer usar o CodeSentry, instale o
|
|
9
|
+
pacote principal:
|
|
10
|
+
|
|
11
|
+
```bash
|
|
12
|
+
npm install -g codesentry
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
Veja o [README do CodeSentry](https://github.com/Ivan-ReisDev/code-sentry#readme)
|
|
16
|
+
para o que a ferramenta faz e como usar.
|
|
17
|
+
|
|
18
|
+
## Licença
|
|
19
|
+
|
|
20
|
+
O ruleset distribuído aqui é de terceiros — veja
|
|
21
|
+
[THIRD_PARTY_NOTICES.md](./THIRD_PARTY_NOTICES.md). O código deste pacote é
|
|
22
|
+
[MIT](./LICENSE).
|