SAP-samples/cap-tour-hands-on
25 issues need attention.
12 errors and 13 warnings in the paths between 13 routes and 3 tables.
- ROUTES
- 13
- TABLES
- 3
- FILES READ
- 10
- RULES RUN
- 7/7
25 findings
GET /northwhisper/Products can reach Products without authenticating.
auth-before-dataGET /northwhisper/Products → ProductsPOST /northwhisper/Products can reach Products without authenticating.
auth-before-dataPOST /northwhisper/Products → ProductsPATCH /northwhisper/Products can reach Products without authenticating.
auth-before-dataPATCH /northwhisper/Products → ProductsDELETE /northwhisper/Products can reach Products without authenticating.
auth-before-dataDELETE /northwhisper/Products → ProductsGET /northwhisper/Suppliers can reach Suppliers without authenticating.
auth-before-dataGET /northwhisper/Suppliers → SuppliersPOST /northwhisper/Suppliers can reach Suppliers without authenticating.
auth-before-dataPOST /northwhisper/Suppliers → SuppliersPATCH /northwhisper/Suppliers can reach Suppliers without authenticating.
auth-before-dataPATCH /northwhisper/Suppliers → SuppliersDELETE /northwhisper/Suppliers can reach Suppliers without authenticating.
auth-before-dataDELETE /northwhisper/Suppliers → SuppliersGET /northwhisper/Categories can reach Categories without authenticating.
auth-before-dataGET /northwhisper/Categories → CategoriesPOST /northwhisper/Categories can reach Categories without authenticating.
auth-before-dataPOST /northwhisper/Categories → CategoriesPATCH /northwhisper/Categories can reach Categories without authenticating.
auth-before-dataPATCH /northwhisper/Categories → CategoriesDELETE /northwhisper/Categories can reach Categories without authenticating.
auth-before-dataDELETE /northwhisper/Categories → CategoriesGET /northwhisper/Products has no validator or rate limiter attached.
public-entry-guardedPOST /northwhisper/Products has no validator or rate limiter attached.
public-entry-guardedPATCH /northwhisper/Products has no validator or rate limiter attached.
public-entry-guardedDELETE /northwhisper/Products has no validator or rate limiter attached.
public-entry-guardedGET /northwhisper/Suppliers has no validator or rate limiter attached.
public-entry-guardedPOST /northwhisper/Suppliers has no validator or rate limiter attached.
public-entry-guardedPATCH /northwhisper/Suppliers has no validator or rate limiter attached.
public-entry-guardedDELETE /northwhisper/Suppliers has no validator or rate limiter attached.
public-entry-guardedGET /northwhisper/Categories has no validator or rate limiter attached.
public-entry-guardedPOST /northwhisper/Categories has no validator or rate limiter attached.
public-entry-guardedPATCH /northwhisper/Categories has no validator or rate limiter attached.
public-entry-guardedDELETE /northwhisper/Categories has no validator or rate limiter attached.
public-entry-guardedPOST /odata/v4/emitter/greet has no validator or rate limiter attached.
public-entry-guarded
Part of this repository was not read, so this report is incomplete. Unread: exercises/02/assets/emitter/srv/main.cds.
Free account, no card. The repository opens as an editable graph.
Add this check to the README
[](https://wyro.in/scan/SAP-samples/cap-tour-hands-on)It updates itself whenever the repository changes and links back to this report.
What this is
Wyro reads the repository’s routes and data models and checks the paths between them: whether a route can reach a table without passing a guard, whether a datastore holding personal data is exposed to a public read, whether an endpoint that issues credentials requires the credentials it issues.
It is rule-based, not a model. The same commit produces the same result every time, and it does not guess at business rules it cannot see. A rule with nothing to look at is reported as not having run — never as a pass.
This check runs on public source through GitHub’s own API and needs no account. A free account adds the editable architecture canvas, private repositories on paid plans, and a CI gate. No card required.