Skip to content

Releases: veracode/veracode-api-py

Bugfix release - match

28 Jul 18:05
4f14c8c
Compare
Choose a tag to compare

Fixes #17 in the Findings().match() function.

Bugfix release

23 Jul 15:07
dc48b00
Compare
Choose a tag to compare

Improved handling of nondebug findings in Findings().match().

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.