mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-14 16:35:06 +01:00
security
This commit is contained in:
parent
13c49524ba
commit
bb55a1c334
3 changed files with 3 additions and 12 deletions
3
SECURITY.md
Normal file
3
SECURITY.md
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
# Security Policy
|
||||||
|
|
||||||
|
This is not production software. Therefore, security issues are treated as normal bugs and can be reported via teh issue tracker.
|
||||||
BIN
testing
BIN
testing
Binary file not shown.
12
testing.rs
12
testing.rs
|
|
@ -1,12 +0,0 @@
|
||||||
use std::process::{Command, Stdio};
|
|
||||||
|
|
||||||
fn main() {
|
|
||||||
let mut cmd = Command::new("fish");
|
|
||||||
cmd.stderr(Stdio::piped());
|
|
||||||
cmd.stdout(Stdio::piped());
|
|
||||||
cmd.stdin(Stdio::piped());
|
|
||||||
|
|
||||||
let mut child = cmd.spawn().unwrap();
|
|
||||||
|
|
||||||
child.wait().unwrap();
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue