File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
javascript/frameworks/cap/test/queries/bad-authn-authz/entities-with-no-authz/entities-exposed-with-no-authz Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- | srv/service1.cds.json:3:17:7:5 | {\\n ... "\\n } | This CDS service is exposed without any authentication. |
2
- | srv/service1.cds.json:8:32:26:5 | {\\n ... }\\n } | This CDS entity is exposed without any authentication. |
3
- | srv/service1.cds.json:27:23:37:5 | {\\n ... }\\n } | This CDS action is exposed without any authentication. |
4
- | srv/service2.cds.json:3:17:7:5 | {\\n ... "\\n } | This CDS service is exposed without any authentication. |
5
- | srv/service2.cds.json:8:32:26:5 | {\\n ... }\\n } | This CDS entity is exposed without any authentication. |
6
- | srv/service2.cds.json:27:23:37:5 | {\\n ... }\\n } | This CDS action is exposed without any authentication. |
1
+ | srv/service1.cds | {\\n ... "\\n } | The CDS service `Service1` is exposed without any authentication. |
2
+ | srv/service1.cds | {\\n ... }\\n } | The CDS action `Service1.send1` is exposed without any authentication. |
3
+ | srv/service1.cds | {\\n ... }\\n } | The CDS entity `Service1.Service1Entity` is exposed without any authentication. |
4
+ | srv/service2.cds | {\\n ... "\\n } | The CDS service `Service2` is exposed without any authentication. |
5
+ | srv/service2.cds | {\\n ... }\\n } | The CDS action `Service2.send2` is exposed without any authentication. |
6
+ | srv/service2.cds | {\\n ... }\\n } | The CDS entity `Service2.Service2Entity` is exposed without any authentication. |
You can’t perform that action at this time.
0 commit comments