Skip to content

Releases: veracode/veracode-api-py

Bugfix release

22 Jul 13:10
5b87866
Compare
Choose a tag to compare

Flaw matching method - initial release

20 Jul 14:43
dc219b2
Compare
Choose a tag to compare

Added a new method for match_findings to identify a finding in one dataset that matches the finding provided.

New user features, dyn bugfixes

02 Jun 19:58
9f3e030
Compare
Choose a tag to compare

This release:

  • adds actions update_user_email_address and send_password_reset for users
  • removes a print statement that snuck into the workflow for creating a dynamic analysis

Bugfix release

11 May 17:36
d87bb2b
Compare
Choose a tag to compare

Fix bugs #11 and #12, adds a dedicated update_roles method for users.

Bugfix release

07 May 12:54
Compare
Choose a tag to compare

Fixes #10. Also documents the undocumented get_roles() function and clarifies the documentation around setting roles for users.

Support for Dynamic Analysis

30 Mar 18:02
68e2f51
Compare
Choose a tag to compare

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

05 Mar 14:50
90e3169
Compare
Choose a tag to compare

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

24 Feb 14:58
Compare
Choose a tag to compare

Updated add_annotation to work in a sandbox.

Sandbox findings and status api

24 Feb 14:28
Compare
Choose a tag to compare

Two changes this time around:

  1. 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.
  2. New API call status() gives detailed availability information from https://status.veracode.com/

Addl collections status

09 Feb 17:44
Compare
Choose a tag to compare

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.