Steven McGrath

Results 121 comments of Steven McGrath

the current workaround it to simply pass the `groupAssign` attribute as the error indicates. This parameter was added to later versions of the SC API. To transparently pass it, you...

Note this is for the NNM admin component. There does appear to be a PR (#565) open that solves this.

looks like the error is related to how requests is handling files differently than raw encoded data. Took aq little digging but this seems to be related: https://stackoverflow.com/questions/22915295/python-requests-post-and-big-content/22915488#22915488

After some testing the memory usage using the file upload went from 2G to to under 50M. I think this should long-term solve this issue on the library-front.

yeah, just trying to work through the backlog of PRs before releasing. If you're in a rush, you can always test with a pip install from git: ``` pip install...

Can confirm that max_time is indeed hours, not seconds in the upstream API

Is this still an issue? Can you post the output of the debug logging?

Sadly this is an issue with the upstream API within TVM itself. The filter values that are allowed are pulled from the tag filters API here: https://developer.tenable.com/reference/tags-list-asset-filters

I would recommend contacting Tenable support for this one, as it doesn't have anything to do with the library itself, but rather the Nessus product. In general, however, the scan...

So what are you asking for specifically?