mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 04:51:51 +00:00
fix(m365): handle none attribute in exchange transport rule (#8141)
This commit is contained in:
@@ -260,7 +260,7 @@ class ExternalMailConfig(BaseModel):
|
||||
class TransportRule(BaseModel):
|
||||
name: str
|
||||
scl: Optional[int]
|
||||
sender_domain_is: list[str]
|
||||
sender_domain_is: Optional[list[str]]
|
||||
redirect_message_to: Optional[list[str]]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user