Releases: veracode/veracode-api-py
Bugfix release
Fixes #16
Flaw matching method - initial release
Added a new method for match_findings
to identify a finding in one dataset that matches the finding provided.
New user features, dyn bugfixes
This release:
- adds actions
update_user_email_address
andsend_password_reset
for users - removes a print statement that snuck into the workflow for creating a dynamic analysis
Bugfix release
Bugfix release
Fixes #10. Also documents the undocumented get_roles()
function and clarifies the documentation around setting roles for users.
Support for Dynamic Analysis
Adds new methods and object for Dynamic API calls. This API family is big and so we use a new pattern to set up the API requests, with a set of dyn_setup
methods to configure analyses and scans. Not every part of the API is currently supported
yet; more will be added over time.
Bugfix release
This release fixes two issues:
#7 : Fixed an issue introduced in v_099 with the add_annotations
method when called without sandboxes.
#1 : Search methods using a string with a space character would fail unless the string was explicitly URLencoded. All methods that performed a search with a string argument now do a parse.quote()
to avoid this.
Sandbox annotations
Updated add_annotation
to work in a sandbox.
Sandbox findings and status api
Two changes this time around:
get_findings()
now has an optional parameter to specify a sandbox guid, and I've documented a prior change whereby you can pass additional query parameters to the Findings API.- New API call
status()
gives detailed availability information from https://status.veracode.com/
Addl collections status
Collections is a feature in EA so new things come up every now and then, like a new status to be interpreted by one's scripts.