Version 1.2.10 released! #891
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
-
Version 1.2.10
This update provides new operations for the Device Control Policies and Intel Service Classes.
A bug within a body payload handler for an operation within the Device Control Policies Service Class is resolved.
The
scans_report
operation is removed from the ODS Service Class.Unit test coverage
Bandit analysis
[main] INFO running on Python 3.9.9 Run started:2023-01-20 17:57:07.925018 Test results: No issues identified. Code scanned: Total lines of code: 43936 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):
Added features and functionality
getDefaultDeviceControlPolicies
andupdateDefaultDeviceControlPolicies
.device_control_policies.py
_payload/__init__.py
_payload/_device_control_policy.py
tests/test_device_control_policies.py
GetMitreReport
,PostMitreAttacks
andQueryMitreAttacks
.intel.py
tests/test_intel.py
Issues resolved
id
argument within the body payload handler for theupdateDeviceControlPolicies
operation. Closes [ BUG ] Device Control Update Policies #885._payload/_device_control_policy.py
Other
scans_report
operation from the new ODS Service Class.ods.py
tests/test_ods.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.2.10.
Beta Was this translation helpful? Give feedback.
All reactions