Version 1.4.7 released! #1287
Pinned
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 1.4.7
This update adds 3 new service collections and addresses multiple bugs.
Unit test coverage
Bandit analysis
[main] INFO running on Python 3.13.1 Run started:2025-02-12 05:51:42.787866 Test results: No issues identified. Code scanned: Total lines of code: 80462 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):
Version 1.4.7
Added features and functionality
Added: Added new Intelligence Feeds service collection with 3 operations.
_endpoint/__init__.py
_endpoint/_intelligence_feeds.py
__init__.py
intelligence_feeds.py
tests/test_intelligence_feeds.py
Added: Added new NGSIEM service collection with 9 operations.
_endpoint/__init__.py
_endpoint/_ngsiem.py
_util/_functions.py
__init__.py
ngsiem.py
tests/test_ngsiem.py
Added: Added new Correlation Rules service collection with 6 operations. Closes Missing correlation endpoints #1275.
_endpoint/__init__.py
_endpoint/_correlation_rules.py
_endpoint/deprecated/__init__.py
_endpoint/deprecated/_correlation_rules.py
_payload/__init__.py
_payload/_correlation_rules.py
__init__.py
correlation_rules.py
tests/test_correlation_rules.py
Issues resolved
Resolved:
timezone
argument is not available for the createScheduledExclusions operation within the FileVantage Service Class. Closes FileVantage's createScheduledExclusions missing Keyword Argumment for timezone #1231._payload/_filevantage.py
filevantage.py
Resolved: Fixed payload handler issue when providing certificate keys via keywords as opposed to providing the
certificate
keyword when using the cb_exclusions_create_v1 operation within the CertificateBasedExclusions service class._payload/_certificate_based_exclusions.py
Resolved: Added error handling for when invalid API responses are received from the GraphQL operation within the Identity Protection service collection.
_util/_functions.py
Resolved: Fixed invalid default body payload for createMLExclusionsV1 operation in MLExclusions Service Class.
ml_exclusions.py
Resolved: Fix operation name for the FileUploadQuickScanPro operation within the Quick Scan Pro service collection. Closes Allow file name override in QS Pro upload_file operation #1276. Closes [ DOC ] QuickScan Pro upload file operation name is incorrect #1277.
_endpoint\_quick_scan_pro.py
quick-scan-pro.py
This discussion was created from the release Version 1.4.7.
Beta Was this translation helpful? Give feedback.
All reactions