You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(governance): fill required-file placeholders + fix project naming
Remove unfilled {{PLACEHOLDER}} tokens from the openssf-compliance gate's
required-file set so the gate passes, without touching legitimate template
files (k9 *.ncl, contractiles, container/well-known stubs, e2e templates).
- .machine_readable/ECOSYSTEM.a2ml: fill {{REPO_DESCRIPTION}} with the KRL
one-line description from README.adoc.
- .github/SECURITY.md: delete the rsr-template TEMPLATE INSTRUCTIONS block;
remove the optional PGP section (no PGP key — {{PGP_KEY_URL}}/
{{PGP_FINGERPRINT}} had no fill value, and the template marks PGP optional).
- .github/CODE_OF_CONDUCT.md: delete the TEMPLATE INSTRUCTIONS block (body
already instantiated for krl).
- .machine_readable/6a2/STATE.a2ml: drop META-TEMPLATE comment scaffolding
referencing {{PLACEHOLDER}}; body already instantiated for krl.
https://claude.ai/code/session_017TXizM5c1Yd9HWf7Y15YH2
We as members, contributors, and leaders pledge to make participation in KRL a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, caste, colour, religion, or sexual identity and orientation.
We take security seriously. We appreciate your efforts to responsibly disclose vulnerabilities and will make every effort to acknowledge your contributions.
26
8
27
9
## Table of Contents
@@ -56,26 +38,13 @@ This method ensures:
56
38
- Coordinated disclosure tooling
57
39
- Automatic credit when the advisory is published
58
40
59
-
### Alternative: Encrypted Email
41
+
### Alternative: Email
60
42
61
43
If you cannot use GitHub Security Advisories, you may email us directly:
62
44
63
45
|||
64
46
|---|---|
65
47
|**Email**|jonathan.jewell@open.ac.uk|
66
-
|**PGP Key**|[Download Public Key]({{PGP_KEY_URL}})|
Copy file name to clipboardExpand all lines: .machine_readable/ECOSYSTEM.a2ml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,5 +4,5 @@
4
4
(version "1.0.0")
5
5
(name "krl")
6
6
(type "library")
7
-
(purpose "{{REPO_DESCRIPTION}}")
7
+
(purpose "Knot Resolution Language — a compositional language for constructing, transforming, resolving, and retrieving topological objects: tangles, knots, and links")
0 commit comments