fullcourtdefense-cli 1.21.13 → 1.21.15
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.
|
@@ -184,6 +184,11 @@ const DEFAULT_DISABLED_BUILT_INS = new Set([
|
|
|
184
184
|
'git_clean_force',
|
|
185
185
|
'generic_kubectl_delete',
|
|
186
186
|
'truncate_table',
|
|
187
|
+
// Entropy-based contextual secret detection false-positives on ordinary
|
|
188
|
+
// hashes/tokens near credential wording (e.g. source files opened in an
|
|
189
|
+
// IDE). Off by default — orgs opt in via the Local Safety console toggle,
|
|
190
|
+
// which the runtime snapshot then applies on every machine.
|
|
191
|
+
'contextual_secret',
|
|
187
192
|
]);
|
|
188
193
|
function evidence(value) {
|
|
189
194
|
const compact = value.replace(/\s+/g, ' ').trim();
|
package/dist/version.json
CHANGED