SAP-samples/fiori-elements-v4-cap-advanced

12 errors, 29 warningsmain

41 issues need attention.

12 errors and 29 warnings in the paths between 17 routes and 15 tables.

ROUTE FINDINGS17 of 17 · 7/7 rules
ROUTES
17
TABLES
15
FILES READ
23
RULES RUN
7/7

41 findings

  • GET /processor/SupplementScope can reach SupplementScope without authenticating.

    auth-before-dataGET /processor/SupplementScope → SupplementScope

  • POST /processor/SupplementScope can reach SupplementScope without authenticating.

    auth-before-dataPOST /processor/SupplementScope → SupplementScope

  • PATCH /processor/SupplementScope can reach SupplementScope without authenticating.

    auth-before-dataPATCH /processor/SupplementScope → SupplementScope

  • DELETE /processor/SupplementScope can reach SupplementScope without authenticating.

    auth-before-dataDELETE /processor/SupplementScope → SupplementScope

  • GET /processor/Travel can reach Travel without authenticating.

    auth-before-dataGET /processor/Travel → Travel

  • POST /processor/Travel can reach Travel without authenticating.

    auth-before-dataPOST /processor/Travel → Travel

  • PATCH /processor/Travel can reach Travel without authenticating.

    auth-before-dataPATCH /processor/Travel → Travel

  • DELETE /processor/Travel can reach Travel without authenticating.

    auth-before-dataDELETE /processor/Travel → Travel

  • GET /processor/Passenger can reach Passenger without authenticating.

    auth-before-dataGET /processor/Passenger → Passenger

  • POST /processor/Passenger can reach Passenger without authenticating.

    auth-before-dataPOST /processor/Passenger → Passenger

  • PATCH /processor/Passenger can reach Passenger without authenticating.

    auth-before-dataPATCH /processor/Passenger → Passenger

  • DELETE /processor/Passenger can reach Passenger without authenticating.

    auth-before-dataDELETE /processor/Passenger → Passenger

  • GET /processor/SupplementScope has no validator or rate limiter attached.

    public-entry-guarded

  • POST /processor/SupplementScope has no validator or rate limiter attached.

    public-entry-guarded

  • PATCH /processor/SupplementScope has no validator or rate limiter attached.

    public-entry-guarded

  • DELETE /processor/SupplementScope has no validator or rate limiter attached.

    public-entry-guarded

  • GET /processor/Travel has no validator or rate limiter attached.

    public-entry-guarded

  • POST /processor/Travel has no validator or rate limiter attached.

    public-entry-guarded

  • PATCH /processor/Travel has no validator or rate limiter attached.

    public-entry-guarded

  • DELETE /processor/Travel has no validator or rate limiter attached.

    public-entry-guarded

  • GET /processor/Passenger has no validator or rate limiter attached.

    public-entry-guarded

  • POST /processor/Passenger has no validator or rate limiter attached.

    public-entry-guarded

  • PATCH /processor/Passenger has no validator or rate limiter attached.

    public-entry-guarded

  • DELETE /processor/Passenger has no validator or rate limiter attached.

    public-entry-guarded

  • GET /processor/getBookingDataOfPassenger has no validator or rate limiter attached.

    public-entry-guarded

  • POST /processor/createTravelByTemplate has no validator or rate limiter attached.

    public-entry-guarded

  • POST /processor/rejectTravel has no validator or rate limiter attached.

    public-entry-guarded

  • POST /processor/acceptTravel has no validator or rate limiter attached.

    public-entry-guarded

  • POST /processor/deductDiscount has no validator or rate limiter attached.

    public-entry-guarded

  • Airline is not connected to anything.

    no-orphan-datastore

  • Airport is not connected to anything.

    no-orphan-datastore

  • Supplement is not connected to anything.

    no-orphan-datastore

  • Flight is not connected to anything.

    no-orphan-datastore

  • FlightConnection is not connected to anything.

    no-orphan-datastore

  • TravelAgency is not connected to anything.

    no-orphan-datastore

  • SupplementType is not connected to anything.

    no-orphan-datastore

  • Booking is not connected to anything.

    no-orphan-datastore

  • BookingSupplement is not connected to anything.

    no-orphan-datastore

  • BookingStatus is not connected to anything.

    no-orphan-datastore

  • TravelStatus is not connected to anything.

    no-orphan-datastore

  • MealOptionDeliveryPreference is not connected to anything.

    no-orphan-datastore

Part of this repository was not read, so this report is incomplete. Unread: srv/travel-service.cds, srv/travel-service.cds, srv/travel-service.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/fiori-elements-v4-cap-advanced)](https://wyro.in/scan/SAP-samples/fiori-elements-v4-cap-advanced)

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.