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

add instagram clone #242

Merged
merged 4 commits into from
Feb 2, 2024

Update README.md

9fe09a1
Select commit
Loading
Failed to load commit list.
Merged

add instagram clone #242

Update README.md
9fe09a1
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Feb 1, 2024 in 4s

43 new alerts including 43 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 43 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 182 in Instagram-Clone/server/controllers/user.controller.js

See this annotation in the file changed.

Code scanning / CodeQL

Regular expression injection High

This regular expression is constructed from a
user-provided value
.

Check failure on line 12 in Instagram-Clone/server/routes/auth.route.js

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
a database access
, but is not rate-limited.

Check failure on line 15 in Instagram-Clone/server/routes/auth.route.js

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
a database access
, but is not rate-limited.

Check failure on line 21 in Instagram-Clone/server/routes/auth.route.js

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
a database access
, but is not rate-limited.

Check failure on line 13 in Instagram-Clone/server/routes/user.route.js

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.

Check failure on line 13 in Instagram-Clone/server/routes/user.route.js

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
a database access
, but is not rate-limited.

Check failure on line 16 in Instagram-Clone/server/routes/user.route.js

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.

Check failure on line 16 in Instagram-Clone/server/routes/user.route.js

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
a database access
, but is not rate-limited.

Check failure on line 19 in Instagram-Clone/server/routes/user.route.js

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.

Check failure on line 19 in Instagram-Clone/server/routes/user.route.js

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
a database access
, but is not rate-limited.

Check failure on line 22 in Instagram-Clone/server/routes/user.route.js

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.

Check failure on line 22 in Instagram-Clone/server/routes/user.route.js

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
a database access
, but is not rate-limited.

Check failure on line 25 in Instagram-Clone/server/routes/user.route.js

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.

Check failure on line 25 in Instagram-Clone/server/routes/user.route.js

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
a database access
, but is not rate-limited.

Check failure on line 28 in Instagram-Clone/server/routes/user.route.js

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.

Check failure on line 28 in Instagram-Clone/server/routes/user.route.js

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
a database access
, but is not rate-limited.

Check failure on line 32 in Instagram-Clone/server/routes/user.route.js

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.

Check failure on line 32 in Instagram-Clone/server/routes/user.route.js

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
a database access
, but is not rate-limited.

Check failure on line 35 in Instagram-Clone/server/routes/user.route.js

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
a database access
, but is not rate-limited.

Check failure on line 13 in Instagram-Clone/server/routes/post.route.js

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.

Check failure on line 13 in Instagram-Clone/server/routes/post.route.js

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
a database access
, but is not rate-limited.

Check failure on line 16 in Instagram-Clone/server/routes/post.route.js

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.

Check failure on line 16 in Instagram-Clone/server/routes/post.route.js

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
a database access
, but is not rate-limited.

Check failure on line 19 in Instagram-Clone/server/routes/post.route.js

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.

Check failure on line 19 in Instagram-Clone/server/routes/post.route.js

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
a database access
, but is not rate-limited.