nexpose-client-python icon indicating copy to clipboard operation
nexpose-client-python copied to clipboard

Asset Risk Factor only available in AssetSummary

Open santsys opened this issue 8 years ago • 0 comments

When querying an asset, the risk_factor value is available via an AssetSummary, but not via AssetDetails.

The code in AssetSummary (risk_factor) should probably be in AssetDetails as well.

https://github.com/rapid7/nexpose-client-python/blob/657813478a3ce4012a4d05aad0b19489b708b708/nexpose/nexpose_asset.py#L43

https://github.com/rapid7/nexpose-client-python/blob/657813478a3ce4012a4d05aad0b19489b708b708/nexpose/nexpose_asset.py#L32-L103

Thanks!

santsys avatar Sep 21 '17 18:09 santsys