Steven McGrath

Results 121 comments of Steven McGrath

While this may work, I think a couple of additional client-side checks need to happen to ensure that only AWS assets get fed in. Likely along the lines of simply...

Looking into it, it appears that the UI is no longer using the tag filters API to determine what filters are available, however pyTenable is still processing that endpoint to...

Ive been informed that some of these filtering options should have been addressed int he filter API. Please re-open if the issue continues.

The acme theme seems to do it: ![CleanShot 2024-01-31 at 10 05 47](https://github.com/raphamorim/rio/assets/254700/439f0b8d-6dcf-44e9-a284-5bb196f47944)

Here is using the default font: ![CleanShot 2024-01-31 at 10 48 17](https://github.com/raphamorim/rio/assets/254700/442fe96d-d446-4044-b933-d83fa0c41947) I've seen other oddities as well with some ligatures being represented weirdly as well. wonder if its related....

I cannot recreate this issue. ```python >>> from tenable.io import TenableIO >>> tvm = TenableIO() >>> families = tvm.plugins.families() >>> families[0] {'id': 28, 'name': 'AIX Local Security Checks', 'count': 11563}...

I dont think this is an issue with the library itself, but rather an issue with the upstream API. I will reflag this as an enhancement to catch and retry,...

A new optional parameter has been added to the config file called `map_to_asset_account` is now available that will attempt to fetch the aws account id from the TVM-stored asset and...

Just flag it as true like so: ```toml map_to_asset_account = true ``` It will pull all assets that TVM is aware of into Security Hub. I didn't wrap something to...

Apologies, i thought i had responded to this one. Looking into it, do you have Security Hub enable on all of your accounts? Does this user have access to post...