Skip to content

Commit 6b8f225

Browse files
FairAndresALFair Tarapues
andauthored
ENG-55997 - Adding cisa_known_exploited property (#834)
Co-authored-by: Fair Tarapues <[email protected]>
1 parent 571d3a2 commit 6b8f225

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/assets-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@al/assets-query",
3-
"version": "2.1.99",
3+
"version": "2.1.100",
44
"license": "MIT",
55
"description": "A client for interacting with the Alert Logic Assets Query Public API",
66
"author": {

packages/assets-query/src/types/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ export interface ExposureQueryResultItem {
220220
vulnerability_count?: string;
221221
vulnerability_id?: string;
222222
vulnerability_span_id?: string;
223+
cisa_known_exploited?: boolean;
223224
}
224225
export interface ExposureRemediationItem {
225226
account_id?: string;

0 commit comments

Comments
 (0)