Skip to content

Commit 89269fe

Browse files
committed
Add back policy to security_txt
1 parent 55892b7 commit 89269fe

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

programs/amm/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ security_txt! {
1010
contacts: "telegram:metaproph3t,telegram:kollan_house",
1111
source_code: "https://github.com/metaDAOproject/futarchy",
1212
source_release: "v0.5.0",
13+
policy: "The market will decide whether we pay a bug bounty.",
1314
acknowledgements: "DCF = (CF1 / (1 + r)^1) + (CF2 / (1 + r)^2) + ... (CFn / (1 + r)^n)"
1415
}
1516

programs/autocrat/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ security_txt! {
5151
contacts: "telegram:metaproph3t,telegram:kollan_house",
5252
source_code: "https://github.com/metaDAOproject/futarchy",
5353
source_release: "v0.5.0",
54+
policy: "The market will decide whether we pay a bug bounty.",
5455
acknowledgements: "DCF = (CF1 / (1 + r)^1) + (CF2 / (1 + r)^2) + ... (CFn / (1 + r)^n)"
5556
}
5657

programs/launchpad/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ security_txt! {
1818
contacts: "telegram:metaproph3t,telegram:kollan_house",
1919
source_code: "https://github.com/metaDAOproject/futarchy",
2020
source_release: "v0.5.0",
21+
policy: "The market will decide whether we pay a bug bounty.",
2122
acknowledgements: "DCF = (CF1 / (1 + r)^1) + (CF2 / (1 + r)^2) + ... (CFn / (1 + r)^n)"
2223
}
2324

0 commit comments

Comments
 (0)