From 0a7924a25e95701dbc0389d5eb8c16a37ef40759 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 29 Oct 2024 19:08:12 -0700 Subject: [PATCH] Update fields descriptions from cnquery Updates from https://github.com/mondoohq/cnquery/pull/4793 Signed-off-by: Tim Smith --- docs/mql/resources/os-pack/asset.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/mql/resources/os-pack/asset.md b/docs/mql/resources/os-pack/asset.md index 2bef17898..6749c5132 100644 --- a/docs/mql/resources/os-pack/asset.md +++ b/docs/mql/resources/os-pack/asset.md @@ -9,8 +9,8 @@ displayed_sidebar: MQL **Fields** -| ID | TYPE | DESCRIPTION | -| ------------------- | ------------------ | -------------------------------------------------------------------------------------------------- | -| cpes | []core.cpe | Common Platform Enumeration (CPE) for the asset | -| vulnerabilityReport | dict | Advisory & vulnerability report, Deprecated; will be removed in version 12.0, use vulnmgmt instead | -| purl | string | Platform URL in the Package URL format, That's a URL as alternative to the CPE format | +| ID | TYPE | DESCRIPTION | +| ------------------- | ------------------ | --------------------------------------------------------------------------------------------------- | +| cpes | []core.cpe | Common Platform Enumeration (CPE) for the asset | +| vulnerabilityReport | dict | Advisory & vulnerability report, Deprecated; will be removed in version 12.0 (use vulnmgmt instead) | +| purl | string | Platform URL in the package URL format (as opposed to the CPE format) |