chore: add SAP security policy and warn about ex6 typo#35
Merged
Conversation
- Add canonical SAP-samples SECURITY.md (V0.0.1, points to SAP Trust Center) - Add WARNING callout in exercises/ex6/README.md flagging upstream typo V_INTERATION -> V_INTERACTION in two screenshots of the linked tutorial. Fixes #32.
This was referenced Jun 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Two small but unrelated improvements bundled together (both spawned from a project-health review):
1.
SECURITY.md(new)Canonical SAP-samples security policy (V0.0.1 from SAP-samples/.github). Points to the SAP Trust Center for vulnerability reports. The version header lets SAP's tooling auto-update it.
2. WARNING callout in exercises/ex6/README.md — fixes #32
Two screenshots in the upstream SAP tutorial (hana-cloud-cap-calc-view) show
V_INTERATION(missing the second C) instead of the correctV_INTERACTION— affectingcreate_calc_view.pngandfolder_view.png.We can't pixel-edit the upstream PNGs, so this PR adds a
> [!WARNING]admonition right after the tutorial link in our exercise README. Participants will see the heads-up before hitting the typo'd screenshots. The issue reporter explicitly said they trust screenshots more than text — this preempts that trust gap.A separate upstream issue will be filed against sap-tutorials/Tutorials so the screenshots get refreshed; once that's done the callout can be removed.
Context (off-PR)
This branch is also our first PR through the new branch protection ruleset (replaces the legacy classic protection — rule
require_last_push_approvalis now satisfied as required by OSPO before 2026-06-16).Closes #32