Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tanium threat response connector #1627

Closed
wants to merge 50 commits into from

Conversation

DerekRushton
Copy link
Collaborator

Tanium threat response connector

DerekRushton and others added 27 commits October 27, 2023 09:04
Updating azure log analytics review comments.
1. Added transformer for converting int to float for latitude.
2.Updated TimestampConversion transformer to handle without milliseconds and added mappings for first and last observed.
3. Updated transformer to handle ConfidenceScore value is 'nan'.
Bumps [aioboto3](https://github.com/terrycain/aioboto3) from 11.3.1 to 12.0.0.
- [Changelog](https://github.com/terrycain/aioboto3/blob/main/CHANGELOG.rst)
- [Commits](terricain/aioboto3@v11.3.1...v12.0.0)

---
updated-dependencies:
- dependency-name: aioboto3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pyopenssl](https://github.com/pyca/pyopenssl) from 23.2.0 to 23.3.0.
- [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst)
- [Commits](pyca/pyopenssl@23.2.0...23.3.0)

---
updated-dependencies:
- dependency-name: pyopenssl
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.14.1 to 1.15.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md)
- [Commits](Azure/azure-sdk-for-python@azure-identity_1.14.1...azure-identity_1.15.0)

---
updated-dependencies:
- dependency-name: azure-identity
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [flatten-json](https://github.com/amirziai/flatten) from 0.1.13 to 0.1.14.
- [Release notes](https://github.com/amirziai/flatten/releases)
- [Commits](https://github.com/amirziai/flatten/commits)

---
updated-dependencies:
- dependency-name: flatten-json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Copy link

codecov bot commented Dec 7, 2023

Codecov Report

Attention: Patch coverage is 95.33170% with 38 lines in your changes are missing coverage. Please review.

Project coverage is 86.34%. Comparing base (58df245) to head (9d3b2b0).
Report is 94 commits behind head on develop.

Current head 9d3b2b0 differs from pull request most recent head 7557411

Please upload reports for the commit 7557411 to get more accurate results.

Files Patch % Lines
...er_modules/tanium/stix_translation/transformers.py 82.25% 11 Missing ⚠️
...m/tests/stix_translation/test_from_json_to_stix.py 96.48% 11 Missing ⚠️
...dules/tanium/stix_translation/query_constructor.py 92.92% 7 Missing ⚠️
...r_modules/tanium/stix_transmission/error_mapper.py 85.00% 3 Missing ⚠️
.../tests/stix_translation/test_from_stix_to_query.py 96.59% 3 Missing ⚠️
..._modules/tanium/stix_transmission/tanium_config.py 85.71% 2 Missing ⚠️
...fter_modules/tanium/stix_transmission/connector.py 98.70% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1627      +/-   ##
===========================================
+ Coverage    86.30%   86.34%   +0.03%     
===========================================
  Files          588      592       +4     
  Lines        50221    50597     +376     
===========================================
+ Hits         43345    43687     +342     
- Misses        6876     6910      +34     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mdazam1942 mdazam1942 marked this pull request as ready for review January 23, 2024 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants