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

Fixed formatting. #6339

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

Fixed formatting. #6339

wants to merge 2 commits into from

Conversation

SamTV12345
Copy link
Member

No description provided.

res.status(401).send("Authentication Required");
return;
}
settings.users[ctx.username].username = ctx.username;

Check warning

Code scanning / CodeQL

Prototype-polluting assignment Medium

This assignment may alter Object.prototype if a malicious '__proto__' string is injected from
user controlled input
.
await hooks.aCallAll("expressPreSession", { app });
app.use(exports.sessionMiddleware);

app.use(webaccess.checkAccess);

Check failure

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.
This route handler performs
authorization
, but is not rate-limited.
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.

None yet

1 participant