Add authentication #681
Open
Add authentication #681
Codacy Production / Codacy Static Code Analysis
required action
Dec 28, 2024 in 0s
3 new issues (0 max.) of at least minor severity.
Annotations
Check warning on line 98 in app/scripts/controllers/navigationController.js
codacy-production / Codacy Static Code Analysis
app/scripts/controllers/navigationController.js#L98
Dangerous location.href assignment can lead to XSS. Please use escape('/login') as a wrapper for escaping
Check failure on line 137 in app/scripts/react-directives/users/pageStore.js
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.
Check warning on line 171 in app/scripts/react-directives/users/pageStore.js
codacy-production / Codacy Static Code Analysis
app/scripts/react-directives/users/pageStore.js#L171
Dangerous location.href assignment can lead to XSS. Please use escape('/login') as a wrapper for escaping
Loading