SAP-samples/cap-sflight

10 errors, 24 warningsmain

34 issues need attention.

10 errors and 24 warnings in the paths between 14 routes and 13 tables.

ROUTE FINDINGS14 of 14 · 7/7 rules
ROUTES
14
TABLES
13
FILES READ
26
RULES RUN
7/7

34 findings

  • GET /analytics/Bookings can reach Booking without authenticating.

    auth-before-dataGET /analytics/Bookings → Booking

  • GET /analytics/BookingStatus can reach BookingStatus without authenticating.

    auth-before-dataGET /analytics/BookingStatus → BookingStatus

  • POST /analytics/BookingStatus can reach BookingStatus without authenticating.

    auth-before-dataPOST /analytics/BookingStatus → BookingStatus

  • PATCH /analytics/BookingStatus can reach BookingStatus without authenticating.

    auth-before-dataPATCH /analytics/BookingStatus → BookingStatus

  • DELETE /analytics/BookingStatus can reach BookingStatus without authenticating.

    auth-before-dataDELETE /analytics/BookingStatus → BookingStatus

  • GET /analytics/Travels can reach Travel without authenticating.

    auth-before-dataGET /analytics/Travels → Travel

  • 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 /analytics/Bookings has no validator or rate limiter attached.

    public-entry-guarded

  • GET /analytics/BookingStatus has no validator or rate limiter attached.

    public-entry-guarded

  • POST /analytics/BookingStatus has no validator or rate limiter attached.

    public-entry-guarded

  • PATCH /analytics/BookingStatus has no validator or rate limiter attached.

    public-entry-guarded

  • DELETE /analytics/BookingStatus has no validator or rate limiter attached.

    public-entry-guarded

  • GET /analytics/Travels 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

  • 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

  • BookingSupplement is not connected to anything.

    no-orphan-datastore

  • TravelStatus is not connected to anything.

    no-orphan-datastore

  • 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

  • Passenger 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

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/cap-sflight)](https://wyro.in/scan/SAP-samples/cap-sflight)

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.