diff --git a/scripts/update-security.md.nu b/scripts/update-security.md.nu new file mode 100644 index 0000000..2e818c4 --- /dev/null +++ b/scripts/update-security.md.nu @@ -0,0 +1,8 @@ +#!/usr/bin/env nu +# SPDX-License-Identifier: AGPL-3.0-only +# SPDX-FileCopyrightText: 2025 @matrixfurry.com + +http get https://tangled.org/strings/did:plc:zmjoeu3stwcn44647rhxa44o/3m2igb2euyh22/raw +| append "For the most up-to-date policy, please see [@matrixfurry.com/SECURITY.md](https://tangled.org/strings/@matrixfurry.com/3m2igb2euyh22).\n" +| str join "\n" +| save -f ./SECURITY.md