dsh-vet 0.2.3 → 0.2.4
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/lib/index.d.mts +1 -1
- package/lib/index.mjs +1 -1
- package/package.json +1 -1
package/lib/index.d.mts
CHANGED
|
@@ -271,7 +271,7 @@ declare function runRules(analysis: Analysis, only?: string[]): VetFinding[];
|
|
|
271
271
|
//#endregion
|
|
272
272
|
//#region src/scanner.d.ts
|
|
273
273
|
/** Kept in lockstep with package.json; a test asserts they match. */
|
|
274
|
-
declare const SCANNER_VERSION = "0.2.
|
|
274
|
+
declare const SCANNER_VERSION = "0.2.4";
|
|
275
275
|
interface ScanOptions extends ResolveOptions {
|
|
276
276
|
/** Injectable clock for deterministic tests/reports. */
|
|
277
277
|
now?: () => string;
|
package/lib/index.mjs
CHANGED
|
@@ -1603,7 +1603,7 @@ function runRules(analysis, only) {
|
|
|
1603
1603
|
* over the same artifact with the same version are identical.
|
|
1604
1604
|
*/
|
|
1605
1605
|
/** Kept in lockstep with package.json; a test asserts they match. */
|
|
1606
|
-
const SCANNER_VERSION = "0.2.
|
|
1606
|
+
const SCANNER_VERSION = "0.2.4";
|
|
1607
1607
|
/**
|
|
1608
1608
|
* A scan that audited zero JavaScript files must not read as a clean pass —
|
|
1609
1609
|
* a TypeScript source tree scanned as a local path has no `.js` to analyze,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-vet",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.4",
|
|
4
4
|
"description": "Security vetting for DeepSeek Harness (DSH) plugins: permission & supply-chain audits before install, graded via the open dsh-vet/v1 report standard.",
|
|
5
5
|
"dsh": {
|
|
6
6
|
"seams": ["fs", "shell", "web"]
|