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

Add FalconPy native logging support #220

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

jshcodes
Copy link
Member

@jshcodes jshcodes commented Nov 1, 2024

Add FalconPy native logging

This update enables support for FalconPy native logging.

  • Enhancement

Bandit analysis

[main]	INFO	running on Python 3.13.0

Run started:2024-11-01 07:57:30.838541

Test results:
	No issues identified.

Code scanned:
	Total lines of code: 5563
	Total lines skipped (#nosec): 1

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

Adds support for FalconPy debugging-related constructor keywords provided by the OAuth2 object.

  • New keyword arguments:
    • debug
    • debug_record_count
    • sanitize_log
  • client.py

Demonstrates how to add these values to a configuration profile stored within config.yml.

  • examples/config.example.yml

@jshcodes jshcodes added the enhancement 🌟 New feature or request label Nov 1, 2024
@jshcodes jshcodes self-assigned this Nov 1, 2024
@ChristopherHammond13 ChristopherHammond13 merged commit 48b9fb9 into CrowdStrike:main Nov 1, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🌟 New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants