kxco-pq-network 1.0.2 → 1.0.3

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/ASSESSMENT.md CHANGED
@@ -60,7 +60,14 @@ default TTL, and the README already states the consequence, which is that a
60
60
  revoked key stays accepted for up to that window.
61
61
 
62
62
  **Start and update.** No release signing of its own. Published through CI with
63
- npm provenance.
63
+ npm provenance from 1.0.3 onward.
64
+
65
+ 1.0.2 and earlier carry no attestation, and the reason is worth recording
66
+ because it was a stale constraint rather than a decision. `--provenance` was
67
+ deliberately omitted while this repository was private, since npm signs
68
+ provenance only for builds from a public source repository. The repository is
69
+ public now. The flag outlived the reason for it, and 1.0.2 shipped without an
70
+ attestation it could have had.
64
71
 
65
72
  ## Agility
66
73
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.3
4
+
5
+ This release carries a SLSA provenance attestation. No source change.
6
+
7
+ **`--provenance` is back on.** It was deliberately omitted while this repository
8
+ was private, because npm signs provenance only for builds from a public source
9
+ repository and a private one is refused with `E422 ... Unsupported GitHub
10
+ Actions source repository visibility`. The repository is public now, so the
11
+ constraint is gone. The flag outlived the reason for it, and 1.0.2 shipped
12
+ without an attestation it could have had.
13
+
14
+ Verify it with `npm audit signatures kxco-pq-network`. Until now the README
15
+ pointed at `kxco-post-quantum` for the provenance claim, because that was the
16
+ only package in the pair that could make it. This one makes its own from here.
17
+
3
18
  ## 1.0.2
4
19
 
5
20
  Documentation and a dependency refresh. No source change.
package/README.md CHANGED
@@ -160,7 +160,12 @@ base package's, and it is reproducible on your own machine:
160
160
  - **2,103 NIST ACVP vectors: 1,793 passed, 0 failed, 310 skipped** across FIPS 203, 204 and 205, pinned by digest
161
161
  - **225 interoperability checks passed, 0 failed, 42 not applicable** against OpenSSL 3.5, liboqs, Bouncy Castle and dilithium-py/kyber-py, in both directions and with negative controls
162
162
  - **SLSA provenance** on every [`kxco-post-quantum`](https://www.npmjs.com/package/kxco-post-quantum) release — verify with `npm audit signatures kxco-post-quantum`
163
- - `npm run evidence` in that package regenerates the whole bundle from source
163
+
164
+ This package carries its own evidence too, and from 1.0.3 its own attestation:
165
+
166
+ - **SLSA provenance on this package**, from 1.0.3 onward — verify with `npm audit signatures kxco-pq-network`
167
+ - `npm run evidence` here records what only this package can say: identity, its own tests, its SBOM, registry signature verification, and the `kxco-post-quantum` version actually installed rather than the range declared
168
+ - `npm run evidence` in the base package regenerates the conformance bundle from source
164
169
 
165
170
  Third-party dependencies here are pinned to exact versions, never ranges, so the
166
171
  code that performs the cryptography cannot change without a release.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kxco-pq-network",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Three levels of proof for KXCO post-quantum envelopes: the signature alone, offline; the signature plus an Armature L1 anchor; and both plus a live key-registry lookup that fails closed. Shared across the kxco-pq packages.",
5
5
  "keywords": [
6
6
  "post-quantum",