Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Aug 8, 2022
1 parent 403dfbf commit 27f2910
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Security Policy


## Supported Versions

Only the latest release is supported.

## Reporting a Vulnerability

If you are aware of a security vulnerability or risk in cargo-mutants, please contact me directly by
mail at <mbp@sourcefrog.net>, rather than filing a public bug.
If you are aware of a security vulnerability or risk in cargo-mutants, please
contact me directly by mail at <mbp@sourcefrog.net>, rather than filing a public
bug.

I expect to normally respond within one week.
I expect to normally respond within one week but this is not guaranteed.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
Expand All @@ -22,5 +22,8 @@ SOFTWARE.

## Security Model

cargo-mutants runs `cargo build` and `cargo test` on the specified source tree, and on generated mutations of that tree.
Rust builds (through `build.rs`) and tests necessarily provide a means for generic code execution. Malicious code under test will have control of the test environment. If the code is not trusted it should be tested within a strong sandbox.
cargo-mutants runs `cargo build` and `cargo test` on the specified source tree,
and on generated mutations of that tree. Rust builds (through `build.rs`) and
tests necessarily provide a means for generic code execution. Malicious code
under test will have control of the test environment. If the code is not trusted
it should be tested within a strong sandbox.

0 comments on commit 27f2910

Please sign in to comment.