Skip to content

Commit

Permalink
Merge pull request #27 from FiniteStateInc/ASOC-2750
Browse files Browse the repository at this point in the history
[ASOC-2750] add vector string field on get findings query
  • Loading branch information
facundoArgeniss authored Jun 17, 2024
2 parents c9fc99d + 5072853 commit 17b524a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions finite_state_sdk/queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@ def _create_GET_FINDINGS_VARIABLES(asset_version_id=None, category=None, cve_id=
cvssBaseMetricV3 {
cvssv3 {
baseScore
vectorString
}
}
exploitsInfo {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "finite-state-sdk"
version = "0.1.11"
version = "0.1.12"
authors = [
"Finite State, Inc. <[email protected]>"
]
Expand Down

0 comments on commit 17b524a

Please sign in to comment.