Releases: veracode/veracode-api-py
Custom KMS support
v_0956: New report type for Reporting API
v_0955: Fix transitive library security issue
This version is a security fix and updates to a newer version of httpie
to resolve CVE-2023-48052 in a transitive dependency. We recommend that you update to this version of the library and update any scripts that depend on it to this version or later.
v_0954: Minor updates to getfindings
What's Changed
- updated get_findings to work with csv string list by @AaronButler-Veracode in #89
Full Changelog: v_0953...v_0954
v_0953: CWE and Category metadata
This release adds objects for CWEs
and CWECategories
metadata, which is useful for retrieving Veracode general remediation guidance and other metadata. For more information see the documentation.
Full Changelog: v_0952...v_0953
v_0952: Bugfix release
This release fixes a bug inadvertently introduced in v_0951.
v_0951: Custom Roles, minor feature and fixes
This release adds support for creating and managing Custom Roles, recently released in the Veracode US Commercial and European Regions (and soon in the US Federal Region). For more information about custom roles, see the Veracode Documentation Updates. For information about using the Custom Roles methods in this library, see the Roles and Permissions documentation.
The release also fixes a few open source security issues, improves the readme, and adds support for pulling SummaryReport information for older application scans via the SummaryReport().get_summary_report()
method.
Full Changelog: V_0950...v_0951
v_0950: Reporting API Scans support
What's Changed
- This release adds the ability to use
Analytics().create_report
andAnalytics().get
with the new Scans report type of the Veracode Reporting API. It also adds dedicated methods for retrieving findings and scans reports.
Full Changelog: v_0949...V_0950
v_0949: DAST Essentials API support
What's Changed
- Add support for the DAST Essentials API
- Fixes an issue with exception handling (#84 )
- Security fixes
Full Changelog: v_0948...v_0949
v_0948: New features and bug fixes
What's Changed
- New API calls for retrieving manual penetration tests (scans) and manual scan findings.
- Add support for setting and updating the git_repo_url field on application create and edit.
- DAST scan config missing required scan contact info by @AaronButler-Veracode in #83
Full Changelog: v_0947...v_0948