Version 1.0.7 released! #599
jshcodes
started this conversation in
Show and Tell
Replies: 1 comment 1 reply
-
Looks like the Action that releases the package to PyPI has been delayed due to maintenance. This automation should be queued and will execute after maintenance has completed. For those needing to install v1.0.7 immediately, please install the bleeding edge package. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
FalconPy v1.0.7
This update provides a fix for the Uber Class when using the
report_executions_download_get
operation.Unit test coverage
Bandit analysis
[main] INFO running on Python 3.9.9 Run started:2022-03-22 03:48:49.132024 Test results: No issues identified. Code scanned: Total lines of code: 34253 Total lines skipped (#nosec): 0 Run metrics: Total issues (by severity): Undefined: 0 Low: 0 Medium: 0 High: 0 Total issues (by confidence): Undefined: 0 Low: 0 Medium: 0 High: 0 Files skipped (0):
Issues resolved
report_executions_download_get
operation when leveraging the Uber Class. Closes [ BUG ] report_executions_download_get generates a 500 error when called from the Uber class. #596._util.py
api_complete.py
tests/test_uber_api_complete.py
Other
recurring
->reoccurring
. Closes [ DOC ] GetConfigurationDetections documentation lists an invalid value as an allowed option for the status keyword. #592.cspm_registration.py
hosts.py
Installation
You can install this new release by installing the package via the Python Package Index.
or
Upgrading
You can upgrade to this new release by installing the update via the Python Package Index.
or
This discussion was created from the release Version 1.0.7.
Beta Was this translation helpful? Give feedback.
All reactions