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

Sql like demos #149

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Finalized two demos

e1659b0
Select commit
Loading
Failed to load commit list.
Open

Sql like demos #149

Finalized two demos
e1659b0
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Mar 26, 2024 in 0s

11 new issues (0 max.) of at least minor severity.

Annotations

Check failure on line 44 in presentation/least-squares/analyst/analyst.js

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

presentation/least-squares/analyst/analyst.js#L44

User controlled data in methods like `innerHTML`, `outerHTML` or `document.write` is an anti-pattern that can lead to XSS vulnerabilities

Check notice on line 2 in presentation/least-squares/server.js

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

presentation/least-squares/server.js#L2

A CSRF middleware was not detected in your express application.

Check warning on line 27 in presentation/least-squares/server.js

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

presentation/least-squares/server.js#L27

Untrusted user input in express render() function can result in arbitrary file read if hbs templating is used.

Check warning on line 28 in presentation/least-squares/server.js

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

presentation/least-squares/server.js#L28

Untrusted user input in express render() function can result in arbitrary file read if hbs templating is used.

Check warning on line 31 in presentation/least-squares/server.js

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

presentation/least-squares/server.js#L31

Untrusted user input in express render() function can result in arbitrary file read if hbs templating is used.

Check failure on line 44 in presentation/relational/analyst/analyst.js

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

presentation/relational/analyst/analyst.js#L44

User controlled data in methods like `innerHTML`, `outerHTML` or `document.write` is an anti-pattern that can lead to XSS vulnerabilities

Check warning on line 125 in presentation/relational/input/input.js

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

presentation/relational/input/input.js#L125

The numeric literal '20.30' will have at different value at runtime.

Check notice on line 2 in presentation/relational/server.js

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

presentation/relational/server.js#L2

A CSRF middleware was not detected in your express application.

Check warning on line 27 in presentation/relational/server.js

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

presentation/relational/server.js#L27

Untrusted user input in express render() function can result in arbitrary file read if hbs templating is used.

Check warning on line 28 in presentation/relational/server.js

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

presentation/relational/server.js#L28

Untrusted user input in express render() function can result in arbitrary file read if hbs templating is used.

Check warning on line 31 in presentation/relational/server.js

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

presentation/relational/server.js#L31

Untrusted user input in express render() function can result in arbitrary file read if hbs templating is used.