hardstop-patterns 1.0.1 → 1.0.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 +8 -0
- package/install.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,9 +1,17 @@
|
|
|
1
1
|
# hardstop-patterns
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/hardstop-patterns)
|
|
4
|
+
[](https://www.npmjs.com/package/hardstop-patterns)
|
|
5
|
+
[](LICENSE)
|
|
6
|
+
[](https://www.npmjs.com/package/hardstop-patterns)
|
|
7
|
+
[](https://github.com/frmoretto/hardstop-patterns)
|
|
8
|
+
|
|
3
9
|
428 regex patterns for detecting dangerous shell commands and credential file reads. Install: `npm install hardstop-patterns`.
|
|
4
10
|
|
|
5
11
|
Security patterns for detecting dangerous commands and credential file access. Single source of truth for [HardStop](https://github.com/frmoretto/hardstop) and compatible tools.
|
|
6
12
|
|
|
13
|
+
**Ecosystem:** This is the pattern library for [hardstop](https://www.npmjs.com/package/hardstop) ([GitHub](https://github.com/frmoretto/hardstop)) — use standalone or as part of the HardStop plugin.
|
|
14
|
+
|
|
7
15
|
## What This Is
|
|
8
16
|
|
|
9
17
|
A data library — 428 regex patterns across 5 categories:
|
package/install.md
CHANGED
|
@@ -84,4 +84,4 @@ Consumers MUST check dangerous patterns before safe patterns:
|
|
|
84
84
|
- Repository: https://github.com/frmoretto/hardstop-patterns
|
|
85
85
|
- Full documentation: https://github.com/frmoretto/hardstop-patterns#readme
|
|
86
86
|
- Schema specification: https://github.com/frmoretto/hardstop-patterns/blob/main/SCHEMA.md
|
|
87
|
-
- Parent project: https://github.com/frmoretto/hardstop
|
|
87
|
+
- Parent project: [hardstop](https://www.npmjs.com/package/hardstop) ([GitHub](https://github.com/frmoretto/hardstop))
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hardstop-patterns",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Security patterns for detecting dangerous commands and credential file access. Used by HardStop and compatible tools.",
|
|
3
|
+
"version": "1.0.2",
|
|
4
|
+
"description": "Security patterns for detecting dangerous commands and credential file access. Used by HardStop and compatible tools. Part of the Hardstop ecosystem.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
7
7
|
"files": [
|