Skip to content

Commit

Permalink
Security: Add security contact policy
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanmurty committed Sep 26, 2024
1 parent 06b1b4a commit 299d2ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/security.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Contact: mailto:[email protected]
Expires: 2025-12-31T12:59:00.000Z
Encryption: https://keybase.io/bcmurty
Preferred-Languages: en
Canonical: https://murty.au/.well-known/security.txt
1 change: 1 addition & 0 deletions src/commands/build.command.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ cp "assets/resume_public.pdf" "$PUBLIC_DIR/brendan/resume_public.pdf"

mkdir -p "$PUBLIC_DIR/.well-known"
cp "config/keybase.txt" "$PUBLIC_DIR/.well-known/keybase.txt"
cp "config/security.txt" "$PUBLIC_DIR/.well-known/security.txt"

echo -e "${yellow}Copying CSS files to the '$PUBLIC_DIR/css' directory${end}"

Expand Down

0 comments on commit 299d2ac

Please sign in to comment.