Skip to content

Commit d3810c4

Browse files
committed
Update expected files
1 parent c035863 commit d3810c4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
| srv/service1.cds:3:9:3:0 | {\\n ... }\\n } | The CDS service `Service1` is exposed without any authentication. |
2-
| srv/service1.cds:5:10:5:0 | {\\n ... }\\n } | The CDS entity `Service1.Service1Entity` is exposed without any authentication. |
3-
| srv/service1.cds:12:10:12:0 | {\\n ... }\\n } | The CDS action `Service1.send1` is exposed without any authentication. |
4-
| srv/service2.cds:3:9:3:0 | {\\n ... }\\n } | The CDS service `Service2` is exposed without any authentication. |
5-
| srv/service2.cds:5:10:5:0 | {\\n ... }\\n } | The CDS entity `Service2.Service2Entity` is exposed without any authentication. |
6-
| srv/service2.cds:12:10:12:0 | {\\n ... }\\n } | The CDS action `Service2.send2` is exposed without any authentication. |
1+
| srv/service1.cds:3:9:4:1 | {\\n ... }\\n } | The CDS service `Service1` is exposed without any authentication. |
2+
| srv/service1.cds:5:10:6:1 | {\\n ... }\\n } | The CDS entity `Service1.Service1Entity` is exposed without any authentication. |
3+
| srv/service1.cds:12:10:13:1 | {\\n ... }\\n } | The CDS action `Service1.send1` is exposed without any authentication. |
4+
| srv/service2.cds:3:9:4:1 | {\\n ... }\\n } | The CDS service `Service2` is exposed without any authentication. |
5+
| srv/service2.cds:5:10:6:1 | {\\n ... }\\n } | The CDS entity `Service2.Service2Entity` is exposed without any authentication. |
6+
| srv/service2.cds:12:10:13:1 | {\\n ... }\\n } | The CDS action `Service2.send2` is exposed without any authentication. |

javascript/frameworks/cap/test/queries/sensitive-exposure/sensitive-exposure.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ nodes
55
edges
66
| sensitive-exposure.js:9:32:9:42 | Sample.name | sensitive-exposure.js:9:32:9:42 | Sample.name |
77
#select
8-
| sensitive-exposure.js:9:32:9:42 | Sample.name | sensitive-exposure.js:9:32:9:42 | Sample.name | sensitive-exposure.js:9:32:9:42 | Sample.name | Log entry depends on the $@. | sensitive-exposure.cds:4:5:4:0 | {\\n ... } | potentially sensitive field `name` |
8+
| sensitive-exposure.js:9:32:9:42 | Sample.name | sensitive-exposure.js:9:32:9:42 | Sample.name | sensitive-exposure.js:9:32:9:42 | Sample.name | Log entry depends on the $@. | sensitive-exposure.cds:4:5:5:1 | {\\n ... } | potentially sensitive field `name` |

0 commit comments

Comments
 (0)