mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Add security-severity metadata
This commit is contained in:
@@ -3,11 +3,13 @@
|
||||
* @description Disabling strict contextual escaping (SCE) can cause security vulnerabilities.
|
||||
* @kind problem
|
||||
* @problem.severity warning
|
||||
* @security-severity 5.9
|
||||
* @precision very-high
|
||||
* @id js/angular/disabling-sce
|
||||
* @tags security
|
||||
* maintainability
|
||||
* frameworks/angularjs
|
||||
* external/cwe/cwe-116
|
||||
*/
|
||||
|
||||
import javascript
|
||||
|
||||
@@ -4,10 +4,12 @@
|
||||
* unexpected behavior of directives, performance problems, and memory leaks.
|
||||
* @kind problem
|
||||
* @problem.severity warning
|
||||
* @security-severity 5.9
|
||||
* @id js/angular/double-compilation
|
||||
* @tags reliability
|
||||
* frameworks/angularjs
|
||||
* security
|
||||
* external/cwe/cwe-1176
|
||||
* @precision very-high
|
||||
*/
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
* @description URL whitelists that are too permissive can cause security vulnerabilities.
|
||||
* @kind problem
|
||||
* @problem.severity warning
|
||||
* @security-severity 6.4
|
||||
* @precision very-high
|
||||
* @id js/angular/insecure-url-whitelist
|
||||
* @tags security
|
||||
|
||||
Reference in New Issue
Block a user