SAP-samples/cap-tour-hands-on

12 errors, 13 warningsmain

25 issues need attention.

12 errors and 13 warnings in the paths between 13 routes and 3 tables.

ROUTE FINDINGS13 of 13 · 7/7 rules
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 → Products

  • POST /northwhisper/Products can reach Products without authenticating.

    auth-before-dataPOST /northwhisper/Products → Products

  • PATCH /northwhisper/Products can reach Products without authenticating.

    auth-before-dataPATCH /northwhisper/Products → Products

  • DELETE /northwhisper/Products can reach Products without authenticating.

    auth-before-dataDELETE /northwhisper/Products → Products

  • GET /northwhisper/Suppliers can reach Suppliers without authenticating.

    auth-before-dataGET /northwhisper/Suppliers → Suppliers

  • POST /northwhisper/Suppliers can reach Suppliers without authenticating.

    auth-before-dataPOST /northwhisper/Suppliers → Suppliers

  • PATCH /northwhisper/Suppliers can reach Suppliers without authenticating.

    auth-before-dataPATCH /northwhisper/Suppliers → Suppliers

  • DELETE /northwhisper/Suppliers can reach Suppliers without authenticating.

    auth-before-dataDELETE /northwhisper/Suppliers → Suppliers

  • GET /northwhisper/Categories can reach Categories without authenticating.

    auth-before-dataGET /northwhisper/Categories → Categories

  • POST /northwhisper/Categories can reach Categories without authenticating.

    auth-before-dataPOST /northwhisper/Categories → Categories

  • PATCH /northwhisper/Categories can reach Categories without authenticating.

    auth-before-dataPATCH /northwhisper/Categories → Categories

  • DELETE /northwhisper/Categories can reach Categories without authenticating.

    auth-before-dataDELETE /northwhisper/Categories → Categories

  • GET /northwhisper/Products has no validator or rate limiter attached.

    public-entry-guarded

  • POST /northwhisper/Products has no validator or rate limiter attached.

    public-entry-guarded

  • PATCH /northwhisper/Products has no validator or rate limiter attached.

    public-entry-guarded

  • DELETE /northwhisper/Products has no validator or rate limiter attached.

    public-entry-guarded

  • GET /northwhisper/Suppliers has no validator or rate limiter attached.

    public-entry-guarded

  • POST /northwhisper/Suppliers has no validator or rate limiter attached.

    public-entry-guarded

  • PATCH /northwhisper/Suppliers has no validator or rate limiter attached.

    public-entry-guarded

  • DELETE /northwhisper/Suppliers has no validator or rate limiter attached.

    public-entry-guarded

  • GET /northwhisper/Categories has no validator or rate limiter attached.

    public-entry-guarded

  • POST /northwhisper/Categories has no validator or rate limiter attached.

    public-entry-guarded

  • PATCH /northwhisper/Categories has no validator or rate limiter attached.

    public-entry-guarded

  • DELETE /northwhisper/Categories has no validator or rate limiter attached.

    public-entry-guarded

  • POST /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

wyro architecture badge
[![wyro architecture](https://wyro.in/api/badge/SAP-samples/cap-tour-hands-on)](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.