This repository has been archived by the owner on Dec 4, 2023. It is now read-only.
Releases: JupiterOne-Archives/graph-crowdstrike
Releases · JupiterOne-Archives/graph-crowdstrike
Release 2.1.8
Changed
- Added improved error retry logic.
- Added validateInvocation logic. Thanks jakopako
for your contribution!
Release 2.1.7
Added
code-ql
workflowquesitons
workflow- managed questions
Release 2.1.6
Changed
createFalconAPIClient
now follows a singleton pattern. This allows multiple
steps to run independently and share the single api rate limit.
Release 2.1.5
Changed
- Change the _class designation of the vulnerability entity from
Vulnerability
toFinding
. - Add additional properties to the vulnerability entity, including:
id
,cid
,
aid
,name
,displayName
,cveId
Release 2.1.4
Fixed
- Typo in pagination query.
Release 2.1.3
Fixed
- Fixed pagination of vulnerabilities, enhanced logging around vulnerabilities
step
Release 2.0.9
- Update sdk-* packages to 8.2.1
Release 2.0.8
- Improved waiting logic after encountering 429 errors
Release 2.0.7
- Attempted waiting an additional 60s after the first 429 encountered
Release 2.0.6
- Fixed the way we calculate
expiresAt
for API tokens