You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As config.py is getting more robust, I would like to see extracting config values into YAML file, so it would be a lot easier to edit proposed values, eg. NUCLEI_TEMPLATES_TO_SKIP. It would also reduce LOC in config.py and make it a lot cleaner to read through, without need to access documentation.
The text was updated successfully, but these errors were encountered:
Hi @kazet , is this issue still open ? I would like to work on this by creating a config.yaml file which stores all the configuration constants for better readability and management. And importing these configs into the config.py file.
Extends #371
As config.py is getting more robust, I would like to see extracting config values into YAML file, so it would be a lot easier to edit proposed values, eg.
NUCLEI_TEMPLATES_TO_SKIP
. It would also reduce LOC in config.py and make it a lot cleaner to read through, without need to access documentation.The text was updated successfully, but these errors were encountered: