Skip to content

Add awesome new feature

9b4bd66
Select commit
Loading
Failed to load commit list.
Open

Add awesome new feature #1

Add awesome new feature
9b4bd66
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / SonarCloud failed Mar 10, 2025 in 9s

2 new alerts including 2 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 2 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 15 in pokedex/helper.py

See this annotation in the file changed.

Code scanning / SonarCloud

Database queries should not be vulnerable to injection attacks High

Change this code to not construct SQL queries directly from user-controlled data. See more on SonarQube Cloud

Check failure on line 9 in pokedex/templates/pokemon.html

See this annotation in the file changed.

Code scanning / SonarCloud

Endpoints should not be vulnerable to reflected cross-site scripting (XSS) attacks High

Change this code to not reflect user-controlled data. See more on SonarQube Cloud