feat(security): add security commitments page and security.txt - #143
Merged
Merged
Conversation
- Add /security route with Security page component - Create src/data/security.json with security posture data - Add public/.well-known/security.txt per RFC 9116 - Add Trust column in Footer with Security link - Update i18n files (en, es) with Trust section - Link to /vitals and /privacy from Security page Closes wraith-protocol#121
|
@code3ks is attempting to deploy a commit to the truthixify's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@code3ks Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
This was referenced Aug 27, 2026
Contributor
|
Merged. Data-driven from security.json so the dates can move without a code change, and the well-known/security.txt is there. Good work @code3ks. |
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.
Implemented a comprehensive security commitments page at
/securityas requested in issue #121. This provides a single authoritative URL for partners and integrators to review Wraith Protocol's security posture, disclosure policies, and trust commitments.Changes Implemented
1. Security Page (
/security)/securityadded and wired insrc/App.tsxsrc/pages/Security.tsx) with sections:2. Security Data (
src/data/security.json)3. Security.txt (
public/.well-known/security.txt)4. Footer Updates
5. i18n Updates
en.jsones.jsonFiles Changed
Added:
src/pages/Security.tsx- Security commitments page componentsrc/data/security.json- Security posture datapublic/.well-known/security.txt- RFC 9116 security.txt fileModified:
src/App.tsx- Added/securityroutesrc/components/Footer.tsx- Added Trust column with security linkssrc/i18n/en.json- Addedfooter.trusttranslationssrc/i18n/es.json- Addedfooter.trusttranslationsAcceptance Criteria
/securityroute added and wired insrc/App.tsxsecurity@usewraith.xyzcontact and PGP fingerprintpublic/.well-known/security.txtresolves with same contact + PGP as page/vitalsand/privacyfor related commitmentssrc/data/security.jsonfor easy updatesTesting
Route Verification
Build Verification
Closes #121