@cello-protocol/gateway 0.0.11 → 0.0.12
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/dist/detect/index.d.ts
CHANGED
|
@@ -31,5 +31,13 @@
|
|
|
31
31
|
export { compileInjectionPatterns, injectionPatternsReady, scanInjectionPatterns, injectionPatternIds } from "./injection-patterns.js";
|
|
32
32
|
export { compileSecretRules, secretRulesReady, redactSecrets, secretRuleIds } from "./secrets.js";
|
|
33
33
|
export { detectorCorpusDigest } from "./corpus-digest.js";
|
|
34
|
+
/**
|
|
35
|
+
* The RE2 engine initializer, exported because THE CORPUS CANNOT COMPILE WITHOUT IT. Omitting it
|
|
36
|
+
* made this subpath look complete while being unusable: `compileInjectionPatterns` runs, leaves
|
|
37
|
+
* `compiled` null, and every rule silently matches nothing — the exact degrade-open behaviour a
|
|
38
|
+
* fail-closed intake must never inherit. A consumer has no other way to reach it, since the exports
|
|
39
|
+
* map deliberately offers no deep-import escape.
|
|
40
|
+
*/
|
|
41
|
+
export { initLinearRegex, linearRegexEngine } from "./linear-regex.js";
|
|
34
42
|
export type { SecretFinding, SecretScanResult } from "./secrets.js";
|
|
35
43
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/detect/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AAEH,OAAO,EAAE,wBAAwB,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AACvI,OAAO,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAClG,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAC1D,YAAY,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/detect/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AAEH,OAAO,EAAE,wBAAwB,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AACvI,OAAO,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAClG,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAC1D;;;;;;GAMG;AACH,OAAO,EAAE,eAAe,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AACvE,YAAY,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC"}
|
package/dist/detect/index.js
CHANGED
|
@@ -31,4 +31,12 @@
|
|
|
31
31
|
export { compileInjectionPatterns, injectionPatternsReady, scanInjectionPatterns, injectionPatternIds } from "./injection-patterns.js";
|
|
32
32
|
export { compileSecretRules, secretRulesReady, redactSecrets, secretRuleIds } from "./secrets.js";
|
|
33
33
|
export { detectorCorpusDigest } from "./corpus-digest.js";
|
|
34
|
+
/**
|
|
35
|
+
* The RE2 engine initializer, exported because THE CORPUS CANNOT COMPILE WITHOUT IT. Omitting it
|
|
36
|
+
* made this subpath look complete while being unusable: `compileInjectionPatterns` runs, leaves
|
|
37
|
+
* `compiled` null, and every rule silently matches nothing — the exact degrade-open behaviour a
|
|
38
|
+
* fail-closed intake must never inherit. A consumer has no other way to reach it, since the exports
|
|
39
|
+
* map deliberately offers no deep-import escape.
|
|
40
|
+
*/
|
|
41
|
+
export { initLinearRegex, linearRegexEngine } from "./linear-regex.js";
|
|
34
42
|
//# sourceMappingURL=index.js.map
|
package/dist/detect/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/detect/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AAEH,OAAO,EAAE,wBAAwB,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AACvI,OAAO,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAClG,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/detect/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AAEH,OAAO,EAAE,wBAAwB,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AACvI,OAAO,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAClG,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAC1D;;;;;;GAMG;AACH,OAAO,EAAE,eAAe,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC"}
|