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

Restructuring and server implementation. #61

Closed
wants to merge 21 commits into from

Conversation

erik-sth
Copy link
Owner

No description provided.

src/routes/project.ts Fixed Show fixed Hide fixed
src/routes/project.ts Fixed Show fixed Hide fixed
src/routes/project.ts Fixed Show fixed Hide fixed
src/routes/project.ts Fixed Show fixed Hide fixed
src/routes/project.ts Fixed Show fixed Hide fixed
src/routes/project.ts Dismissed Show dismissed Hide dismissed
const { error } = validateSchema(req.body);

if (error) {
res.status(400).send(error.message);

Check warning

Code scanning / CodeQL

Exception text reinterpreted as HTML Medium

JSON schema validation error
is reinterpreted as HTML without escaping meta-characters.
@erik-sth erik-sth closed this Dec 10, 2023
@erik-sth erik-sth deleted the 57-distribution-alg-fallback-strategys branch December 10, 2023 11:17
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.

1 participant