Conversation
|
We should add a disclaimer then if we revert this, just in case people start wondering why is nuclei not taking into account their config file located in ~/.config/nuclei/config.yaml. What do you think @noraj ? |
|
@s7x The issue is nuclei only follows XDG Base Directory Specification ([AL]) partially. It only looks at Because XDG standard is not followed for data dir, we made a config wrapper that is now hurting the wall of the config dir because XDG standard is not followed here either. We could continue to add patches and wrappers, but it would be best that upstream follows XDG standard instead. I have opened a discussion upstream: https://github.com/orgs/projectdiscovery/discussions/6658 |
I did not know they were not following the XDG entirely. Thanks for the insight & the PR/Issue! |
Revert #4723 as explained in #4723 (comment)