@highflame/policy 2.2.9 → 2.2.10
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.
|
@@ -352,14 +352,14 @@ export const GUARDRAILS_DETECTORS = [
|
|
|
352
352
|
},
|
|
353
353
|
{
|
|
354
354
|
id: "dlp",
|
|
355
|
-
displayName: "
|
|
355
|
+
displayName: "Highflame DLP",
|
|
356
356
|
category: "data_protection",
|
|
357
357
|
stability: "stable",
|
|
358
358
|
tier: "slow",
|
|
359
359
|
inhouse: false,
|
|
360
360
|
model: null,
|
|
361
361
|
latencyP50Ms: 248,
|
|
362
|
-
emits: [{ name: "pii_detected", type: "Bool", modifiable: false, semantic: "boolean_flag", description: "True iff
|
|
362
|
+
emits: [{ name: "pii_detected", type: "Bool", modifiable: false, semantic: "boolean_flag", description: "True iff the DLP detector returned at least one PII finding." }, { name: "pii_types", type: "Set<String>", modifiable: false, semantic: "category_set", description: "PII info-types found (Presidio info-type names)." }, { name: "pii_confidence", type: "String", modifiable: false, semantic: "severity_0_100", description: "Highest likelihood level returned by DLP (VERY_UNLIKELY, UNLIKELY, POSSIBLE, LIKELY, VERY_LIKELY, NONE)." }, { name: "info_types", type: "Set<String>", modifiable: false, semantic: "category_set", description: "All DLP info-types detected (alias of pii_types for explicit DLP semantics)." }],
|
|
363
363
|
supportedModes: ["enforce", "monitor", "alert"],
|
|
364
364
|
defendsAgainst: ["pii_leakage", "phi_leakage", "pci_data_exposure"],
|
|
365
365
|
exampleAttacks: [{ title: "Credit card number", vulnerabilityId: "pci_data_exposure", snippet: "Customer record: 4111 1111 1111 1111, exp 04/27.", expectedSignal: {} }],
|