Version 0.7.3 released! #395
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 v0.7.3
This update continues the BODY abstraction / PEP-257 revisions by refactoring 10 more Service Classes. It also adds the new Spotlight combinedQueryVulnerabilities operation.
Unit test coverage
Bandit analysis
[main] INFO running on Python 3.9.7 Run started:2021-10-22 15:49:46.355861 Test results: No issues identified. Code scanned: Total lines of code: 28478 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
spotlight_vulnerabilities.py
- Service Class_endpoint/_spotlight_vulnerabilities.py
- Endpoint moduletests/test_spotlight_vulnerabilities.py
- Unit testingcloud_connect_aws.py
- Closes [ ENH ] Refactor CloudConnectAWS service class to the latest code pattern (Rev 4) #386d4c_registration.py
- Closes [ ENH ] Refactor D4CRegistration service class to the latest code pattern (Rev 4) #391ioc.py
- Closes [ ENH ] Refactor IOC service class to the latest code pattern (Rev 4) #388iocs.py
- Closes [ ENH ] Refactor IOCs service class to the latest code pattern (Rev 4) #387identity_protection.py
- Closes [ ENH ] Refactor IdentityProtection service class to the latest code pattern (Rev 4) #385incidents.py
- Closes [ ENH ] Refactor Incidents service class to the latest code pattern (Rev 4) #390overwatch_dashboard.py
- Closes [ ENH ] Refactor OverwatchDashboard service class to the latest code pattern (Rev 4) #389real_time_response.py
- Closes [ ENH ] Refactor RealTimeResponse service class to the latest code pattern (Rev 4) #383real_time_response_admin.py
- Closes [ ENH ] Refactor RealTimeResponseAdmin service class to the latest code pattern (Rev 4) #384response_policies.py
- Closes [ ENH ] Refactor ResponsePolicies service class to the latest code pattern (Rev 4) #382Installation
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 0.7.3.
Beta Was this translation helpful? Give feedback.
All reactions