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) |