Connor Griffin

Results 6 issues of Connor Griffin

I have a process that uploads a sheet with about 25 MB worth of data when formatted into a Google Sheets API compatible object (the actual data itself is about...

enhancement
work in progress

**Describe the bug** The current state node accepts an entity ID input (msg.payload.entity_id), which is used to make the service call. You can override this by proving an entity_id in...

Made changes to Session.ps1 and Posh-Nessus.psm1 to support the use of API Secretkey/Accesskey authentication in addition to username/password authentication. Example (using invalid/discarded API key): ``` > New-NessusSession -ComputerName 'scanner1.local' -Port...

Added the function Set-NessusScanSchedule to Scan.ps1, adding support for managing scan schedules. Also added Get-NessusTimezones to support the Timezone parameter of this function. It looks like Atom cleaned up a...

Tokens are currently being stored in plaintext on Linux and Mac installs. This is because the ConvertTo/From-SecureString commands are not available on non-Windows platforms as of this writing. Could potentially...

Currently all fields that are unique (Category, Budget, Account, Payee, etc.) require the user to provide the name rather than the ID. This was done to avoid hundreds of branching...