Skip to content

Commit 4d886fa

Browse files
committed
Merge branch 'knewbury01/update-ui5-models' of https://github.com/advanced-security/codeql-sap-js into knewbury01/update-ui5-models
2 parents 0737bfd + 0d2cbe8 commit 4d886fa

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.github/workflows/codeql-ql.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: "CodeQL - QL"
2+
3+
on:
4+
push:
5+
branches: [ "main" ]
6+
pull_request:
7+
branches: [ "main" ]
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* a cross-site scripting vulnerability.
55
* @kind path-problem
66
* @problem.severity error
7-
* @security-severity 6.1
7+
* @security-severity 7.8
88
* @precision high
99
* @id js/ui5-xss
1010
* @tags security

0 commit comments

Comments
 (0)