foxguard 0.3.2

Security scanner as fast as a linter. 118 built-in rules, 10 languages, sub-second scans.
Documentation
1
2
3
4
5
6
7
8
rules:
  - id: js-hello-world-send
    pattern: res.send('Hello World')
    message: Exact Express response send call
    severity: WARNING
    languages: [javascript, typescript]
    metadata:
      cwe: "CWE-200"