SAP-samples/cloud-cap-samples-java
49 issues need attention.
10 errors and 39 warnings in the paths between 38 routes and 36 tables.
- ROUTES
- 38
- TABLES
- 36
- FILES READ
- 36
- RULES RUN
- 7/7
49 findings
GET notes/Notes can reach Notes without authenticating.
auth-before-dataGET notes/Notes → NotesPOST notes/Notes can reach Notes without authenticating.
auth-before-dataPOST notes/Notes → NotesPATCH notes/Notes can reach Notes without authenticating.
auth-before-dataPATCH notes/Notes → NotesDELETE notes/Notes can reach Notes without authenticating.
auth-before-dataDELETE notes/Notes → NotesGET review/Reviews can reach Reviews without authenticating.
auth-before-dataGET review/Reviews → ReviewsPOST review/Reviews can reach Reviews without authenticating.
auth-before-dataPOST review/Reviews → ReviewsPATCH review/Reviews can reach Reviews without authenticating.
auth-before-dataPATCH review/Reviews → ReviewsDELETE review/Reviews can reach Reviews without authenticating.
auth-before-dataDELETE review/Reviews → ReviewsGET review/Books can reach Books without authenticating.
auth-before-dataGET review/Books → BooksGET review/Authors can reach Authors without authenticating.
auth-before-dataGET review/Authors → AuthorsGET notes/Notes has no validator or rate limiter attached.
public-entry-guardedPOST notes/Notes has no validator or rate limiter attached.
public-entry-guardedPATCH notes/Notes has no validator or rate limiter attached.
public-entry-guardedDELETE notes/Notes has no validator or rate limiter attached.
public-entry-guardedGET review/Reviews has no validator or rate limiter attached.
public-entry-guardedPOST review/Reviews has no validator or rate limiter attached.
public-entry-guardedPATCH review/Reviews has no validator or rate limiter attached.
public-entry-guardedDELETE review/Reviews has no validator or rate limiter attached.
public-entry-guardedGET review/Books has no validator or rate limiter attached.
public-entry-guardedGET review/Authors has no validator or rate limiter attached.
public-entry-guardedOrderItems is not connected to anything.
no-orphan-datastoreA_AddressEmailAddress is not connected to anything.
no-orphan-datastoreA_AddressFaxNumber is not connected to anything.
no-orphan-datastoreA_AddressHomePageURL is not connected to anything.
no-orphan-datastoreA_AddressPhoneNumber is not connected to anything.
no-orphan-datastoreA_BPContactToAddress is not connected to anything.
no-orphan-datastoreA_BPContactToFuncAndDept is not connected to anything.
no-orphan-datastoreA_BuPaAddressUsage is not connected to anything.
no-orphan-datastoreA_BuPaIdentification is not connected to anything.
no-orphan-datastoreA_BuPaIndustry is not connected to anything.
no-orphan-datastoreA_BusinessPartner is not connected to anything.
no-orphan-datastoreA_BusinessPartnerAddress is not connected to anything.
no-orphan-datastoreA_BusinessPartnerBank is not connected to anything.
no-orphan-datastoreA_BusinessPartnerContact is not connected to anything.
no-orphan-datastoreA_BusinessPartnerRole is not connected to anything.
no-orphan-datastoreA_BusinessPartnerTaxNumber is not connected to anything.
no-orphan-datastoreA_Customer is not connected to anything.
no-orphan-datastoreA_CustomerCompany is not connected to anything.
no-orphan-datastoreA_CustomerDunning is not connected to anything.
no-orphan-datastoreA_CustomerSalesArea is not connected to anything.
no-orphan-datastoreA_CustomerSalesAreaTax is not connected to anything.
no-orphan-datastoreA_CustomerWithHoldingTax is not connected to anything.
no-orphan-datastoreA_CustSalesPartnerFunc is not connected to anything.
no-orphan-datastoreA_Supplier is not connected to anything.
no-orphan-datastoreA_SupplierCompany is not connected to anything.
no-orphan-datastoreA_SupplierDunning is not connected to anything.
no-orphan-datastoreA_SupplierPartnerFunc is not connected to anything.
no-orphan-datastoreA_SupplierPurchasingOrg is not connected to anything.
no-orphan-datastoreA_SupplierWithHoldingTax is not connected to anything.
no-orphan-datastore
Part of this repository was not read, so this report is incomplete. Unread: srv/external/API_BUSINESS_PARTNER.cds, srv/external/API_BUSINESS_PARTNER.cds, srv/external/API_BUSINESS_PARTNER.cds.
Free account, no card. The repository opens as an editable graph.
Add this check to the README
[](https://wyro.in/scan/SAP-samples/cloud-cap-samples-java)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.