muaddib-scanner 2.11.168 → 2.11.169
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/package.json
CHANGED
|
@@ -29,8 +29,9 @@
|
|
|
29
29
|
* into those dirs and reads only an 8 KB prefix per file, so it catches a multi-MB carrier
|
|
30
30
|
* regardless of the 10 MB parse cap.
|
|
31
31
|
*
|
|
32
|
-
* FP≈0: minified/bundled `dist/*.js` is still printable text (
|
|
33
|
-
* byte) — only
|
|
32
|
+
* FP≈0: minified/bundled `dist/*.js` is still printable text (low control-byte ratio, no leading
|
|
33
|
+
* control byte); a lone NUL delimiter is tolerated — only dense binary content trips it. Severity
|
|
34
|
+
* HIGH (not single-fire): on its
|
|
34
35
|
* own it does not cross the alert threshold; it stacks with the install-hook signal, which
|
|
35
36
|
* the COMPOUND-020 `install_native_drop_exec` correlator escalates to CRITICAL.
|
|
36
37
|
*/
|
|
Binary file
|