Skip to content

Commit

Permalink
Update security_txt (#15)
Browse files Browse the repository at this point in the history
Update security fields
  • Loading branch information
chasemcdermott authored Apr 25, 2024
1 parent cf69e85 commit 4e8f1d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions programs/message-transmitter/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@ use {anchor_lang::prelude::*, instructions::*};
solana_security_txt::security_txt! {
name: "Message Transmitter for CCTP",
project_url: "https://github.com/circlefin/solana-cctp-contracts",
contacts: "[email protected]",
policy: "",
preferred_languages: "en",
auditors: "Halborn"
contacts: "link:https://hackerone.com/circle",
policy: "https://github.com/circlefin/solana-cctp-contracts/blob/master/SECURITY.md"
}

declare_id!("CCTPmbSD7gX1bxKPAmg77w8oFzNFpaQiQUWD43TKaecd");
Expand Down
6 changes: 2 additions & 4 deletions programs/token-messenger-minter/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ use {anchor_lang::prelude::*, token_messenger::*, token_minter::*};
solana_security_txt::security_txt! {
name: "Token Messenger and Minter for CCTP",
project_url: "https://github.com/circlefin/solana-cctp-contracts",
contacts: "[email protected]",
policy: "",
preferred_languages: "en",
auditors: "Halborn"
contacts: "link:https://hackerone.com/circle",
policy: "https://github.com/circlefin/solana-cctp-contracts/blob/master/SECURITY.md"
}

declare_id!("CCTPiPYPc6AsJuwueEnWgSgucamXDZwBd53dQ11YiKX3");
Expand Down

0 comments on commit 4e8f1d7

Please sign in to comment.