@stacksjs/registry 0.11.12 → 0.11.15
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/README.md +2 -0
- package/dist/index.js +411 -410
- package/dist/scanner-worker.js +3 -0
- package/dist/server.js +411 -410
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -119,6 +119,8 @@ Native artifacts use an authenticated scan-before-promote API:
|
|
|
119
119
|
| POST | `/api/v1/binaries/uploads` | Create a short-lived, untrusted staged upload |
|
|
120
120
|
| POST | `/api/v1/binaries/uploads/complete` | Seal, stream-scan, verify, and promote the artifact |
|
|
121
121
|
| POST | `/api/v1/binaries/rescan` | Stream-scan and attest or quarantine an existing artifact (operator only) |
|
|
122
|
+
| POST | `/api/v1/binaries/quarantine/rescan/prepare` | Prepare an exact private quarantine object for isolated review |
|
|
123
|
+
| POST | `/api/v1/binaries/quarantine/rescan/attest` | Retain a block or release only after a fresh clean verdict |
|
|
122
124
|
|
|
123
125
|
Use `packages/ts-pantry/scripts/upload-to-s3.ts` or
|
|
124
126
|
`pantry publish:binary`; both clients implement the protocol and never receive
|