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 authentication and HTTPS #684

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

Fix codacy errors

a51203e
Select commit
Loading
Failed to load commit list.
Open

Add authentication and HTTPS #684

Fix codacy errors
a51203e
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Jan 22, 2025 in 0s

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

Annotations

Check warning on line 362 in app/scripts/app.js

See this annotation in the file changed.

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

app/scripts/app.js#L362

Dangerous location.href assignment can lead to XSS. Please use escape(encodeURI(`https://${https_domain}`)) as a wrapper for escaping

Check warning on line 384 in app/scripts/app.js

See this annotation in the file changed.

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

app/scripts/app.js#L384

Empty block statement.

Check failure on line 50 in app/scripts/controllers/scriptsController.js

See this annotation in the file changed.

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

app/scripts/controllers/scriptsController.js#L50

'angular' is not defined.

Check failure on line 137 in app/scripts/react-directives/users/pageStore.js

See this annotation in the file changed.

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

app/scripts/react-directives/users/pageStore.js#L137

This application allows user-controlled URLs to be passed directly to HTTP client libraries.