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: App router migration for Next.js 13 #111

Merged
merged 19 commits into from
Jun 10, 2024

fix: fix broken build

2334128
Select commit
Loading
Failed to load commit list.
Merged

feat: App router migration for Next.js 13 #111

fix: fix broken build
2334128
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Semgrep PRO succeeded Jun 10, 2024 in 3s

3 new alerts

New alerts in code changed by this pull request

  • 3 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 39 in src/app/custom-script.tsx

See this annotation in the file changed.

Code scanning / Semgrep PRO

Semgrep Finding: typescript.react.security.audit.react-dangerouslysetinnerhtml.react-dangerouslysetinnerhtml Warning

Detection of dangerouslySetInnerHTML from non-constant definition. This can inadvertently expose users to cross-site scripting (XSS) attacks if this comes from user-provided input. If you have to use dangerouslySetInnerHTML, consider using a sanitization library such as DOMPurify to sanitize your HTML.

Check warning on line 51 in src/app/custom-script.tsx

See this annotation in the file changed.

Code scanning / Semgrep PRO

Semgrep Finding: typescript.react.security.audit.react-dangerouslysetinnerhtml.react-dangerouslysetinnerhtml Warning

Detection of dangerouslySetInnerHTML from non-constant definition. This can inadvertently expose users to cross-site scripting (XSS) attacks if this comes from user-provided input. If you have to use dangerouslySetInnerHTML, consider using a sanitization library such as DOMPurify to sanitize your HTML.

Check warning on line 71 in src/app/custom-script.tsx

See this annotation in the file changed.

Code scanning / Semgrep PRO

Semgrep Finding: typescript.react.security.audit.react-dangerouslysetinnerhtml.react-dangerouslysetinnerhtml Warning

Detection of dangerouslySetInnerHTML from non-constant definition. This can inadvertently expose users to cross-site scripting (XSS) attacks if this comes from user-provided input. If you have to use dangerouslySetInnerHTML, consider using a sanitization library such as DOMPurify to sanitize your HTML.