All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.3.1 (2024-06-24)
- extension: fixed JSON file error (a1d5118)
- extension: update README (a1d5118)
- extension: update AI model on BTP to gpt-4 (a1d5118)
- extension: wrote unit test for quick fix suggestions (#107)
1.3.0 (2024-05-24)
- extension: add quick fix suggestions for secrets (a25823c)
1.2.0 (2023-09-18)
- extension: exclude files from scan (#62) (9b92871)
- logging: add correlation id (#73) (f00c428)
- webrunner: report on number of discoveries (#61) (9d28d2b)
1.1.0 (2023-08-30)
- extension: cleanup findings on file close event (4320325)
- webrunner: fix error axios-cookiejar-support http(s) agent (#56) (3ccb0ab)
1.0.0 (2023-08-29)
0.0.5 (2023-08-28)
- extension: use extension display name (17bb117)
- addRules: return false when rules are not set (a45f31d)
- argon2: remove argon2 dependency (d750053)
- configuration: add missing description to type attribute (#13) (0a68a9f)
- configuration: validate basic config (57c5843)
- databaseConfig: validate against valid database types (8a2e598)
- extension: remove await from message display (18cb0be)
- extension: wait for the execution of show message (0a6e508)
- scan: set file shall be done in the beginning (68f444a)
- settings: check settings of webserver (bc06434)
- task: adjust task type (dc7dae1)
- task: fix there is no registered task (8b5d06a)
- task: remove problem matcher (2cdda83)
- task: task will never be brought to front (0b45548)
- typescript: revert typescript version to 5.0.4 (14d12f0)
- utils: fix crypto import (50717ab)
- utils: properly convert raw data to discoveries (6e49fa1)
0.0.4 (2023-07-27)
0.0.3 (2023-07-25)
0.0.2 (2023-07-20)
- test: fix running unit tests