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/backend ci & tests #80

Merged
merged 7 commits into from
Jun 23, 2024

upd: add router to app, fix tests

c4eb3cb
Select commit
Loading
Failed to load commit list.
Merged

Feat/backend ci & tests #80

upd: add router to app, fix tests
c4eb3cb
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jun 23, 2024 in 3s

No new alerts in code changed by this pull request

Annotations

Check failure on line 17 in backend/src/routes.ts

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
a file system access
, but is not rate-limited.
This route handler performs
authorization
, but is not rate-limited.

Check failure on line 19 in backend/src/routes.ts

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
a file system access
, but is not rate-limited.
This route handler performs
authorization
, but is not rate-limited.

Check failure on line 20 in backend/src/routes.ts

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
a file system access
, but is not rate-limited.
This route handler performs
authorization
, but is not rate-limited.

Check failure on line 21 in backend/src/routes.ts

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
a file system access
, but is not rate-limited.
This route handler performs
authorization
, but is not rate-limited.