Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions test/queries/clickjacking/UI5Clickjacking.expected
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
| clickjacking-allow-all/index.html:9:9:9:31 | index.html:9 | Possible clickjacking vulnerability due to window[ ... onfig"] being set to `allow`. |
| clickjacking-allow-all/index.html:28:34:28:65 | index.html:28 | Possible clickjacking vulnerability due to data-sap-ui-frameOptions=allow being set to `allow`. |
| clickjacking-default-all/index.html:2:1:34:7 | index.html:2 | Possible clickjacking vulnerability due to missing frame options. |
| clickjacking-allow-all/index.html:9:9:9:31 | window[ ... onfig"] | Possible clickjacking vulnerability due to window[ ... onfig"] being set to `allow`. |
| clickjacking-allow-all/index.html:28:34:28:65 | data-sap-ui-frameOptions=allow | Possible clickjacking vulnerability due to data-sap-ui-frameOptions=allow being set to `allow`. |
| clickjacking-default-all/index.html:2:1:2:15 | <html>...</> | Possible clickjacking vulnerability due to missing frame options. |
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
| index.html:9:9:9:31 | index.html:9 | Possible clickjacking vulnerability due to window[ ... onfig"] being set to `allow`. |
| index.html:28:34:28:65 | index.html:28 | Possible clickjacking vulnerability due to data-sap-ui-frameOptions=allow being set to `allow`. |
| index.html:9:9:9:31 | window[ ... onfig"] | Possible clickjacking vulnerability due to window[ ... onfig"] being set to `allow`. |
| index.html:28:34:28:65 | data-sap-ui-frameOptions=allow | Possible clickjacking vulnerability due to data-sap-ui-frameOptions=allow being set to `allow`. |