summaryrefslogtreecommitdiff
path: root/examples/shred.py
AgeCommit message (Collapse)AuthorFilesLines
2025-09-10Fix shell injection vulnerability in shred exampleHEADmasterVictor Kareh1-16/+17
Replaced the subprocess call with an argument list to avoid possible shell injection from malicious file names.
2025-09-02Add shred exampleErriez1-0/+190