From ae35efc6827d3a56fb800da9a09b91dd1de0786d Mon Sep 17 00:00:00 2001 From: orbisai0security Date: Mon, 15 Dec 2025 04:14:51 +0000 Subject: [PATCH] fix: resolve high vulnerability V-001 Automatically generated security fix --- cupp.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cupp.py b/cupp.py index 32d24ee..d0e2ffc 100755 --- a/cupp.py +++ b/cupp.py @@ -1087,6 +1087,12 @@ def get_parser(): parser.add_argument( "-q", "--quiet", action="store_true", help="Quiet mode (don't print banner)" ) + parser.add_argument( + "-o", + dest="output", + metavar="FILENAME", + help="Output file for the generated dictionary (with -i option)", + ) return parser