@clear-capabilities/agentic-security-scanner 0.150.1 → 0.150.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/CHANGELOG.md +76 -0
- package/bin/agentic-security.js +73 -10
- package/dist/1122.index.js +16 -16
- package/dist/1208.index.js +23 -0
- package/dist/1301.index.js +3 -3
- package/dist/1379.index.js +3 -3
- package/dist/1444.index.js +3 -3
- package/dist/1660.index.js +1 -1
- package/dist/1700.index.js +5 -5
- package/dist/1905.index.js +12 -12
- package/dist/1920.index.js +10 -10
- package/dist/2238.index.js +4 -4
- package/dist/2271.index.js +3 -3
- package/dist/2432.index.js +8 -8
- package/dist/2659.index.js +1 -1
- package/dist/2826.index.js +2 -2
- package/dist/2830.index.js +3 -3
- package/dist/2923.index.js +1 -1
- package/dist/3001.index.js +4 -4
- package/dist/3117.index.js +4 -4
- package/dist/3180.index.js +9 -9
- package/dist/3276.index.js +1 -1
- package/dist/3415.index.js +1 -1
- package/dist/3499.index.js +1 -1
- package/dist/3518.index.js +4 -4
- package/dist/3736.index.js +7 -7
- package/dist/3839.index.js +4 -4
- package/dist/4113.index.js +441 -418
- package/dist/4265.index.js +4 -4
- package/dist/4384.index.js +8 -3
- package/dist/4399.index.js +29 -3
- package/dist/4547.index.js +2 -2
- package/dist/4863.index.js +6 -6
- package/dist/4970.index.js +2 -2
- package/dist/5051.index.js +15 -15
- package/dist/5144.index.js +4 -4
- package/dist/5333.index.js +8 -8
- package/dist/5343.index.js +2 -2
- package/dist/5350.index.js +6 -6
- package/dist/5561.index.js +1 -1
- package/dist/5637.index.js +10 -5
- package/dist/5724.index.js +21642 -0
- package/dist/5756.index.js +99 -489
- package/dist/5830.index.js +3 -3
- package/dist/6257.index.js +21 -8
- package/dist/6626.index.js +5 -5
- package/dist/6662.index.js +1 -1
- package/dist/6675.index.js +4 -4
- package/dist/6730.index.js +10 -10
- package/dist/6829.index.js +4 -4
- package/dist/6944.index.js +2 -2
- package/dist/6994.index.js +5 -5
- package/dist/7039.index.js +83 -19
- package/dist/7178.index.js +11 -6
- package/dist/7227.index.js +3 -3
- package/dist/7552.index.js +2 -2
- package/dist/7709.index.js +2 -2
- package/dist/7838.index.js +1037 -0
- package/dist/8218.index.js +4 -4
- package/dist/8476.index.js +4 -4
- package/dist/8513.index.js +8 -8
- package/dist/8520.index.js +1 -1
- package/dist/8752.index.js +4 -4
- package/dist/9207.index.js +2 -2
- package/dist/9220.index.js +5 -5
- package/dist/9390.index.js +6 -6
- package/dist/9503.index.js +2 -2
- package/dist/9560.index.js +3221 -0
- package/dist/957.index.js +4 -4
- package/dist/9801.index.js +1 -1
- package/dist/9824.index.js +5 -5
- package/dist/agentic-security.mjs +23 -23
- package/dist/agentic-security.mjs.sha256 +1 -1
- package/package.json +3 -2
- package/src/egress/redact.js +1 -1
- package/src/engine.js +13 -2
- package/src/llm-validator/agent-loop.js +85 -5
- package/src/llm-validator/fix-proposal.js +16 -3
- package/src/llm-validator/model-capabilities.js +26 -1
- package/src/llm-validator/model-probe.js +46 -8
- package/src/llm-validator/ollama-provider.js +26 -1
- package/src/llm-validator/oom-feedback.js +69 -0
- package/src/llm-validator/providers.js +50 -0
- package/src/llm-validator/redact.js +177 -11
- package/src/report/index.js +14 -3
- package/src/sast/java-ast-folding.js +18 -2
package/dist/4265.index.js
CHANGED
|
@@ -2,16 +2,16 @@ export const id = 4265;
|
|
|
2
2
|
export const ids = [4265];
|
|
3
3
|
export const modules = {
|
|
4
4
|
|
|
5
|
-
/***/
|
|
5
|
+
/***/ 84265:
|
|
6
6
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
7
7
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
9
|
/* harmony export */ createCascadePool: () => (/* binding */ createCascadePool)
|
|
10
10
|
/* harmony export */ });
|
|
11
11
|
/* unused harmony export DEFAULT_GRACE_MS */
|
|
12
|
-
/* harmony import */ var node_worker_threads__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
13
|
-
/* harmony import */ var node_path__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
14
|
-
/* harmony import */ var node_url__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
12
|
+
/* harmony import */ var node_worker_threads__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75919);
|
|
13
|
+
/* harmony import */ var node_path__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(76760);
|
|
14
|
+
/* harmony import */ var node_url__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(73136);
|
|
15
15
|
// FR-202 phase 3b (D-0050): a pool of long-lived workers, each running engine.js's
|
|
16
16
|
// _runFileCascade for many files over its lifetime, instead of the one-shot-per-call
|
|
17
17
|
// model runWithDeadline/analyzer-supervisor.js uses (which is correct for FR-202's
|
package/dist/4384.index.js
CHANGED
|
@@ -2,16 +2,21 @@ export const id = 4384;
|
|
|
2
2
|
export const ids = [4384];
|
|
3
3
|
export const modules = {
|
|
4
4
|
|
|
5
|
-
/***/
|
|
6
|
-
/***/ ((
|
|
5
|
+
/***/ 74384:
|
|
6
|
+
/***/ ((__webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
7
7
|
|
|
8
|
+
__webpack_require__.a(__webpack_module__, async (__webpack_handle_async_dependencies__, __webpack_async_result__) => { try {
|
|
8
9
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
10
|
/* harmony export */ scanCredentials: () => (/* reexport safe */ _engine_js__WEBPACK_IMPORTED_MODULE_0__.Sv)
|
|
10
11
|
/* harmony export */ });
|
|
11
|
-
/* harmony import */ var _engine_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
12
|
+
/* harmony import */ var _engine_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(67198);
|
|
13
|
+
var __webpack_async_dependencies__ = __webpack_handle_async_dependencies__([_engine_js__WEBPACK_IMPORTED_MODULE_0__]);
|
|
14
|
+
_engine_js__WEBPACK_IMPORTED_MODULE_0__ = (__webpack_async_dependencies__.then ? (await __webpack_async_dependencies__)() : __webpack_async_dependencies__)[0];
|
|
12
15
|
// Secrets submodule view of the engine — credential + entropy + TODO scanning.
|
|
13
16
|
|
|
14
17
|
|
|
18
|
+
__webpack_async_result__();
|
|
19
|
+
} catch(e) { __webpack_async_result__(e); } });
|
|
15
20
|
|
|
16
21
|
/***/ })
|
|
17
22
|
|
package/dist/4399.index.js
CHANGED
|
@@ -2,7 +2,7 @@ export const id = 4399;
|
|
|
2
2
|
export const ids = [4399];
|
|
3
3
|
export const modules = {
|
|
4
4
|
|
|
5
|
-
/***/
|
|
5
|
+
/***/ 54399:
|
|
6
6
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
7
7
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -14,7 +14,8 @@ export const modules = {
|
|
|
14
14
|
/* harmony export */ recommendAdmission: () => (/* binding */ recommendAdmission)
|
|
15
15
|
/* harmony export */ });
|
|
16
16
|
/* unused harmony exports KNOWN_MODEL_SIZE_GB, evaluateMemoryAdmission */
|
|
17
|
-
/* harmony import */ var node_os__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
17
|
+
/* harmony import */ var node_os__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(48161);
|
|
18
|
+
/* harmony import */ var _oom_feedback_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6782);
|
|
18
19
|
// Model family hints, RAM-aware memory profiles, and the memory-admission
|
|
19
20
|
// check for the Ollama provider (agentic-security-ollama-offline-prd.md
|
|
20
21
|
// §13, §14, §15, §22.3, §30).
|
|
@@ -36,6 +37,7 @@ export const modules = {
|
|
|
36
37
|
|
|
37
38
|
|
|
38
39
|
|
|
40
|
+
|
|
39
41
|
// PRD §12/§13 FR-1203 — non-authoritative family hint from a model name.
|
|
40
42
|
// Longest/most-specific pattern first so `qwen3.5:4b` doesn't fall through to
|
|
41
43
|
// the bare `qwen` bucket.
|
|
@@ -217,7 +219,31 @@ function evaluateMemoryAdmission({
|
|
|
217
219
|
* `{admitted:false}` with a human-readable explanation, which callers treat
|
|
218
220
|
* as "run deterministic-only" (PRD §23.4).
|
|
219
221
|
*/
|
|
220
|
-
function recommendAdmission(
|
|
222
|
+
function recommendAdmission(opts = {}) {
|
|
223
|
+
const result = _recommendAdmissionCore(opts);
|
|
224
|
+
// Adversarial-review fix (2026-09): a memory-admission ESTIMATE that
|
|
225
|
+
// actually caused a real OOM (ollama-provider.js's callOllamaChat now
|
|
226
|
+
// records this via oom-feedback.js) used to have no way to affect a
|
|
227
|
+
// future admission decision for the SAME model on the SAME machine — the
|
|
228
|
+
// exact same "admitted: true" would repeat forever. This does not
|
|
229
|
+
// recalibrate the underlying estimate (that needs real hardware variety
|
|
230
|
+
// one machine's observed failures can't substitute for); it attaches an
|
|
231
|
+
// honest warning so the decision is no longer presented with unqualified
|
|
232
|
+
// confidence.
|
|
233
|
+
const chosenModel = result.model || opts.requestedModel;
|
|
234
|
+
const prior = chosenModel ? (0,_oom_feedback_js__WEBPACK_IMPORTED_MODULE_1__/* .priorOOMFor */ .NL)(chosenModel) : null;
|
|
235
|
+
if (prior) {
|
|
236
|
+
return {
|
|
237
|
+
...result,
|
|
238
|
+
priorOOMWarning: `'${chosenModel}' has previously failed with an out-of-memory error on this machine ` +
|
|
239
|
+
`(${prior.count} time${prior.count === 1 ? '' : 's'}, most recently ${new Date(prior.lastAt).toISOString()}). ` +
|
|
240
|
+
'The memory estimate below may be optimistic for your hardware.',
|
|
241
|
+
};
|
|
242
|
+
}
|
|
243
|
+
return result;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
function _recommendAdmissionCore({ profile, freeBytes, requestedContextTokens, requestedModel } = {}) {
|
|
221
247
|
const p = MEMORY_PROFILES[profile];
|
|
222
248
|
if (!p) return { admitted: false, reason: `unknown memory profile '${profile}'` };
|
|
223
249
|
|
package/dist/4547.index.js
CHANGED
|
@@ -2,13 +2,13 @@ export const id = 4547;
|
|
|
2
2
|
export const ids = [4547];
|
|
3
3
|
export const modules = {
|
|
4
4
|
|
|
5
|
-
/***/
|
|
5
|
+
/***/ 24547:
|
|
6
6
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
7
7
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
9
|
/* harmony export */ applyScenario: () => (/* binding */ applyScenario)
|
|
10
10
|
/* harmony export */ });
|
|
11
|
-
/* harmony import */ var _protection_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
11
|
+
/* harmony import */ var _protection_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(80965);
|
|
12
12
|
/* harmony import */ var _dataflow_privacy_sink_policy_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3138);
|
|
13
13
|
// scenario-engine.js — M5 deliverable #3a (FR-502): the clone-and-
|
|
14
14
|
// override engine. Deep-clones the base graph, applies each declared
|
package/dist/4863.index.js
CHANGED
|
@@ -2,7 +2,7 @@ export const id = 4863;
|
|
|
2
2
|
export const ids = [4863];
|
|
3
3
|
export const modules = {
|
|
4
4
|
|
|
5
|
-
/***/
|
|
5
|
+
/***/ 54863:
|
|
6
6
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
7
7
|
|
|
8
8
|
|
|
@@ -12,13 +12,13 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
12
12
|
});
|
|
13
13
|
|
|
14
14
|
// EXTERNAL MODULE: external "node:fs"
|
|
15
|
-
var external_node_fs_ = __webpack_require__(
|
|
15
|
+
var external_node_fs_ = __webpack_require__(73024);
|
|
16
16
|
// EXTERNAL MODULE: ./src/lineage/schema.js
|
|
17
|
-
var schema = __webpack_require__(
|
|
17
|
+
var schema = __webpack_require__(84073);
|
|
18
18
|
// EXTERNAL MODULE: ./src/lineage/protection.js
|
|
19
|
-
var protection = __webpack_require__(
|
|
19
|
+
var protection = __webpack_require__(80965);
|
|
20
20
|
// EXTERNAL MODULE: ./src/lineage/classification.js
|
|
21
|
-
var classification = __webpack_require__(
|
|
21
|
+
var classification = __webpack_require__(42602);
|
|
22
22
|
;// CONCATENATED MODULE: ./src/lineage/validate.js
|
|
23
23
|
//
|
|
24
24
|
// Structural validator for DataFlowGraph v1 (PRD section 10). Hand-rolled
|
|
@@ -302,7 +302,7 @@ function validateGraph(graph) {
|
|
|
302
302
|
}
|
|
303
303
|
|
|
304
304
|
// EXTERNAL MODULE: ./src/lineage/export-json.js
|
|
305
|
-
var export_json = __webpack_require__(
|
|
305
|
+
var export_json = __webpack_require__(40859);
|
|
306
306
|
;// CONCATENATED MODULE: ./src/lineage/federation-loader.js
|
|
307
307
|
// federation-loader.js — M5 deliverable #8 (FR-304's "declared" half):
|
|
308
308
|
// loadRemoteGraphExport(filePath) reads an exportGraphJSON-shaped file
|
package/dist/4970.index.js
CHANGED
|
@@ -2,7 +2,7 @@ export const id = 4970;
|
|
|
2
2
|
export const ids = [4970];
|
|
3
3
|
export const modules = {
|
|
4
4
|
|
|
5
|
-
/***/
|
|
5
|
+
/***/ 94970:
|
|
6
6
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
7
7
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -11,7 +11,7 @@ export const modules = {
|
|
|
11
11
|
/* harmony export */ evaluateAssuranceMode: () => (/* binding */ evaluateAssuranceMode)
|
|
12
12
|
/* harmony export */ });
|
|
13
13
|
/* unused harmony export _internals */
|
|
14
|
-
/* harmony import */ var _posture_provenance_schema_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
14
|
+
/* harmony import */ var _posture_provenance_schema_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(34594);
|
|
15
15
|
// Assurance modes (assurance-hardening PRD FR-204).
|
|
16
16
|
//
|
|
17
17
|
// "Add assurance modes: advisory, standard, and strict | Strict mode fails
|
package/dist/5051.index.js
CHANGED
|
@@ -2,7 +2,7 @@ export const id = 5051;
|
|
|
2
2
|
export const ids = [5051,6944];
|
|
3
3
|
export const modules = {
|
|
4
4
|
|
|
5
|
-
/***/
|
|
5
|
+
/***/ 55051:
|
|
6
6
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
7
7
|
|
|
8
8
|
|
|
@@ -14,19 +14,19 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
14
14
|
// UNUSED EXPORTS: DEFAULT_IDLE_TIMEOUT_MS, MAX_REQUEST_BODY_BYTES, TOKEN_HEADER
|
|
15
15
|
|
|
16
16
|
// EXTERNAL MODULE: external "node:http"
|
|
17
|
-
var external_node_http_ = __webpack_require__(
|
|
17
|
+
var external_node_http_ = __webpack_require__(37067);
|
|
18
18
|
// EXTERNAL MODULE: external "node:fs"
|
|
19
|
-
var external_node_fs_ = __webpack_require__(
|
|
19
|
+
var external_node_fs_ = __webpack_require__(73024);
|
|
20
20
|
// EXTERNAL MODULE: external "node:path"
|
|
21
|
-
var external_node_path_ = __webpack_require__(
|
|
21
|
+
var external_node_path_ = __webpack_require__(76760);
|
|
22
22
|
// EXTERNAL MODULE: ./src/server/security.js
|
|
23
|
-
var security = __webpack_require__(
|
|
23
|
+
var security = __webpack_require__(86944);
|
|
24
24
|
// EXTERNAL MODULE: ./src/server/routes.js
|
|
25
|
-
var routes = __webpack_require__(
|
|
25
|
+
var routes = __webpack_require__(84268);
|
|
26
26
|
// EXTERNAL MODULE: external "node:url"
|
|
27
|
-
var external_node_url_ = __webpack_require__(
|
|
27
|
+
var external_node_url_ = __webpack_require__(73136);
|
|
28
28
|
// EXTERNAL MODULE: ./src/shared/frontend-root.js
|
|
29
|
-
var frontend_root = __webpack_require__(
|
|
29
|
+
var frontend_root = __webpack_require__(61185);
|
|
30
30
|
;// CONCATENATED MODULE: ./src/server/static-assets.js
|
|
31
31
|
// static-assets.js — Milestone 3, sub-project Wire.
|
|
32
32
|
//
|
|
@@ -503,7 +503,7 @@ function createExploreServer({
|
|
|
503
503
|
|
|
504
504
|
/***/ }),
|
|
505
505
|
|
|
506
|
-
/***/
|
|
506
|
+
/***/ 84268:
|
|
507
507
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
508
508
|
|
|
509
509
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -515,7 +515,7 @@ function createExploreServer({
|
|
|
515
515
|
/* harmony export */ rR: () => (/* binding */ handleQuery)
|
|
516
516
|
/* harmony export */ });
|
|
517
517
|
/* unused harmony export wrapResponse */
|
|
518
|
-
/* harmony import */ var _lineage_export_json_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
518
|
+
/* harmony import */ var _lineage_export_json_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(40859);
|
|
519
519
|
// routes.js — Milestone 3, sub-project Server, increment 1.
|
|
520
520
|
//
|
|
521
521
|
// Five pure GET-endpoint handlers, each `(graph, ...) -> {status, body}`.
|
|
@@ -649,7 +649,7 @@ function handleFlow(graph, id) {
|
|
|
649
649
|
|
|
650
650
|
/***/ }),
|
|
651
651
|
|
|
652
|
-
/***/
|
|
652
|
+
/***/ 86944:
|
|
653
653
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
654
654
|
|
|
655
655
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -658,7 +658,7 @@ function handleFlow(graph, id) {
|
|
|
658
658
|
/* harmony export */ Xv: () => (/* binding */ CSP_HEADER_VALUE),
|
|
659
659
|
/* harmony export */ generateSessionToken: () => (/* binding */ generateSessionToken)
|
|
660
660
|
/* harmony export */ });
|
|
661
|
-
/* harmony import */ var node_crypto__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
661
|
+
/* harmony import */ var node_crypto__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(77598);
|
|
662
662
|
// security.js — Milestone 3, sub-project Server, increment 1.
|
|
663
663
|
//
|
|
664
664
|
// Security primitives for the `explore` loopback HTTP server: session-token
|
|
@@ -774,14 +774,14 @@ const CSP_HEADER_VALUE = "default-src 'none'; frame-ancestors 'none'";
|
|
|
774
774
|
|
|
775
775
|
/***/ }),
|
|
776
776
|
|
|
777
|
-
/***/
|
|
777
|
+
/***/ 61185:
|
|
778
778
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
779
779
|
|
|
780
780
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
781
781
|
/* harmony export */ D: () => (/* binding */ resolveFrontendRoot)
|
|
782
782
|
/* harmony export */ });
|
|
783
|
-
/* harmony import */ var node_fs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
784
|
-
/* harmony import */ var node_path__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
783
|
+
/* harmony import */ var node_fs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(73024);
|
|
784
|
+
/* harmony import */ var node_path__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(76760);
|
|
785
785
|
// frontend-root.js — locates the Data Flow Explorer's `frontend/` assets
|
|
786
786
|
// (index.html/src/styles) regardless of whether this code is running:
|
|
787
787
|
// - unbundled, straight out of scanner/src/ or scanner/scripts/ (dev/test —
|
package/dist/5144.index.js
CHANGED
|
@@ -2,7 +2,7 @@ export const id = 5144;
|
|
|
2
2
|
export const ids = [5144];
|
|
3
3
|
export const modules = {
|
|
4
4
|
|
|
5
|
-
/***/
|
|
5
|
+
/***/ 45144:
|
|
6
6
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
7
7
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -13,9 +13,9 @@ export const modules = {
|
|
|
13
13
|
/* harmony export */ removeLegalHold: () => (/* binding */ removeLegalHold)
|
|
14
14
|
/* harmony export */ });
|
|
15
15
|
/* unused harmony export LEGAL_HOLD_FILE */
|
|
16
|
-
/* harmony import */ var node_fs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
17
|
-
/* harmony import */ var _state_dir_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
18
|
-
/* harmony import */ var _artifact_registry_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
16
|
+
/* harmony import */ var node_fs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(73024);
|
|
17
|
+
/* harmony import */ var _state_dir_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(31174);
|
|
18
|
+
/* harmony import */ var _artifact_registry_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(70471);
|
|
19
19
|
// FR-707 (assurance-hardening PRD): "Support legal hold and policy-
|
|
20
20
|
// authorized retention exceptions | Legal hold is identity-bound, reasoned,
|
|
21
21
|
// time-bounded where applicable, and auditable."
|
package/dist/5333.index.js
CHANGED
|
@@ -2,7 +2,7 @@ export const id = 5333;
|
|
|
2
2
|
export const ids = [5333];
|
|
3
3
|
export const modules = {
|
|
4
4
|
|
|
5
|
-
/***/
|
|
5
|
+
/***/ 35333:
|
|
6
6
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
7
7
|
|
|
8
8
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10,13 +10,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10
10
|
/* harmony export */ applyScaUpgrade: () => (/* binding */ applyScaUpgrade),
|
|
11
11
|
/* harmony export */ planScaUpgrade: () => (/* binding */ planScaUpgrade)
|
|
12
12
|
/* harmony export */ });
|
|
13
|
-
/* harmony import */ var node_fs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
14
|
-
/* harmony import */ var node_fs_promises__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
15
|
-
/* harmony import */ var node_path__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
16
|
-
/* harmony import */ var node_crypto__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
17
|
-
/* harmony import */ var node_child_process__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
18
|
-
/* harmony import */ var node_util__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
19
|
-
/* harmony import */ var _state_dir_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
13
|
+
/* harmony import */ var node_fs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(73024);
|
|
14
|
+
/* harmony import */ var node_fs_promises__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(51455);
|
|
15
|
+
/* harmony import */ var node_path__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(76760);
|
|
16
|
+
/* harmony import */ var node_crypto__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(77598);
|
|
17
|
+
/* harmony import */ var node_child_process__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(31421);
|
|
18
|
+
/* harmony import */ var node_util__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(57975);
|
|
19
|
+
/* harmony import */ var _state_dir_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(31174);
|
|
20
20
|
// SCA upgrade engine: dry-run plan + worktree-isolated apply.
|
|
21
21
|
//
|
|
22
22
|
// Phase 3 / Item 5 of the SCA improvement plan. The MCP `apply_fix` path
|
package/dist/5343.index.js
CHANGED
|
@@ -2,13 +2,13 @@ export const id = 5343;
|
|
|
2
2
|
export const ids = [5343];
|
|
3
3
|
export const modules = {
|
|
4
4
|
|
|
5
|
-
/***/
|
|
5
|
+
/***/ 65343:
|
|
6
6
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
7
7
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
9
|
/* harmony export */ proposeGovernanceEdit: () => (/* binding */ proposeGovernanceEdit)
|
|
10
10
|
/* harmony export */ });
|
|
11
|
-
/* harmony import */ var _recipient_registry_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
11
|
+
/* harmony import */ var _recipient_registry_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(96703);
|
|
12
12
|
// governance-edit.js — M5 deliverable #5 (PRD line 1324's 5-part write
|
|
13
13
|
// contract: preview, validation, backup/version guard, confirmation,
|
|
14
14
|
// audit event). A CLI-only workflow for proposing a validated,
|
package/dist/5350.index.js
CHANGED
|
@@ -2,7 +2,7 @@ export const id = 5350;
|
|
|
2
2
|
export const ids = [5350];
|
|
3
3
|
export const modules = {
|
|
4
4
|
|
|
5
|
-
/***/
|
|
5
|
+
/***/ 55350:
|
|
6
6
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
7
7
|
|
|
8
8
|
|
|
@@ -13,7 +13,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
13
13
|
});
|
|
14
14
|
|
|
15
15
|
// EXTERNAL MODULE: ./src/dataflow/privacy-taxonomy.js
|
|
16
|
-
var privacy_taxonomy = __webpack_require__(
|
|
16
|
+
var privacy_taxonomy = __webpack_require__(47451);
|
|
17
17
|
;// CONCATENATED MODULE: ./src/lineage/decision-story.js
|
|
18
18
|
// decision-story.js — M4 deliverable #7 (FR-501 §14, DFG-035): the
|
|
19
19
|
// DecisionStory extension contract (§10.10) + a transparent 9-factor
|
|
@@ -223,13 +223,13 @@ function rankFlows(graph, opts = {}) {
|
|
|
223
223
|
}
|
|
224
224
|
|
|
225
225
|
// EXTERNAL MODULE: ./src/lineage/export-json.js
|
|
226
|
-
var export_json = __webpack_require__(
|
|
226
|
+
var export_json = __webpack_require__(40859);
|
|
227
227
|
// EXTERNAL MODULE: ./src/lineage/ids.js
|
|
228
|
-
var ids = __webpack_require__(
|
|
228
|
+
var ids = __webpack_require__(45034);
|
|
229
229
|
// EXTERNAL MODULE: ./src/lineage/protection.js
|
|
230
|
-
var protection = __webpack_require__(
|
|
230
|
+
var protection = __webpack_require__(80965);
|
|
231
231
|
// EXTERNAL MODULE: ./src/dataflow/privacy-governance.js
|
|
232
|
-
var privacy_governance = __webpack_require__(
|
|
232
|
+
var privacy_governance = __webpack_require__(63308);
|
|
233
233
|
;// CONCATENATED MODULE: ./src/lineage/export-briefing.js
|
|
234
234
|
// export-briefing.js — M4 deliverable #7 (FR-501 §14, DFG-035): Executive
|
|
235
235
|
// Risk Story Mode. Turns Task 1's decision-story.js#rankFlows output into a
|
package/dist/5561.index.js
CHANGED
|
@@ -2,7 +2,7 @@ export const id = 5561;
|
|
|
2
2
|
export const ids = [5561];
|
|
3
3
|
export const modules = {
|
|
4
4
|
|
|
5
|
-
/***/
|
|
5
|
+
/***/ 75561:
|
|
6
6
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
7
7
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
package/dist/5637.index.js
CHANGED
|
@@ -2,17 +2,20 @@ export const id = 5637;
|
|
|
2
2
|
export const ids = [5637];
|
|
3
3
|
export const modules = {
|
|
4
4
|
|
|
5
|
-
/***/
|
|
6
|
-
/***/ ((
|
|
5
|
+
/***/ 55637:
|
|
6
|
+
/***/ ((__webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
7
7
|
|
|
8
|
+
__webpack_require__.a(__webpack_module__, async (__webpack_handle_async_dependencies__, __webpack_async_result__) => { try {
|
|
8
9
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
10
|
/* harmony export */ computePrDelta: () => (/* binding */ computePrDelta),
|
|
10
11
|
/* harmony export */ netNewGate: () => (/* binding */ netNewGate),
|
|
11
12
|
/* harmony export */ renderPrDeltaText: () => (/* binding */ renderPrDeltaText)
|
|
12
13
|
/* harmony export */ });
|
|
13
|
-
/* harmony import */ var node_child_process__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
14
|
-
/* harmony import */ var _util_git_hardening_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
15
|
-
/* harmony import */ var _engine_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
14
|
+
/* harmony import */ var node_child_process__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(31421);
|
|
15
|
+
/* harmony import */ var _util_git_hardening_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(78844);
|
|
16
|
+
/* harmony import */ var _engine_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(67198);
|
|
17
|
+
var __webpack_async_dependencies__ = __webpack_handle_async_dependencies__([_engine_js__WEBPACK_IMPORTED_MODULE_2__]);
|
|
18
|
+
_engine_js__WEBPACK_IMPORTED_MODULE_2__ = (__webpack_async_dependencies__.then ? (await __webpack_async_dependencies__)() : __webpack_async_dependencies__)[0];
|
|
16
19
|
// Shadowscan / security-DELTA on PR (v0.72).
|
|
17
20
|
//
|
|
18
21
|
// Most SAST PR-comment integrations show absolute counts — "12 findings
|
|
@@ -246,6 +249,8 @@ function renderPrDeltaText(delta) {
|
|
|
246
249
|
return lines.join('\n');
|
|
247
250
|
}
|
|
248
251
|
|
|
252
|
+
__webpack_async_result__();
|
|
253
|
+
} catch(e) { __webpack_async_result__(e); } });
|
|
249
254
|
|
|
250
255
|
/***/ })
|
|
251
256
|
|