Version 0.4.5 released! #129
jshcodes
started this conversation in
Show and Tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
FalconPy 0.4.5
Version v0.4.5 is here!
This release provides two additional service classes:
And updates the Uber class to access three additional API service collections:
Unit test coverage
Bandit analysis
[main] INFO running on Python 3.9.2 Run started:2021-04-12 06:34:01.963124 Test results: No issues identified. Code scanned: Total lines of code: 7389 Total lines skipped (#nosec): 0 Run metrics: Total issues (by severity): Undefined: 0.0 Low: 0.0 Medium: 0.0 High: 0.0 Total issues (by confidence): Undefined: 0.0 Low: 0.0 Medium: 0.0 High: 0.0 Files skipped (0):
Added features and functionality
Added: Custom Indicators of Attack (IOA) API Service Class (
custom_ioa.py
)test_custom_ioa.py
)Added: Falcon X Quick Scan API Service Class (
quick_scan.py
)test_quick_scan.py
)Added: Uber class endpoints (
_endpoints.py
)Issues resolved
_util.py
(parse_id_list)Other
This discussion was created from the release Version 0.4.5.
Beta Was this translation helpful? Give feedback.
All reactions