Releases: FiniteStateInc/finite-state-sdk-python
Releases · FiniteStateInc/finite-state-sdk-python
v0.1.12
v0.1.8
v0.1.8
New Features
N/A
Bug Fixes
- create asset version bug fix
Breaking Changes
N/A
v0.1.6
New Features
- Add upload method argument on upload functions.
Breaking Changes
N/A
Bug Fixes
N/A
v0.1.5
v0.1.5
New Features
- Added
update_finding_statuses
method - Updated
get_findings
to handle category as either a string or list - Updated
get_findings
to take a singlefinding_id
parameter to get a single finding - Updated
get_findings
to take alimit
parameter to get a limited number - Added
examples/update_finding_status.py
example script
Breaking Changes
N/A
Bug Fixes
N/A
v0.1.4
New Features
- get_products call now takes product_id, and business_unit_id as optional parameters
Bug Fixes
- get_products parameter business_unit_id was marked as optional but was not
Breaking Changes
- Marked get_all_products as deprecated, and it will be removed in a future version
v0.1.2
v0.1.1
New Features
- Added report export helper methods:
download_product_report
,download_asset_version_report
- Updated Findings and Software Components queries to return more fields
- Added optional severity and status filters to
get_findings
- Added optional count parameter to
get_findings
- Added examples: download_reports, generate_products_csv
- Updated examples: compare_versions, get_findings
- Added ability to upload all supported third party scan types
- Updated
get_findings
to be able to take a singleasset_version_id
or a list
Non-Breaking Changes
- Uses updated upload methods, removes usage of deprecated methods
Bug Fixes
- Fixed minor bug when ordering Findings (order by Title)
v0.1.0
v0.1.0
Updated minor version due to breaking change.
New Features
N/A
Bug Fixes
N/A
Breaking Changes
- GraphQL queries that fail will now raise an Exception with details about the exception
Your code should include try / except blocks for making calls, instead of relying on the API to return a potentially unexpected JSON document with an errors
field.
v0.0.8
New Features
- Updated
TOKEN_URL
endpoint - Added
get_asset_versions
method - Updated Asset Versions query to have group information
- Added
cve_id
filter for Get Findings variables - Added
generate_download_sbom_url
and queries and variables to support CycloneDX and SPDX downloads - Added
download_sbom
helper function - Added
download_sboms.py
example
Bug Fixes
N/A
Breaking Changes
N/A