foxguard 0.9.0 → 0.10.0

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -9,13 +9,13 @@ npx foxguard .
9
9
  ## Why people use it
10
10
 
11
11
  - Fast enough to run locally instead of waiting for CI
12
- - Useful built-in rules out of the box across 10 languages
12
+ - Useful built-in rules out of the box across 12 source languages
13
13
  - Semgrep-compatible YAML subset when you already have existing rules
14
14
  - JSON and SARIF output for automation
15
15
 
16
16
  It scans for SQL injection, XSS, SSRF, hardcoded secrets, command injection, weak crypto, unsafe deserialization, and framework-specific mistakes.
17
17
 
18
- **Languages:** JavaScript, TypeScript, Python, Go, Ruby, Java, PHP, Rust, C#, Swift
18
+ **Languages:** JavaScript, TypeScript, Python, Go, Ruby, Java, PHP, Rust, C#, Swift, Kotlin, Haskell
19
19
 
20
20
  ## How it works
21
21
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "foxguard",
3
- "version": "0.9.0",
4
- "description": "A security scanner as fast as a linter, written in Rust. 170+ built-in rules across 10 languages.",
3
+ "version": "0.10.0",
4
+ "description": "A security scanner as fast as a linter, written in Rust. 200+ built-in rules across 12 source languages.",
5
5
  "license": "MIT OR Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",