Releases: getappmap/scanner
Releases · getappmap/scanner
v1.22.0
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
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
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
1.20.0 (2021-11-09)
Features
- Scan for authorization before authentication (3d3b1eb)
v1.19.0
1.19.0 (2021-11-09)
Bug Fixes
Features
v1.18.0
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
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
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
1.15.0 (2021-10-15)
Features
- Illegal package dependency (1b31cea)
v1.14.0
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)