@blamejs/pki 0.1.4 → 0.1.5

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 CHANGED
@@ -4,6 +4,20 @@ All notable changes to `@blamejs/pki` are documented here. The format
4
4
  follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); this
5
5
  project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## v0.1.5 — 2026-07-04
8
+
9
+ Container healthcheck honors WIKI_PORT; release-tooling supply-chain hardening.
10
+
11
+ ### Fixed
12
+
13
+ - The example wiki container's HEALTHCHECK now probes the port from WIKI_PORT (defaulting to 3009) rather than a hardcoded 3009, so overriding WIKI_PORT at runtime no longer leaves the container reporting unhealthy while the server is serving on the configured port.
14
+
15
+ ### Security
16
+
17
+ - The CI secret-scan gate now fetches the gitleaks binary over authenticated requests and verifies it against the checksums file published in the same release before executing it, so a corrupted or tampered download fails closed instead of running as the gate. Tracking the latest release keeps detection rules current.
18
+ - The release-container workflow validates that the base image resolved to a well-formed sha256 digest before building against it, so a failed resolution can no longer silently produce an unpinned base — the scanned image is always the published one.
19
+ - The workflow-security audit re-runs when its own configuration file changes, so an edit that would suppress a finding is itself audited.
20
+
7
21
  ## v0.1.4 — 2026-07-04
8
22
 
9
23
  The ASN.1 codec's universal-type metadata moves to a single descriptor registry.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blamejs/pki",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Pure-JavaScript PKI toolkit that owns its stack — X.509, ASN.1/DER, CMS, PQC-first.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "blamejs contributors",
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:d25ccb6d-af2d-4b1f-b300-f756dc788762",
5
+ "serialNumber": "urn:uuid:76df9bb3-81f7-4e82-8639-fd06f6b37a59",
6
6
  "version": 1,
7
7
  "metadata": {
8
- "timestamp": "2026-07-04T19:57:57.512Z",
8
+ "timestamp": "2026-07-04T20:32:20.563Z",
9
9
  "lifecycles": [
10
10
  {
11
11
  "phase": "build"
@@ -19,14 +19,14 @@
19
19
  }
20
20
  ],
21
21
  "component": {
22
- "bom-ref": "@blamejs/pki@0.1.4",
22
+ "bom-ref": "@blamejs/pki@0.1.5",
23
23
  "type": "application",
24
24
  "name": "pki",
25
- "version": "0.1.4",
25
+ "version": "0.1.5",
26
26
  "scope": "required",
27
27
  "author": "blamejs contributors",
28
28
  "description": "Pure-JavaScript PKI toolkit that owns its stack — X.509, ASN.1/DER, CMS, PQC-first.",
29
- "purl": "pkg:npm/%40blamejs/pki@0.1.4",
29
+ "purl": "pkg:npm/%40blamejs/pki@0.1.5",
30
30
  "properties": [],
31
31
  "externalReferences": [
32
32
  {
@@ -54,7 +54,7 @@
54
54
  "components": [],
55
55
  "dependencies": [
56
56
  {
57
- "ref": "@blamejs/pki@0.1.4",
57
+ "ref": "@blamejs/pki@0.1.5",
58
58
  "dependsOn": []
59
59
  }
60
60
  ]