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.2.6
Fixed
- corrected creation of query parameters to only include pagination details at
most once and default to using details returned by the CrowdStrike API
Release 2.2.5
Changed
- increase page size to 250 for devices, prevention policy, and prevention
policy members endpoints
Release 2.2.4
Changed
- log all errors during pagiation
Release 2.2.3
Changed
- increased page size to 250 when fetching vulnerabilities
- removed
await
fromhasKey
operations - added
return
afterabort()
during error handling
Release 2.2.2
Fixed
- Handle redirects manually. Dependabot node-fetch upgrade removed auth headers
when redirecting.
Release 2.2.1
Merge pull request #100 from JupiterOne/INT-4413-mapping INT-4413 - Fix `crowdstrike_sensor` `aws_instance` mapping
Release 2.2.0
Added
- The integration now allows users to optionally specify an availability zone in
the configuration.
Release 2.1.11
Fixed
- Fixed incorrect relationship
_type
.crowdstrike_vuln_exploits_sensor
was
renamed tocrowdstrike_vulnerability_exploits_sensor
. This allows the
partial
flag to be appropriately applied to the relationship.
Release 2.1.10
Changed
- Enable Vulnerability ingestion for all accounts. If permissions are not
enabled for vuln endpoints, warning is published to the event log. - Removed getStepStartStates.ts
Release 2.1.9
Changed
- Added error logging to the
FalconAPIClient