@highflame/policy 2.1.16 → 2.1.17

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.
@@ -1072,7 +1072,7 @@ export const OVERWATCH_TEMPLATES = [
1072
1072
  {
1073
1073
  id: 'secrets-default',
1074
1074
  name: 'Secrets Detection',
1075
- description: 'Detect and block credential leakage using YARA rule matching (secrets_leakage, ssh_key_exposure, pem_file_access, environment_variable_leakage) and sensitive file path protection',
1075
+ description: 'Detect and block credential leakage (secrets_leakage, ssh_key_exposure, pem_file_access, environment_variable_leakage) and sensitive file path protection',
1076
1076
  category: 'secrets',
1077
1077
  cedarText: OVERWATCH_SECRETS_DEFAULT_CEDAR,
1078
1078
  severity: 'critical',
@@ -1211,7 +1211,7 @@ export const OVERWATCH_TEMPLATES_JSON = `{
1211
1211
  {
1212
1212
  "id": "secrets-default",
1213
1213
  "name": "Secrets Detection",
1214
- "description": "Detect and block credential leakage using YARA rule matching (secrets_leakage, ssh_key_exposure, pem_file_access, environment_variable_leakage) and sensitive file path protection",
1214
+ "description": "Detect and block credential leakage (secrets_leakage, ssh_key_exposure, pem_file_access, environment_variable_leakage) and sensitive file path protection",
1215
1215
  "category": "secrets",
1216
1216
  "file": "defaults/secrets.cedar",
1217
1217
  "severity": "critical",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@highflame/policy",
3
- "version": "2.1.16",
3
+ "version": "2.1.17",
4
4
  "description": "Highflame Cedar policy types and engine wrapper",
5
5
  "readme": "README.md",
6
6
  "main": "dist/index.js",