Ianhelle/getting started fixes 2021 06 04#170
Merged
Conversation
added recent blog articles and video to a renamed resources page for RTD - blob_articles. Fixing a query error in kql_sent_azuresentinel.yaml Fixing an issue with contain naming when creating pivot functions
Unit tests in test_data_viewer.py Documentation in DataViewer.rst Notebook in DataViewer.ipynb Minor changes to __init__.py - importing settings editor Adding Browshot to mpconfig_defaults.yaml Fix to pivot.py - logic in expression meant that value for "container was ignored.
…yconfig.yaml if one is not found. Changed test_nbinit.py for new variants of creating/updating msticpyconfig.yaml Fixing link in TIProviders.rst Fixing mypy error in azure_auth_core Adding check for KV settings before trying to initialize secrets client in provider_settings.py Adding function to search for file in utility.py mp_config_edit.py: - Renaming "Save File" button to "Save Settings" - Add config_filepath parameter to specify file to save when settings not imported from a file Changing item update button to "Update" rather than Save in comp_edit.py Strip extraneous quotes from string "default" value in mp_config_control.py Corrected open params to "w" rather than "w+" (write append) Added "browse" as alias for browse_queries in data_providers.py. Fixed misreporting of DataFrame column name when column parameter does not match a column in the input data. in pivot_register.py Adding azure_ml_tools.py (from nb_check.py script) Added "severities='all'" parameter option. Added friendly warning (rather than exception) when no data is present in the input (either emtpy DF or nothing above the default severities - in ti_browser.py Fixing additional areas breaking if you don't supply "source_columns" parameter. Fixing mypy warning in domain_utils.py Fixed allowing geolite to create a db folder even if parent folders don't exist. Adding "col" and "column" aliases for lookup_iocs in tilookup.py Changed score logic for IBM XForce - prevent misreporting of score 1 as warning. Updating version in _version.py Added test_azure_ml_tools.py Modified nbinit to call azure_ml_tools checks unit_test_lib: - Added change_directory context manager (with lock) to allow individual test cases to change directory - Fixed TEST_DATA_PATH to always return absolute path Fixing pylint warnings about use of context managers in mordor_driver.py, base64unpack.py, morph_charts.py Pylint warnings suppression about lowercase enums in tilookup.py
Updating change_directory context manager to clean up lock file on exit. Fixing warning that wasn't processing an f-string in tilookup.py
…arted-fixes-2021-06-04
petebryan
previously approved these changes
Jun 8, 2021
…to functions Adding module to msticpy.nbtools.rst
Suppressing Bandit warnings for azure_ml_tools.py
petebryan
previously approved these changes
Jun 9, 2021
juju4
pushed a commit
to juju4/msticpy
that referenced
this pull request
Jun 5, 2022
* data_viewer - Bokeh based data table control added recent blog articles and video to a renamed resources page for RTD - blob_articles. Fixing a query error in kql_sent_azuresentinel.yaml Fixing an issue with contain naming when creating pivot functions * DataViewer control in data_viewer.py. Unit tests in test_data_viewer.py Documentation in DataViewer.rst Notebook in DataViewer.ipynb Minor changes to __init__.py - importing settings editor Adding Browshot to mpconfig_defaults.yaml Fix to pivot.py - logic in expression meant that value for "container was ignored. * Removing debugging cell from DataViewer.ipynb * Handling empty/missing data * Changed nbinit.py so that it will, by default, try to create a msticpyconfig.yaml if one is not found. Changed test_nbinit.py for new variants of creating/updating msticpyconfig.yaml Fixing link in TIProviders.rst Fixing mypy error in azure_auth_core Adding check for KV settings before trying to initialize secrets client in provider_settings.py Adding function to search for file in utility.py mp_config_edit.py: - Renaming "Save File" button to "Save Settings" - Add config_filepath parameter to specify file to save when settings not imported from a file Changing item update button to "Update" rather than Save in comp_edit.py Strip extraneous quotes from string "default" value in mp_config_control.py Corrected open params to "w" rather than "w+" (write append) Added "browse" as alias for browse_queries in data_providers.py. Fixed misreporting of DataFrame column name when column parameter does not match a column in the input data. in pivot_register.py Adding azure_ml_tools.py (from nb_check.py script) Added "severities='all'" parameter option. Added friendly warning (rather than exception) when no data is present in the input (either emtpy DF or nothing above the default severities - in ti_browser.py Fixing additional areas breaking if you don't supply "source_columns" parameter. Fixing mypy warning in domain_utils.py Fixed allowing geolite to create a db folder even if parent folders don't exist. Adding "col" and "column" aliases for lookup_iocs in tilookup.py Changed score logic for IBM XForce - prevent misreporting of score 1 as warning. Updating version in _version.py Added test_azure_ml_tools.py Modified nbinit to call azure_ml_tools checks unit_test_lib: - Added change_directory context manager (with lock) to allow individual test cases to change directory - Fixed TEST_DATA_PATH to always return absolute path Fixing pylint warnings about use of context managers in mordor_driver.py, base64unpack.py, morph_charts.py Pylint warnings suppression about lowercase enums in tilookup.py * Fixing version format problem in azure_ml_tools Updating change_directory context manager to clean up lock file on exit. Fixing warning that wasn't processing an f-string in tilookup.py * Updates to azure_ml_tools from PR + adding type hints and docstrings to functions Adding module to msticpy.nbtools.rst * Adding mypy import warnings to mypy.ini Suppressing Bandit warnings for azure_ml_tools.py * Misplace Bandit suppressions in azure_ml_tools
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Main changes are: