@blamejs/core 0.13.23 → 0.13.25
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 +4 -0
- package/lib/agent-idempotency.js +50 -10
- package/lib/agent-orchestrator.js +58 -5
- package/lib/agent-saga.js +8 -4
- package/lib/agent-tenant.js +56 -4
- package/lib/agent-trace.js +4 -3
- package/lib/guard-archive.js +2 -2
- package/lib/guard-auth.js +5 -5
- package/lib/guard-cidr.js +4 -4
- package/lib/guard-csv.js +6 -6
- package/lib/guard-domain.js +4 -4
- package/lib/guard-email.js +6 -5
- package/lib/guard-filename.js +4 -4
- package/lib/guard-graphql.js +5 -5
- package/lib/guard-html.js +2 -2
- package/lib/guard-image.js +1 -1
- package/lib/guard-json.js +5 -5
- package/lib/guard-jsonpath.js +4 -4
- package/lib/guard-jwt.js +5 -5
- package/lib/guard-markdown.js +6 -6
- package/lib/guard-mime.js +6 -6
- package/lib/guard-oauth.js +5 -5
- package/lib/guard-pdf.js +1 -1
- package/lib/guard-regex.js +4 -4
- package/lib/guard-shell.js +4 -4
- package/lib/guard-svg.js +5 -5
- package/lib/guard-template.js +4 -4
- package/lib/guard-time.js +6 -6
- package/lib/guard-uuid.js +6 -6
- package/lib/guard-xml.js +4 -4
- package/lib/guard-yaml.js +5 -5
- package/lib/vault/index.js +1 -0
- package/package.json +1 -1
- package/sbom.cdx.json +6 -6
package/lib/guard-yaml.js
CHANGED
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
*
|
|
59
59
|
* Profiles: `strict` / `balanced` / `permissive`. Compliance
|
|
60
60
|
* postures: `hipaa` / `pci-dss` / `gdpr` / `soc2`. Operators select
|
|
61
|
-
* via `{ profile: "strict" }` or `{
|
|
61
|
+
* via `{ profile: "strict" }` or `{ compliancePosture: "hipaa" }`;
|
|
62
62
|
* postures overlay on top of the profile baseline.
|
|
63
63
|
*
|
|
64
64
|
* @card
|
|
@@ -452,7 +452,7 @@ function _detectDuplicateKeysYaml(text) {
|
|
|
452
452
|
*
|
|
453
453
|
* Inspect `input` (string of YAML source) for the full guard-yaml
|
|
454
454
|
* threat catalog without committing to a parsed value. Returns
|
|
455
|
-
* `{ ok, issues
|
|
455
|
+
* `{ ok, issues }` where `issues` is the aggregated
|
|
456
456
|
* detector output — every dangerous-tag prefix, custom-tag use,
|
|
457
457
|
* anchor / alias amplification, multi-document split, Norway-
|
|
458
458
|
* problem implicit boolean, leading-zero octal, merge-key chain,
|
|
@@ -468,7 +468,7 @@ function _detectDuplicateKeysYaml(text) {
|
|
|
468
468
|
*
|
|
469
469
|
* @opts
|
|
470
470
|
* profile: "strict"|"balanced"|"permissive",
|
|
471
|
-
*
|
|
471
|
+
* compliancePosture: "hipaa"|"pci-dss"|"gdpr"|"soc2",
|
|
472
472
|
* tagPolicy: "reject"|"audit"|"allow",
|
|
473
473
|
* aliasPolicy: "reject"|"audit"|"allow",
|
|
474
474
|
* multiDocPolicy: "reject"|"audit"|"allow",
|
|
@@ -535,7 +535,7 @@ function validate(input, opts) {
|
|
|
535
535
|
*
|
|
536
536
|
* @opts
|
|
537
537
|
* profile: "strict"|"balanced"|"permissive",
|
|
538
|
-
*
|
|
538
|
+
* compliancePosture: "hipaa"|"pci-dss"|"gdpr"|"soc2",
|
|
539
539
|
* tagPolicy: "reject"|"audit"|"allow",
|
|
540
540
|
* aliasPolicy: "reject"|"audit"|"allow",
|
|
541
541
|
* maxBytes: number, maxDepth: number, maxNodes: number,
|
|
@@ -586,7 +586,7 @@ function parse(input, opts) {
|
|
|
586
586
|
*
|
|
587
587
|
* @opts
|
|
588
588
|
* profile: "strict"|"balanced"|"permissive",
|
|
589
|
-
*
|
|
589
|
+
* compliancePosture: "hipaa"|"pci-dss"|"gdpr"|"soc2",
|
|
590
590
|
* name: string, // gate identity for audit / observability
|
|
591
591
|
*
|
|
592
592
|
* @example
|
package/lib/vault/index.js
CHANGED
|
@@ -625,6 +625,7 @@ module.exports = {
|
|
|
625
625
|
getKeysJson: getKeysJson,
|
|
626
626
|
getCurrentPassphrase: getCurrentPassphrase,
|
|
627
627
|
getMode: getMode,
|
|
628
|
+
isInitialized: function () { return initialized; },
|
|
628
629
|
VaultError: VaultError,
|
|
629
630
|
sealPemFile: sealPemFileModule.sealPemFile,
|
|
630
631
|
SealPemFileError: sealPemFileModule.SealPemFileError,
|
package/package.json
CHANGED
package/sbom.cdx.json
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
|
|
3
3
|
"bomFormat": "CycloneDX",
|
|
4
4
|
"specVersion": "1.5",
|
|
5
|
-
"serialNumber": "urn:uuid:
|
|
5
|
+
"serialNumber": "urn:uuid:47754ab4-658d-4a84-ac31-adda479b6281",
|
|
6
6
|
"version": 1,
|
|
7
7
|
"metadata": {
|
|
8
|
-
"timestamp": "2026-05-
|
|
8
|
+
"timestamp": "2026-05-28T12:35:12.333Z",
|
|
9
9
|
"lifecycles": [
|
|
10
10
|
{
|
|
11
11
|
"phase": "build"
|
|
@@ -19,14 +19,14 @@
|
|
|
19
19
|
}
|
|
20
20
|
],
|
|
21
21
|
"component": {
|
|
22
|
-
"bom-ref": "@blamejs/core@0.13.
|
|
22
|
+
"bom-ref": "@blamejs/core@0.13.25",
|
|
23
23
|
"type": "application",
|
|
24
24
|
"name": "blamejs",
|
|
25
|
-
"version": "0.13.
|
|
25
|
+
"version": "0.13.25",
|
|
26
26
|
"scope": "required",
|
|
27
27
|
"author": "blamejs contributors",
|
|
28
28
|
"description": "The Node framework that owns its stack.",
|
|
29
|
-
"purl": "pkg:npm/%40blamejs/core@0.13.
|
|
29
|
+
"purl": "pkg:npm/%40blamejs/core@0.13.25",
|
|
30
30
|
"properties": [],
|
|
31
31
|
"externalReferences": [
|
|
32
32
|
{
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"components": [],
|
|
55
55
|
"dependencies": [
|
|
56
56
|
{
|
|
57
|
-
"ref": "@blamejs/core@0.13.
|
|
57
|
+
"ref": "@blamejs/core@0.13.25",
|
|
58
58
|
"dependsOn": []
|
|
59
59
|
}
|
|
60
60
|
]
|