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-web/b2c/new-hope): Add Radiobox component with new design and core #775

Merged
merged 6 commits into from
Sep 28, 2023

feat(plasma-hope): Remove `Radiobox` component

3344961
Select commit
Loading
Failed to load commit list.
Merged

feat(plasma-web/b2c/new-hope): Add Radiobox component with new design and core #775

feat(plasma-hope): Remove `Radiobox` component
3344961
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 28, 2023 in 2s

2 new alerts

New alerts in code changed by this pull request

  • 2 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 101 in packages/plasma-new-hope/src/examples/plasma_b2c/components/Radiobox/Radiobox.stories.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.

Check warning on line 101 in packages/plasma-new-hope/src/examples/plasma_web/components/Radiobox/Radiobox.stories.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.