docs: add EXAMPLES_POLICY.md#31
Merged
Merged
Conversation
States that all example/test data is fabricated, with one deliberate exception: course codes (e.g. BIOG200x) are real because the tool must match real course folder structures. Documents that edusafe scans flagging course codes are expected false positives, and that variable-name/SSRF-fixture hits are benign. Adapted from teaching-suite's policy; placed at repo root (no examples/ dir), no .claude/ links (git-ignored here). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Adds
EXAMPLES_POLICY.mdat the repo root so the question "are these examples real?" has a single documented answer.What it states
BIOG200xand similar are genuine because the tool must detect and read material inside a teacher's real course folder structure; placeholder codes would not exercise the behaviour the tests verify. A course code identifies a course offering, not a person.course_codeshape) is an expected false positive.res,mats,win,cid), test labels (lesson3,set1,course1), and SSRF security-test IPs (127.0.0.1,169.254.169.254,8.8.8.8, …) are benign fixtures, not personal data.Notes
EXAMPLES_POLICY.md; placed at repo root (noexamples/dir here)..claude/rules/...— that directory is git-ignored in this repo, so the conventions are described inline instead.🤖 Generated with Claude Code