chore(governance): add CC BY 4.0 license - #7
Merged
Conversation
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
repo.required_file_missingbaseline entry forLICENSE.Design decision
sec-writeups-publicis intentionally a public, reusable pattern library. CC BY 4.0 is applied to original written content and pattern cards, while third-party material remains governed by its own terms. The baseline cleanup is a targeted policy-state update, not a bulk refresh.Main risk
Readers could incorrectly assume the repository license covers third-party TryHackMe or linked material. The scope is repeated in
LICENSE,README.md, andPOLICY.mdto keep that boundary explicit.Compatibility impact
repo-sentinelrequired-file policy is now satisfied.Rollback path
Revert the two commits on this branch. That removes the license and restores the prior baseline state; the missing-license governance condition must then remain explicitly unresolved rather than suppressed.
Evidence and validation
1dff619841eeaa136f12897db39064ca43a2a65frepo-sentinel 0.8.0(pre-release/local evidence, not a formal remote pin)repo-sentinel baseline audit --format json --baseline .reposentinel-baseline.json .ce5e84b0bff3c8825c51141a9278612837ae7cbf80baaafd52b1c1a71167fe9arepo.required_file_missing=0,stale=0, exit0python scripts/render_tags_doc.py --check— passedpython -m unittest discover -s tests -p 'test_*.py'— 6 passedpython scripts/check_markdown.py— passed for 157 Markdown filespython -m pre_commit run --files .reposentinel-baseline.json LICENSE POLICY.md README.md docs/repo-sentinel-baseline-review.md— passedFormal v0.8.0 release pinning, synthetic pass/fail/redaction tests, changed-file gate rollout, and issue #5 closure remain follow-up work.