@cyberstrike-io/sdk 1.1.12 → 1.1.13

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.
@@ -729,6 +729,8 @@ export type Vulnerability = {
729
729
  business_impact?: string;
730
730
  recommendation?: string;
731
731
  poc?: string;
732
+ endpoint?: string;
733
+ attack_vector?: string;
732
734
  status?: "open" | "fixed" | "ignored";
733
735
  message_id?: string;
734
736
  time?: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@cyberstrike-io/sdk",
4
- "version": "1.1.12",
4
+ "version": "1.1.13",
5
5
  "type": "module",
6
6
  "license": "AGPL-3.0-only",
7
7
  "scripts": {