New bleeding edge build (v0.7.1) now available! #370
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.1
This update migrates additional service classes over to the new pattern (revision 4). It also resolves a usage issue by providing new custom user-agent functionality.
Planned release date
This update will push to the production index on 10.13.2021.
Unit test coverage
Bandit analysis
[main] INFO running on Python 3.9.7 Run started:2021-10-11 08:18:16.139035 Test results: No issues identified. Code scanned: Total lines of code: 26150 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
host_group.py
- Closes [ ENH ] Refactor HostGroups service class to the latest code pattern (Rev 4) #361ioa_exclusions.py
- Closes [ ENH ] Refactor IOA Exclusions service class to the latest code pattern (Rev 4) #359installation_tokens.py
- Closes [ ENH ] Refactor InstallationTokens service class to the latest code pattern (Rev 4) #363ml_exclusions.py
- Closes [ ENH ] Refactor ML Exclusions service class to the latest code pattern (Rev 4) #360prevention_policy.py
- Closes [ ENH ] Refactor PreventionPolicy service class to the latest code pattern (Rev 4) #364quarantine.py
- Closes [ ENH ] Refactor Quarantine service class to the latest code pattern (Rev 4) #366sensor_update_policy.py
- Closes [ ENH ] Refactor SensorUpdatePolicy service class to the latest code pattern (Rev 4) #368user_management.py
- Closes [ ENH ] Refactor UserManagement service class to the latest code pattern (Rev 4) #367Issues resolved
Installation
You can check out 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
Beta Was this translation helpful? Give feedback.
All reactions