Skip to content

Commit 219ffb2

Browse files
authored
program: update solana-security-txt (#623)
1 parent 267ae60 commit 219ffb2

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

program/src/entrypoint.rs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,13 @@ fn process_instruction(
2929
security_txt! {
3030
// Required fields
3131
name: "SPL Single-Validator Stake Pool",
32-
project_url: "https://spl.solana.com/single-pool",
33-
contacts: "link:https://github.com/solana-labs/solana-program-library/security/advisories/new,mailto:security@anza.xyz,discord:https://discord.gg/solana",
34-
policy: "https://github.com/solana-labs/solana-program-library/blob/master/SECURITY.md",
32+
project_url: "https://www.solana-program.com/docs/single-pool",
33+
contacts: "link:https://github.com/solana-program/single-pool/security/advisories/new,email:security@anza.xyz,discord:https://discord.gg/solana",
34+
policy: "https://github.com/solana-program/single-pool/blob/main/SECURITY.md",
3535

3636
// Optional Fields
3737
preferred_languages: "en",
3838
source_code: "https://github.com/solana-program/single-pool/tree/main/program",
39-
auditors: "https://spl.solana.com/single-pool#security-audits"
39+
source_release: concat!("program@v", env!("CARGO_PKG_VERSION")),
40+
auditors: "https://www.solana-program.com/docs/single-pool#security-audits"
4041
}

0 commit comments

Comments
 (0)