Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Releases: JupiterOne-Archives/graph-crowdstrike

Release 2.2.6

02 Aug 19:11
aab0ac1
Compare
Choose a tag to compare

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

01 Aug 22:01
7e1c93d
Compare
Choose a tag to compare

Changed

  • increase page size to 250 for devices, prevention policy, and prevention
    policy members endpoints

Release 2.2.4

28 Jul 13:26
54dde79
Compare
Choose a tag to compare

Changed

  • log all errors during pagiation

Release 2.2.3

27 Jul 19:03
385cbf1
Compare
Choose a tag to compare

Changed

  • increased page size to 250 when fetching vulnerabilities
  • removed await from hasKey operations
  • added return after abort() during error handling

Release 2.2.2

08 Jul 18:55
6c06ade
Compare
Choose a tag to compare

Fixed

  • Handle redirects manually. Dependabot node-fetch upgrade removed auth headers
    when redirecting.

Release 2.2.1

28 Jun 14:06
95d7f08
Compare
Choose a tag to compare
Merge pull request #100 from JupiterOne/INT-4413-mapping

INT-4413 - Fix `crowdstrike_sensor` `aws_instance` mapping

Release 2.2.0

09 Jun 21:06
fdcc5d0
Compare
Choose a tag to compare

Added

  • The integration now allows users to optionally specify an availability zone in
    the configuration.

Release 2.1.11

03 Jun 16:34
d444528
Compare
Choose a tag to compare

Fixed

  • Fixed incorrect relationship _type. crowdstrike_vuln_exploits_sensor was
    renamed to crowdstrike_vulnerability_exploits_sensor. This allows the
    partial flag to be appropriately applied to the relationship.

Release 2.1.10

25 May 17:17
560ae0c
Compare
Choose a tag to compare

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

24 May 20:48
a37edd9
Compare
Choose a tag to compare

Changed

  • Added error logging to the FalconAPIClient