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 30d6253 commit 3acd41fCopy full SHA for 3acd41f
packages/assets-query/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@al/assets-query",
3
- "version": "2.1.100",
+ "version": "2.1.101",
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
@@ -221,6 +221,7 @@ export interface ExposureQueryResultItem {
221
vulnerability_id?: string;
222
vulnerability_span_id?: string;
223
cisa_known_exploited?: boolean;
224
+ published_date?: string;
225
}
226
export interface ExposureRemediationItem {
227
account_id?: string;
0 commit comments