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

style: format code with Prettier #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

deepsource-autofix[bot]
Copy link
Contributor

This commit fixes the style issues introduced in 7c5d773 according to the output
from Prettier.

Details: None

This commit fixes the style issues introduced in 7c5d773 according to the output
from Prettier.

Details: None
Copy link

deepsource-io bot commented Aug 6, 2024

Here's the code health analysis summary for commits 7c5d773..df4b164. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource JavaScript LogoJavaScript❌ Failure
❗ 10 occurences introduced
🎯 10 occurences resolved
View Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

res.send(JSON.stringify(req.oidc.user));
app.get("/profile", requiresAuth(), (req, res) => {
console.log("User accessed /profile");
res.send(JSON.stringify(req.oidc.user));

Check failure

Code scanning / nodejsscan

Untrusted User Input in Response will result in Reflected Cross Site Scripting Vulnerability. Error

Untrusted User Input in Response will result in Reflected Cross Site Scripting Vulnerability.
if (!projectName || !repoLink || !entryPoint) {
res.send("Invalid Request");
}
console.log(projectName, repoLink, entryPoint);

Check failure

Code scanning / CodeQL

Use of externally-controlled format string High

Format string depends on a
user-provided value
.
Comment on lines +97 to +99
fetch(`https://api.github.com/users/${user_id}/repos`, {
method: "GET",
})

Check failure

Code scanning / CodeQL

Server-side request forgery Critical

The
URL
of this request depends on a
user-provided value
.
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.

0 participants