-
Notifications
You must be signed in to change notification settings - Fork 1.7k
feat(teams): add new checks teams_security_reporting_enabled
and defender_chat_report_policy_configured
#7614
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
feat(teams): add new checks teams_security_reporting_enabled
and defender_chat_report_policy_configured
#7614
Conversation
…nt-give-or-request-control
…quest-control' into PRWLR-5811-ensure-external-meeting-chat-is-off
…WLR-5812-ensure-meeting-recording-is-off-by-default
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@andoniaf, please solve the conflicts in this one.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7614 +/- ##
==========================================
+ Coverage 79.24% 79.42% +0.18%
==========================================
Files 153 156 +3
Lines 7062 7188 +126
==========================================
+ Hits 5596 5709 +113
- Misses 1466 1479 +13
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
...ers/m365/services/teams/teams_security_reporting_enabled/teams_security_reporting_enabled.py
Show resolved
Hide resolved
teams_security_reporting_enabled
teams_security_reporting_enabled
and defender_report_policy_configured
...s/defender/defender_report_policy_configured/defender_report_policy_configured.metadata.json
Outdated
Show resolved
Hide resolved
teams_security_reporting_enabled
and defender_report_policy_configured
teams_security_reporting_enabled
and defender_chat_report_policy_configured
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, take a look and let me know what you think!
...es/defender/defender_chat_report_policy_configured/defender_chat_report_policy_configured.py
Outdated
Show resolved
Hide resolved
...ers/m365/services/teams/teams_security_reporting_enabled/teams_security_reporting_enabled.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Hugo Pereira Brito <101209179+HugoPBrito@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect, thanks!
…efender_chat_report_policy_configured` (#7614) Co-authored-by: Sergio Garcia <hello@mistercloudsec.com> Co-authored-by: Hugo Pereira Brito <101209179+HugoPBrito@users.noreply.github.com>
…efender_chat_report_policy_configured` (#7614) Co-authored-by: Sergio Garcia <hello@mistercloudsec.com> Co-authored-by: Hugo Pereira Brito <101209179+HugoPBrito@users.noreply.github.com>
…efender_chat_report_policy_configured` (#7614) Co-authored-by: Sergio Garcia <hello@mistercloudsec.com> Co-authored-by: Hugo Pereira Brito <101209179+HugoPBrito@users.noreply.github.com>
Context
Without proper security reporting enabled, users cannot effectively report suspicious or malicious messages, potentially allowing security threats to go unnoticed.
Description
This checks ensure:
Checklist
API
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.