-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DEPLOY] v0.5.6 - Credential authentication, JSONDecode error bug fix…
…es. FalconDebug. (#244) * Fixed JSONDecode error on no content. Closes #238. * Updated to expand code coverage for new code paths * Add debug.py to linting workflow * Refactor, new functionality and linting. * Startup utility for the interactive debugger * debug.py is now reviewed for linting issues. * Debugger is now available directly from the module * Fix for debugger imports when loaded in the module * Adjusted IDP unit test to decode responses * Data type fix * RTR session test is a bit flaky on multi-execution * Data type fix * Third times the charm * Skip Session connect when not a 3.9 runner * Added list_modules method * Comment cleanup * Added class types diagram * Update README.md * Update README.md * Fix typo * Update README.md * Update README.md * Bump version -> 0.5.6 * Unit test adjustment to resolve revocation failure * Fix typo * Fix typo * Service class custom attributes fix. Closes #242. * Unit test adjustment to combat flakiness. * Added project_urls to package metadata
- Loading branch information
Showing
18 changed files
with
345 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ | |
For more information, please refer to <https://unlicense.org> | ||
""" | ||
_VERSION = '0.5.5' | ||
_VERSION = '0.5.6' | ||
_MAINTAINER = 'Joshua Hiller' | ||
_AUTHOR = 'CrowdStrike' | ||
_AUTHOR_EMAIL = '[email protected]' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.