We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73c10bd + 378d564 commit 0d2cbe8Copy full SHA for 0d2cbe8
.github/workflows/codeql-ql.yml
@@ -0,0 +1,13 @@
1
+name: "CodeQL - QL"
2
+
3
+on:
4
+ push:
5
+ branches: [ "main" ]
6
+ pull_request:
7
8
+ workflow_dispatch:
9
10
+jobs:
11
+ codeql:
12
+ uses: advanced-security/reusable-workflows/.github/workflows/codeql-ql.yml@main
13
+ secrets: inherit
javascript/frameworks/ui5/src/UI5Xss/UI5Xss.ql
@@ -4,7 +4,7 @@
* a cross-site scripting vulnerability.
* @kind path-problem
* @problem.severity error
- * @security-severity 6.1
+ * @security-severity 7.8
* @precision high
* @id js/ui5-xss
* @tags security
0 commit comments