Skip to content
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(plasma-core, plasma-web, plasma-b2c): ModalBase component #774

Merged
merged 2 commits into from
Sep 29, 2023

fix(plasma-core): refactor in PopupBase/ModalBase

e052d20
Select commit
Loading
Failed to load commit list.
Merged

feat(plasma-core, plasma-web, plasma-b2c): ModalBase component #774

fix(plasma-core): refactor in PopupBase/ModalBase
e052d20
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Advanced Security / Semgrep succeeded Sep 29, 2023 in 3s

1 new alert

New alerts in code changed by this pull request

  • 1 warning

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 15 in packages/plasma-core/src/components/ModalBase/ModalBaseContext.tsx

See this annotation in the file changed.

Code scanning / Semgrep

Semgrep Finding: gitlab.eslint.detect-object-injection Warning

Bracket object notation with user input is present, this might allow an attacker to access all properties of the object and even it's prototype, leading to possible code execution.