os.system() or os exec-family call
High
- Category
- Dangerous Code Execution
- Content
print(f"Previous: {prev['hash'][:16]}...") print(f"Current: {current_hash[:16]}...") if args.notify: os.system(args.notify) return 2 else: print(f"No previous data to compare (file: {args.compare})")- Confidence
- 98% confidence
- Finding
- os.system(args.notify)
