os.system() or os exec-family call
High
- Category
- Dangerous Code Execution
- Content
# macOS elif sys.platform == "darwin": os.system( f'osascript -e \'display notification "{message}" with title "费曼教练"\'' )- Confidence
- 95% confidence
- Finding
- os.system( f'osascript -e \'display notification "{message}" with title "费曼教练"\'' )
