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.1.8

13 May 18:44
d1b647d
Compare
Choose a tag to compare

Changed

  • Added improved error retry logic.
  • Added validateInvocation logic. Thanks jakopako
    for your contribution!

Release 2.1.7

06 May 13:51
50de1c1
Compare
Choose a tag to compare

Added

  • code-ql workflow
  • quesitons workflow
  • managed questions

Release 2.1.6

26 Apr 20:01
730cb16
Compare
Choose a tag to compare

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

18 Apr 20:37
3e15775
Compare
Choose a tag to compare

Changed

  • Change the _class designation of the vulnerability entity from
    Vulnerability to Finding.
  • Add additional properties to the vulnerability entity, including: id, cid,
    aid, name, displayName, cveId

Release 2.1.4

12 Apr 17:46
18ff837
Compare
Choose a tag to compare

Fixed

  • Typo in pagination query.

Release 2.1.3

12 Apr 14:47
a35f61a
Compare
Choose a tag to compare

Fixed

  • Fixed pagination of vulnerabilities, enhanced logging around vulnerabilities
    step

Release 2.0.9

26 Jan 16:54
942ab44
Compare
Choose a tag to compare
  • Update sdk-* packages to 8.2.1

Release 2.0.8

20 Oct 19:01
57bc5e6
Compare
Choose a tag to compare
  • Improved waiting logic after encountering 429 errors

Release 2.0.7

19 Oct 20:26
127fc91
Compare
Choose a tag to compare
  • Attempted waiting an additional 60s after the first 429 encountered

Release 2.0.6

15 Oct 18:32
ec6e846
Compare
Choose a tag to compare
  • Fixed the way we calculate expiresAt for API tokens