Skip to content

Fixes for Linux auth, kql and nbinit initialization

Choose a tag to compare

@ianhelle ianhelle released this 23 May 17:26
· 833 commits to main since this release
4ee68f0

Minor release fixing a few usability issues.

What's Changed

  • Adding full Delegated Auth support to all OData Drivers by @petebryan in #409
    This allows MDE and Graph users to use User-delegated authentication rather than app ID/secrets
  • Fixes for usability bugs in kql_driver, nbinit, user_config - added typing-extensions requirement by @ianhelle in #411
    • Kql driver will revert to Kqlmagic-based device authentication if Azure Authentication fails
    • Kql driver suppresses "missing PyGObject message" - a dependency that isn't required in this scenario
    • init_notebook produced spurious error message about Virus Total libraries not being available even if they were not used.
    • User config throws error if user has partial auto-load configuration in msticpy
  • Replace MSAL auth plaintext file cache with memory cache by @petebryan in #413
    • removed ability to use plaintext token cache because of security concerns
  • Update API version for list_alert_rules by @FlorianBracq in #399
  • Updating Dockerfile source to mcr anaconda by @ianhelle in #397
    Docker source switched to trusted anaconda source for supply chain security
  • Updated Tweet bot to include more context in the tweets by @petebryan in #403
  • Updated tweet action to include more detail in the tweets by @petebryan in #405
  • Adding Microsoft SECURITY.MD by @microsoft-github-policy-service in #407
  • Bump readthedocs-sphinx-ext from 2.1.5 to 2.1.6 by @dependabot in #400

Full Changelog: v1.8.1...v1.8.2