palantir / tenablesc-client

A Golang-based API client for Tenable.SC
Other
9 stars 8 forks source link

Fix get all scan results by time #38

Closed pna-nca closed 8 months ago

pna-nca commented 1 year ago

Before this PR

It was not possible to control interval of exported scan results. ScanResult "usable" JSON field had a typo ("useable").

After this PR

GetAllScanResultsByTime() function properly deals with the requested time interval. ScanResult "usable" JSON field is correctly spelled.

Possible downsides?

N/A

palantirtech commented 1 year ago

Thanks for your interest in palantir/tenablesc-client, @pna-nca! Before we can accept your pull request, you need to sign our contributor license agreement - just visit https://cla.palantir.com/ and follow the instructions. Once you sign, I'll automatically update this pull request.

changelog-app[bot] commented 1 year ago

Generate changelog in changelog-dir>`changelog/@unreleased`</changelog-dir

Type

- [ ] Feature - [ ] Improvement - [x] Fix - [ ] Break - [ ] Deprecation - [ ] Manual task - [ ] Migration

Description

Fix get all scan results by time ## Before this PR It was not possible to control interval of exported scan results. ## After this PR GetAllScanResultsByTime() function properly deals with the requested time interval. ## Possible downsides? N/A **Check the box to generate changelog(s)** - [x] Generate changelog entry