Skip to content

feat(ui): add SNS integration UI components

43918cc
Select commit
Loading
Failed to load commit list.
Closed

feat(sns): Add Amazon SNS integration for email alerts #9733

feat(ui): add SNS integration UI components
43918cc
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL completed Jan 7, 2026 in 4s

1 configuration not found

Warning: Code scanning may not have found all the alerts introduced by this pull request, because 1 configuration present on refs/heads/master was not found:

Actions workflow (ui-codeql.yml)

  • ❓  /language:javascript

New alerts in code changed by this pull request

  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 45 in ui/components/integrations/sns/sns-integrations-manager.tsx

See this annotation in the file changed.

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused variable isOperationLoading.

Check failure on line 23 in prowler/providers/aws/lib/sns/exceptions/exceptions.py

See this annotation in the file changed.

Code scanning / CodeQL

Wrong name for an argument in a call Error

Keyword argument 'message' is not a supported parameter name of method ProwlerException.__init__.

Check notice on line 416 in api/src/backend/api/utils.py

See this annotation in the file changed.

Code scanning / CodeQL

Explicit returns mixed with implicit (fall through) returns Note

Mixing implicit and explicit returns may indicate an error, as implicit returns always return None.