@node9/policy-engine 2.9.0 → 2.9.2
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/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -1207,7 +1207,7 @@ declare const CANONICAL_EXTRACTOR_VERSION = "canonical-v10";
|
|
|
1207
1207
|
* files changed, this hash must change too, and you must consciously
|
|
1208
1208
|
* decide whether to bump CANONICAL_EXTRACTOR_VERSION."
|
|
1209
1209
|
*/
|
|
1210
|
-
declare const CANONICAL_EXTRACTOR_HASH = "
|
|
1210
|
+
declare const CANONICAL_EXTRACTOR_HASH = "c4edee9dc99eb69a";
|
|
1211
1211
|
declare function extractCanonicalFindings(call: ToolCallEntry, ctx: ExtractContext): CanonicalFinding[];
|
|
1212
1212
|
declare function extractSessionLevelFindings(calls: ReadonlyArray<SessionToolCall>, ctx: SessionExtractContext): CanonicalFinding[];
|
|
1213
1213
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -1207,7 +1207,7 @@ declare const CANONICAL_EXTRACTOR_VERSION = "canonical-v10";
|
|
|
1207
1207
|
* files changed, this hash must change too, and you must consciously
|
|
1208
1208
|
* decide whether to bump CANONICAL_EXTRACTOR_VERSION."
|
|
1209
1209
|
*/
|
|
1210
|
-
declare const CANONICAL_EXTRACTOR_HASH = "
|
|
1210
|
+
declare const CANONICAL_EXTRACTOR_HASH = "c4edee9dc99eb69a";
|
|
1211
1211
|
declare function extractCanonicalFindings(call: ToolCallEntry, ctx: ExtractContext): CanonicalFinding[];
|
|
1212
1212
|
declare function extractSessionLevelFindings(calls: ReadonlyArray<SessionToolCall>, ctx: SessionExtractContext): CanonicalFinding[];
|
|
1213
1213
|
/**
|
package/dist/index.js
CHANGED
|
@@ -4677,7 +4677,7 @@ function matchCanaryArgs(args, values) {
|
|
|
4677
4677
|
// src/scan/canonical.ts
|
|
4678
4678
|
var LONG_OUTPUT_THRESHOLD_BYTES = 100 * 1024;
|
|
4679
4679
|
var CANONICAL_EXTRACTOR_VERSION = "canonical-v10";
|
|
4680
|
-
var CANONICAL_EXTRACTOR_HASH = "
|
|
4680
|
+
var CANONICAL_EXTRACTOR_HASH = "c4edee9dc99eb69a";
|
|
4681
4681
|
var DEDUPE_PREVIEW_LEN = 120;
|
|
4682
4682
|
function extractCanonicalFindings(call, ctx) {
|
|
4683
4683
|
const out = [];
|
package/dist/index.mjs
CHANGED
|
@@ -4554,7 +4554,7 @@ function matchCanaryArgs(args, values) {
|
|
|
4554
4554
|
// src/scan/canonical.ts
|
|
4555
4555
|
var LONG_OUTPUT_THRESHOLD_BYTES = 100 * 1024;
|
|
4556
4556
|
var CANONICAL_EXTRACTOR_VERSION = "canonical-v10";
|
|
4557
|
-
var CANONICAL_EXTRACTOR_HASH = "
|
|
4557
|
+
var CANONICAL_EXTRACTOR_HASH = "c4edee9dc99eb69a";
|
|
4558
4558
|
var DEDUPE_PREVIEW_LEN = 120;
|
|
4559
4559
|
function extractCanonicalFindings(call, ctx) {
|
|
4560
4560
|
const out = [];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@node9/policy-engine",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.2",
|
|
4
4
|
"description": "Shared policy evaluation engine for node9 — DLP, smart rules, AST shell parsing, shields, loop detection. Pure functions, no I/O. Used by both node9-proxy and the node9 SaaS firewall.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://node9.ai",
|
|
@@ -52,6 +52,6 @@
|
|
|
52
52
|
"@types/picomatch": "^4.0.2",
|
|
53
53
|
"tsup": "^8.0.0",
|
|
54
54
|
"typescript": "^5.0.0",
|
|
55
|
-
"vitest": "^
|
|
55
|
+
"vitest": "^5.0.0"
|
|
56
56
|
}
|
|
57
57
|
}
|