@ampsec/platform-client 55.6.1 → 55.7.0

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.
@@ -65,6 +65,8 @@ export type VulnerabilityNotificationContext = {
65
65
  solution?: string;
66
66
  /** CVSS score of the vulnerability. */
67
67
  cvss?: number;
68
+ /** CVE of the vulnerability */
69
+ cve?: string;
68
70
  };
69
71
  export type TrainingNotificationContext = {
70
72
  /** Title of the training */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ampsec/platform-client",
3
- "version": "55.6.1",
3
+ "version": "55.7.0",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "runkitExampleFilename": "example/main.js",
@@ -74,6 +74,8 @@ export type VulnerabilityNotificationContext = {
74
74
  solution?: string;
75
75
  /** CVSS score of the vulnerability. */
76
76
  cvss?: number;
77
+ /** CVE of the vulnerability */
78
+ cve?: string;
77
79
  };
78
80
 
79
81
  export type TrainingNotificationContext = {