SAP-samples/cap-sflight
34 issues need attention.
10 errors and 24 warnings in the paths between 14 routes and 13 tables.
- 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 → BookingGET /analytics/BookingStatus can reach BookingStatus without authenticating.
auth-before-dataGET /analytics/BookingStatus → BookingStatusPOST /analytics/BookingStatus can reach BookingStatus without authenticating.
auth-before-dataPOST /analytics/BookingStatus → BookingStatusPATCH /analytics/BookingStatus can reach BookingStatus without authenticating.
auth-before-dataPATCH /analytics/BookingStatus → BookingStatusDELETE /analytics/BookingStatus can reach BookingStatus without authenticating.
auth-before-dataDELETE /analytics/BookingStatus → BookingStatusGET /analytics/Travels can reach Travel without authenticating.
auth-before-dataGET /analytics/Travels → TravelGET /processor/Travel can reach Travel without authenticating.
auth-before-dataGET /processor/Travel → TravelPOST /processor/Travel can reach Travel without authenticating.
auth-before-dataPOST /processor/Travel → TravelPATCH /processor/Travel can reach Travel without authenticating.
auth-before-dataPATCH /processor/Travel → TravelDELETE /processor/Travel can reach Travel without authenticating.
auth-before-dataDELETE /processor/Travel → TravelGET /analytics/Bookings has no validator or rate limiter attached.
public-entry-guardedGET /analytics/BookingStatus has no validator or rate limiter attached.
public-entry-guardedPOST /analytics/BookingStatus has no validator or rate limiter attached.
public-entry-guardedPATCH /analytics/BookingStatus has no validator or rate limiter attached.
public-entry-guardedDELETE /analytics/BookingStatus has no validator or rate limiter attached.
public-entry-guardedGET /analytics/Travels has no validator or rate limiter attached.
public-entry-guardedGET /processor/Travel has no validator or rate limiter attached.
public-entry-guardedPOST /processor/Travel has no validator or rate limiter attached.
public-entry-guardedPATCH /processor/Travel has no validator or rate limiter attached.
public-entry-guardedDELETE /processor/Travel has no validator or rate limiter attached.
public-entry-guardedPOST /processor/createTravelByTemplate has no validator or rate limiter attached.
public-entry-guardedPOST /processor/rejectTravel has no validator or rate limiter attached.
public-entry-guardedPOST /processor/acceptTravel has no validator or rate limiter attached.
public-entry-guardedPOST /processor/deductDiscount has no validator or rate limiter attached.
public-entry-guardedBookingSupplement is not connected to anything.
no-orphan-datastoreTravelStatus is not connected to anything.
no-orphan-datastoreAirline is not connected to anything.
no-orphan-datastoreAirport is not connected to anything.
no-orphan-datastoreSupplement is not connected to anything.
no-orphan-datastoreFlight is not connected to anything.
no-orphan-datastoreFlightConnection is not connected to anything.
no-orphan-datastorePassenger is not connected to anything.
no-orphan-datastoreTravelAgency is not connected to anything.
no-orphan-datastoreSupplementType 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
[](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.