packetchaos / navi

A Command-line tool which leverages the Tenable.io API to reduce the time it takes to get information that is common during remediation or a troubleshooting event
GNU General Public License v3.0
72 stars 26 forks source link

truncation tag values to 50 chars and dedupe the uuid submitted #25

Closed jplonie closed 2 years ago

jplonie commented 2 years ago

t.io tags are limited to 50 chars, aws tags are not, this will truncate tag values to fit in t.io. Truncated tags will add an ellipse to signify they are truncated.

The list of uuid's submitted to t.io for tagging contained duplicates which seemed to break the t.io, so a simple dedupe of the list of uuid posted resolves this.

packetchaos commented 2 years ago

Tenable expanded their tag limit to meet AWS standards nullifying the need for this pull request. Thank you for submitting the issue and the pull request.