Orange-Cyberdefense / arsenal

Arsenal is just a quick inventory and launcher for hacking programs
GNU General Public License v3.0
3.15k stars 459 forks source link

Fix: #70 - problem with md variable parsing #78

Closed r3dp0int closed 6 months ago

r3dp0int commented 7 months ago

As raised in issue #70, Arsenal was not correctly parsing cheats that contained a colon (:) within <>. I have removed the colon that was found within the arg_name regex check in command.py, as I don't believe this is needed for command argument parsing. I have checked it across multiple commands and have found no errors.