SAP-samples/fiori-elements-v4-cap-advanced
41 issues need attention.
12 errors and 29 warnings in the paths between 17 routes and 15 tables.
- 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 → SupplementScopePOST /processor/SupplementScope can reach SupplementScope without authenticating.
auth-before-dataPOST /processor/SupplementScope → SupplementScopePATCH /processor/SupplementScope can reach SupplementScope without authenticating.
auth-before-dataPATCH /processor/SupplementScope → SupplementScopeDELETE /processor/SupplementScope can reach SupplementScope without authenticating.
auth-before-dataDELETE /processor/SupplementScope → SupplementScopeGET /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 /processor/Passenger can reach Passenger without authenticating.
auth-before-dataGET /processor/Passenger → PassengerPOST /processor/Passenger can reach Passenger without authenticating.
auth-before-dataPOST /processor/Passenger → PassengerPATCH /processor/Passenger can reach Passenger without authenticating.
auth-before-dataPATCH /processor/Passenger → PassengerDELETE /processor/Passenger can reach Passenger without authenticating.
auth-before-dataDELETE /processor/Passenger → PassengerGET /processor/SupplementScope has no validator or rate limiter attached.
public-entry-guardedPOST /processor/SupplementScope has no validator or rate limiter attached.
public-entry-guardedPATCH /processor/SupplementScope has no validator or rate limiter attached.
public-entry-guardedDELETE /processor/SupplementScope 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-guardedGET /processor/Passenger has no validator or rate limiter attached.
public-entry-guardedPOST /processor/Passenger has no validator or rate limiter attached.
public-entry-guardedPATCH /processor/Passenger has no validator or rate limiter attached.
public-entry-guardedDELETE /processor/Passenger has no validator or rate limiter attached.
public-entry-guardedGET /processor/getBookingDataOfPassenger 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-guardedAirline 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-datastoreTravelAgency is not connected to anything.
no-orphan-datastoreSupplementType is not connected to anything.
no-orphan-datastoreBooking is not connected to anything.
no-orphan-datastoreBookingSupplement is not connected to anything.
no-orphan-datastoreBookingStatus is not connected to anything.
no-orphan-datastoreTravelStatus is not connected to anything.
no-orphan-datastoreMealOptionDeliveryPreference 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/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.