What’s Changed
* Expose false positives in app (27) neiljhowell
This release incorporates False Positives from the newer ZAP reports into the application. If you are an existing user
user of owaspzap-historic, you will need to make the following changes to your MySQL database:
- The following script will need to be ran on your TB_PROJECT table:
> ALTER TABLE owaspzaphistoric.TB_PROJECT ADD COLUMN Recent_False INT
> NULL DEFAULT 0 AFTER Recent_Informational;
- The following script will need to be ran on any project's TB_EXECUTION table:
> ALTER TABLE [project_name].TB_EXECUTION ADD COLUMN False_Alerts INT NULL DEFAULT 0
> AFTER Informational_Alerts;
🧰 Maintenance
* Update bcrypt requirement from ~=3.1.7 to ~=3.2.0 (9) dependabot
* Update flask requirement from ~=1.1.2 to ~=2.0.1 (23) dependabot
* Update setuptools requirement from ~=57.2.0 to ~=57.4.0 (26) dependabot
* Update setuptools requirement from ~=57.1.0 to ~=57.2.0 (25) dependabot
* Update pytz requirement from ~=2020.1 to ~=2021.1 (10) dependabot
* Update setuptools requirement from ~=41.2.0 to ~=57.1.0 (24) dependabot