You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In v8 if you ran audit.advisory you got "no data available" back. Now you get additional type errors.
V8:
cnquery> audit.advisory{*}
Query encountered errors:
failed to create resource 'audit.advisory': "audit.advisory" failed: no value provided for static field "mrn"
audit.advisory: no data available
V9:
cnquery> audit.advisory{*}
1 error occurred:
* cannot convert primitive with NO type information
audit.advisory: {
description: cannot convert primitive with NO type information
worstScore: cannot convert primitive with NO type information
published: cannot convert primitive with NO type information
mrn: cannot convert primitive with NO type information
id: cannot convert primitive with NO type information
title: cannot convert primitive with NO type information
modified: cannot convert primitive with NO type information
}
The same thing happens with audit.cve and audit.cvss
The text was updated successfully, but these errors were encountered:
This is not specific to Mac. I also see this on Ubuntu:
cnquery run local -c "audit.advisory{*}"
→ loaded configuration from /etc/opt/mondoo/mondoo.yml using source default
1 error occurred:
* cannot convert primitive with NO type information
audit.advisory: {
description: cannot convert primitive with NO type information
worstScore: cannot convert primitive with NO type information
published: cannot convert primitive with NO type information
mrn: cannot convert primitive with NO type information
id: cannot convert primitive with NO type information
title: cannot convert primitive with NO type information
modified: cannot convert primitive with NO type information
}
In v8 if you ran
audit.advisory
you got "no data available" back. Now you get additional type errors.V8:
V9:
The same thing happens with audit.cve and audit.cvss
The text was updated successfully, but these errors were encountered: