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

Releases: getappmap/scanner

v1.22.0

16 Nov 17:01
Compare
Choose a tag to compare

1.22.0 (2021-11-16)

Bug Fixes

  • Copy sampleConfig files to built directory (f89d7aa)
  • Ensure existance of built directory when copying sample config (0e047ed)
  • Fail the scan when no appmap dir or file is specified (501deae)

Features

  • Update default config with no-label scanners (c1c7a6f)

v1.21.0

16 Nov 15:38
Compare
Choose a tag to compare

1.21.0 (2021-11-16)

Features

  • Find unbatched materialized query (2e3535b)
  • Specify types for scanner options and export as JSON schema (ed197ca)

v1.20.1

12 Nov 14:14
Compare
Choose a tag to compare

1.20.1 (2021-11-12)

Bug Fixes

  • Remove broken scope 'appmap' (fad8ffa)
  • Update and correct use of scopes and enumerateScope by scanners (9395113)
  • Update Rails Sample App use of scanners (1e64211)

v1.20.0

09 Nov 22:08
Compare
Choose a tag to compare

1.20.0 (2021-11-09)

Features

  • Scan for authorization before authentication (3d3b1eb)

v1.19.0

09 Nov 17:58
Compare
Choose a tag to compare

1.19.0 (2021-11-09)

Bug Fixes

  • Upgrade semantic-release (45dad94)

Features

  • Scan for too many joins (1de7bfc)

v1.18.0

04 Nov 20:20
Compare
Choose a tag to compare

1.18.0 (2021-11-04)

Bug Fixes

  • Disable IDE links when exporting findings to a file (9bbea63)

Features

  • Add AssertionSpec type for scanner definitions (74de27a)
  • Add CI integration docs (1dc0ad4)
  • Add OpenAPI generation for http_client_request (1fc93e1)
  • Add scanner for slow method calls (e5366fa)
  • Analyze and print OpenAPI breaking changes (858f833)
  • OpenAPI schema are cached by host (4b2ac60)
  • Report distinct finding messages in the final summary (3f946ba)

v1.17.0

21 Oct 20:08
Compare
Choose a tag to compare

1.17.0 (2021-10-21)

Bug Fixes

  • Fix env var name for commit status (444491c)
  • Increase the threshold for "too-many-updates" (0b69a6e)
  • Remove unused import (44bb518)
  • Report the total match number for n+1 and too-many-updates (ae4c015)

Features

  • Assertion can choose whether to check all events in the scope, or just the root (5993f2c)
  • Check rpc-without-circuit-breaker (8eed0b0)
  • Optional pull request comments (dd953d2)
  • Report related events in a Finding (9c75bdd)

v1.16.0

19 Oct 14:21
Compare
Choose a tag to compare

1.16.0 (2021-10-19)

Bug Fixes

Features

  • Add doc/architecture.md (06ca4c5)
  • Assertion is instantiated once for each scope occurrance, simplifying bookkeeping (b007bc9)
  • Describe scopes in architecture doc (27b1ebb)
  • Implement scopes (07cc23e)
  • Update architecture doc with Scope concept (043e4d9)

v1.15.0

15 Oct 20:26
Compare
Choose a tag to compare

1.15.0 (2021-10-15)

Features

  • Illegal package dependency (1b31cea)

v1.14.0

15 Oct 18:24
Compare
Choose a tag to compare

1.14.0 (2021-10-15)

Bug Fixes

  • Fix error/warning of n+1 query check (6065085)

Features

  • Better findings report generation (0065442)
  • Scan for http 500 error (dd2dfb6)