Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Releases: getappmap/scanner

v1.33.2

12 Jan 18:59
Compare
Choose a tag to compare

1.33.2 (2022-01-12)

Bug Fixes

  • Flag insecure comparison correctly in more cases (abaf078)

v1.33.1

10 Jan 20:13
Compare
Choose a tag to compare

1.33.1 (2022-01-10)

Bug Fixes

v1.32.0

07 Jan 21:16
Compare
Choose a tag to compare

1.32.0 (2022-01-07)

Bug Fixes

  • Fix default config path (bb28a87)
  • Tweak the findings output (b16f552)
  • Update @appland/models for DFS dependency traversal fix (bacc707)

Features

  • Print the path to the scanner config file (531f531)

v1.31.2

06 Jan 19:29
Compare
Choose a tag to compare

1.31.2 (2022-01-06)

Bug Fixes

  • Upload all findings from ci (ba0190d)

v1.31.1

06 Jan 18:16
Compare
Choose a tag to compare

1.31.1 (2022-01-06)

Bug Fixes

  • ci command always merges server finding status (091b932)

v1.31.0

05 Jan 21:26
Compare
Choose a tag to compare

1.31.0 (2022-01-05)

Bug Fixes

  • Remove postPullRequestComment because it doesn't work (54f4797)
  • Remove unused imports (f4e1eeb)
  • Update @appland/client (f48dbd0)

Features

  • Add @appland/models and @appland/client as dependencies (23559b8)
  • Add CI command to scan, upload, and update commit status (9c3908f)
  • Fetch finding status from the server and incorporate into the client output (981729f)
  • Refactor CLI into subcommands (d27e05f)
  • Remove @appland/models types, use types defined in the package dependency (f872b5c)
  • Tune the console report of findings (34aaf65)
  • Upload findings to AppMap server (9cf0148)

v1.30.0

14 Dec 20:09
Compare
Choose a tag to compare

1.30.0 (2021-12-14)

Features

  • Add additional summary data to the findings report (5e38336)
  • Findings report includes the user-provided configuration (ac4fda7)

v1.29.1

10 Dec 23:20
Compare
Choose a tag to compare

1.29.1 (2021-12-10)

Bug Fixes

  • Workaround for event.message being null (b9408c9)

v1.29.0

09 Dec 03:14
Compare
Choose a tag to compare

1.29.0 (2021-12-09)

Bug Fixes

  • Let the console handle the line breaks, because they are happening in the wrong place anyway (51cabe7)

Features

  • Continue adding rules (2d90d2d)
  • Port tests to new architecture (07b074a)
  • Separate the rule name from check id (633ab1f)
  • Update @appland/models for upgraded SQL parsing (717b707)

v1.28.0

06 Dec 20:16
Compare
Choose a tag to compare

1.28.0 (2021-12-06)

Bug Fixes

  • Perform unix- and mac-friendly JSON schema fixup (eedcdae)
  • Remove incorrect MatchPatternConfig from schema (2986007)

Features

  • Implement case-insensitive pattern test (ee0e825)
  • Unify filter patterns (ece354d)