zm1990s commited on
Commit
8c6b4d7
·
verified ·
1 Parent(s): d59a6b5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -1,3 +1,5 @@
1
  Insecure Model examples from ModelScan's guide: [https://github.com/protectai/modelscan/blob/main/notebooks/README.md](https://github.com/protectai/modelscan/blob/main/notebooks/README.md)
2
 
3
- If pikle shows `posix.system`, this means during deserialization, system code will be executed, in this example, it's `cat ~/.aws/secrets`
 
 
 
1
  Insecure Model examples from ModelScan's guide: [https://github.com/protectai/modelscan/blob/main/notebooks/README.md](https://github.com/protectai/modelscan/blob/main/notebooks/README.md)
2
 
3
+ If pikle shows `posix.system`, this means during deserialization, system code will be executed, in this example, it's `cat ~/.aws/secrets`
4
+
5
+ The malicious Architectural Model (backdoor.onnx) is from this repo: [https://huggingface.co/retroboy3000/protectai_neural_backdoor/tree/main](https://huggingface.co/retroboy3000/protectai_neural_backdoor/tree/main)