@conterra/vuln-scan 1.0.10 → 1.0.11

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conterra/vuln-scan",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "con terra vulnerability scan process",
5
5
  "author": "con terra GmbH",
6
6
  "license": "Apache-2.0",
@@ -16,7 +16,8 @@
16
16
  "ct-vuln-add-project": "dist/add-project.js",
17
17
  "ct-vuln-remove-project": "dist/remove-project.js",
18
18
  "ct-vuln-add-project-to-vex": "dist/add-project-to-vex.js",
19
- "ct-vuln-jira-report": "dist/jira-reporter.js"
19
+ "ct-vuln-jira-report": "dist/jira-reporter.js",
20
+ "ct-vuln-auto-vex": "dist/auto-vex-creator.js"
20
21
  },
21
22
  "engines": {
22
23
  "node": ">= 20",
@@ -42,13 +43,13 @@
42
43
  "escape-html": "1.0.3",
43
44
  "eslint-plugin-headers": "1.3.4",
44
45
  "eslint": "^9.39.1",
45
- "globals": "17.5.0",
46
+ "globals": "17.6.0",
46
47
  "json-schema-to-typescript": "15.0.4",
47
48
  "node-sarif-builder": "4.1.0",
48
49
  "prettier": "^3.8.1",
49
50
  "rimraf": "6.1.3",
50
51
  "typescript": "5.9.3",
51
- "typescript-eslint": "8.59.0",
52
+ "typescript-eslint": "8.59.1",
52
53
  "vitest": "4.1.5",
53
54
  "@inquirer/prompts": "8.4.2"
54
55
  },
@@ -59,7 +60,7 @@
59
60
  "watch": "node esbuild.config.mjs watch",
60
61
  "type-check": "tsc --noEmit",
61
62
  "type-watch": "tsc -w --noEmit",
62
- "update-openvex-types": "json2ts --input ./src/types/openvex-schema.json --output ./src/types/openvex_json.ts --no-style.semi --style.tabWidth 4",
63
+ "update-openvex-types": "json2ts --input ./src/schema/openvex-schema.json --output ./src/types/OpenVex.ts --no-style.semi --style.tabWidth 4",
63
64
  "lint": "eslint",
64
65
  "clean": "rimraf dist",
65
66
  "test": "vitest"