File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ this repository containing the new advisory:
13
13
3 . Open a [ Pull Request] . After being reviewed your advisory will be assigned
14
14
a ` RUSTSEC-* ` advisory identifier and be published to the database.
15
15
16
- ### Optional Steps
16
+ ### Optional Steps
17
17
18
18
Feel free to do either or both of these as you see fit (we recommend you do both):
19
19
@@ -35,6 +35,12 @@ examples of qualifying vulnerabilities:
35
35
* Covert Channels (e.g. Spectre, Meltdown)
36
36
* Panics in code advertised as "panic-free" (particularly if useful for network DoS attacks)
37
37
38
+ Moreover, RustSec also tracks [ soundness] issues as informational advisories, independent of whether they are vulnerabilities or not.
39
+ A soundness issue arises when using a crate from safe code can cause [ Undefined Behavior] .
40
+
41
+ [ soundness ] : https://rust-lang.github.io/unsafe-code-guidelines/glossary.html#soundness-of-code--of-a-library
42
+ [ Undefined Behavior ] : https://doc.rust-lang.org/reference/behavior-considered-undefined.html
43
+
38
44
When in doubt, please open a PR.
39
45
40
46
## FAQ
You can’t perform that action at this time.
0 commit comments