Releases: Accruent/owasp-zap-historic
Releases · Accruent/owasp-zap-historic
v0.2.2
What’s Changed
- 3.9 test (#55) @neiljhowell
- Create codeql-analysis.yml (#49) @neiljhowell
🧰 Maintenance
- Update setuptools requirement from ~=59.5.0 to ~=59.6.0 (#46) @dependabot
- Update setuptools requirement from ~=59.4.0 to ~=59.5.0 (#45) @dependabot
- Update setuptools requirement from ~=59.1.1 to ~=59.4.0 (#44) @dependabot
- Update setuptools requirement from ~=59.0.1 to ~=59.1.1 (#42) @dependabot
- Update setuptools requirement from ~=58.5.3 to ~=59.0.1 (#41) @dependabot
- Update setuptools requirement from ~=58.5.2 to ~=58.5.3 (#40) @dependabot
- Update setuptools requirement from ~=58.4.0 to ~=58.5.2 (#39) @dependabot
- Update setuptools requirement from ~=58.3.0 to ~=58.4.0 (#38) @dependabot
- Update setuptools requirement from ~=58.2.0 to ~=58.3.0 (#37) @dependabot
- Update flask requirement from ~=2.0.1 to ~=2.0.2 (#36) @dependabot
- Update setuptools requirement from ~=58.1.0 to ~=58.2.0 (#34) @dependabot
- Update pytz requirement from ~=2021.1 to ~=2021.3 (#35) @dependabot
- Update setuptools requirement from ~=58.0.4 to ~=58.1.0 (#33) @dependabot
- Update setuptools requirement from ~=58.0.3 to ~=58.0.4 (#32) @dependabot
- Update setuptools requirement from ~=58.0.2 to ~=58.0.3 (#31) @dependabot
- Update setuptools requirement from ~=58.0.0 to ~=58.0.2 (#30) @dependabot
- Update setuptools requirement from ~=57.4.0 to ~=58.0.0 (#29) @dependabot
v0.2.1: Merge pull request #28 from Accruent/fix_ehistoric_tab
What’s Changed
- fix version and view url link on ehistoric.html, update version.py (#28) @neiljhowell
Expose False Positives field in app
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
v0.1.4
What’s Changed
- add yaml files (#8) @neiljhowell
- remove proget (#7) @neiljhowell
Add Unit Testing, Travis CI, Update dockerfile
v0.1.3 update token
OWASP ZAP HISTORIC 0.1.1
v0.1.1 QE-1939 update setup.py next version
Initial Release
v0.1.0 Update README.md