Skip to content

Commit 741fccd

Browse files
authored
Added warning to security policy (#284)
1 parent f5606a5 commit 741fccd

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

SECURITY.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@
33
This repository is part of the **CosmWasm** stack.
44
Please see the [Advisories] for its security policy.
55

6-
---
6+
[Advisories]: https://github.com/CosmWasm/advisories/blob/main/SECURITY.md
77

8-
The code in this repository **IS NOT INTENDED FOR PRODUCTION USE**.
9-
Specifically, [cw-multi-test] should be used only as a [DEVELOPMENT DEPENDENCY].
10-
As such, it is not covered by any bug bounty program and is not held
11-
to the same strict standards as other components regarding bugs.
12-
However, if you believe you have found a security-critical issue,
13-
please refer to the contact information in the [Advisories].
8+
> [!CAUTION]
9+
> The code in this repository **IS NOT INTENDED FOR PRODUCTION USE**.
10+
> Specifically, [cw-multi-test] should be used only as a [DEVELOPMENT DEPENDENCY].
11+
> As such, it is not covered by any bug bounty program and is not held
12+
> to the same strict standards as other components regarding bugs.
13+
>
14+
> However, if you believe you have found a security-critical issue,
15+
> please refer to the contact information in the [Advisories].
1416
1517
[cw-multi-test]: https://crates.io/crates/cw-multi-test
1618
[DEVELOPMENT DEPENDENCY]: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#development-dependencies
17-
[Advisories]: https://github.com/CosmWasm/advisories/blob/main/SECURITY.md

0 commit comments

Comments
 (0)