Skip to content

Releases: veracode/veracode-api-py

SBOM API support, bugfixes

15 Apr 12:23
8ca2f01
Compare
Choose a tag to compare

This release adds new methods to get a CycloneDX SBOM for an application. You can call this method one of two ways:

from veracode_api_py import API

API().get_sbom(application_guid)

or

from veracode_api_py.sca import SBOM

SBOM().get(application_guid)

There are also a number of bug fixes and improvements in this release:

  • Add an optional argument to Applications().get_all() to only retrieve applications with new scans, approved mitigations, or updated policy after a certain date.
  • Add type hints to methods in the SCA() object for UUID arguments (fixes #22)
  • The update_collection method was just flat broken
  • The get_teams method didn't honor the all_for_org parameter

Security update

21 Mar 16:40
91d1d60
Compare
Choose a tag to compare

This version updates to the latest version of veracode-api-signing, which addresses a security issue with a dependent library.

Expand user search methods

22 Dec 16:07
17ae9ae
Compare
Choose a tag to compare

This release adds options for searching by user_type to these methods:

  • Users().get_user_search()
  • api().get_user_by_search()

It also adds a more flexible option to pass a dictionary of search parameters.

Bugfix release - user creation

23 Nov 21:02
c0c1c3d
Compare
Choose a tag to compare

Users created should also be active. Fixes #19.

MFA support on Users().create()

09 Nov 22:27
4868752
Compare
Choose a tag to compare

A quick feature add to address #18 -- you can now specify MFA as required when creating a new user.

SCA Projects APIs

08 Oct 19:30
91627ff
Compare
Choose a tag to compare

New endpoints are exposed for getting issues and libraries associated with SCA Projects (in SCA Agent Scan). Also some cleanup of the readme.md file.

Regions support

02 Sep 18:32
db06dae
Compare
Choose a tag to compare

Adds support for additional Veracode regions. Calls are routed appropriately based on the prefix for the API ID, if present.

Minor update

02 Aug 17:16
9265c3a
Compare
Choose a tag to compare

This release adds metadata for pypi, but makes no functional changes.

Bugfix release - updateroles

02 Aug 13:43
287ba29
Compare
Choose a tag to compare

Fixes a bug in the updateroles function.

Bugfix release - match

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

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