We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 571d3a2 commit 6b8f225Copy full SHA for 6b8f225
packages/assets-query/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@al/assets-query",
3
- "version": "2.1.99",
+ "version": "2.1.100",
4
"license": "MIT",
5
"description": "A client for interacting with the Alert Logic Assets Query Public API",
6
"author": {
packages/assets-query/src/types/index.ts
@@ -220,6 +220,7 @@ export interface ExposureQueryResultItem {
220
vulnerability_count?: string;
221
vulnerability_id?: string;
222
vulnerability_span_id?: string;
223
+ cisa_known_exploited?: boolean;
224
}
225
export interface ExposureRemediationItem {
226
account_id?: string;
0 commit comments