I’m using our new Custom GPT, the Netpicker Network Test Creator, to write a Python unit test that checks Cisco network devices for the ArcaneDoor vulnerability (CVE-2024-20353).
Using Secret Variables in Netpicker Jobs
Overview Use the Secret type for sensitive job parameters (passwords, tokens, community strings). It renders as a masked input field in the UI and prevents accidental exposure in logs. Import from comfy import job, Secret How It Works Declare a parameter as Secret...
