Skip to content

New feature - #2

Open
ewega wants to merge 18 commits into
mainfrom
new-feature
Open

New feature#2
ewega wants to merge 18 commits into
mainfrom
new-feature

Conversation

@ewega

@ewega ewega commented May 18, 2023

Copy link
Copy Markdown
Owner

No description provided.

Comment thread server/routes.py
)
books = [Book(*row) for row in cursor]
if len(books) == 0:
return make_response(f"No search results for Name: {name}", 404)

Check warning

Code scanning / CodeQL

Reflected server-side cross-site scripting

Cross-site scripting vulnerability due to a [user-provided value](1).
Comment thread server/routes.py
)
books = [Book(*row) for row in cursor]
if len(books) == 0:
return make_response(f"No search results for Author: {author}", 404)

Check warning

Code scanning / CodeQL

Reflected server-side cross-site scripting

Cross-site scripting vulnerability due to a [user-provided value](1).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants