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:
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: