mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 21:45:26 +00:00
* fix: remove undefined errorutil.ShowStackTrace * feat: add make lint support and integrate with test * refactor: migrate errorutil to errkit across codebase - Replace deprecated errorutil with modern errkit - Convert error declarations from var to func for better compatibility - Fix all SA1019 deprecation warnings - Maintain error chain support and stack traces * fix: improve DNS test reliability using Google DNS - Configure test to use Google DNS (8.8.8.8) for stability - Fix nil pointer issue in DNS client initialization - Keep production defaults unchanged * fixing logic * removing unwanted branches in makefile --------- Co-authored-by: Mzack9999 <mzack9999@protonmail.com>
devtools
devtools contains tools and scripts to automate booring tasks related to javascript layer/ packages.
bindgen
bindgen is a tool that automatically generated bindings for native go packages with 'goja'
scrapefuncs
scrapefuncs is a tool to scrapes all helper functions exposed in javascript with help of go/ast and generates a js file with jsdoc comments using LLM (OpenAI)
Generating API Reference (aka static site using javascript files using jsdoc)
jsdoc -R [Homepage.md] -r -d api_reference -t [optional: jsdoc theme to use] generated/js
generated static site will be available at api_reference/ directory and can be verified using simplehttpserver
simplehttpserver
and then open http://localhost:8000/ in browser
Notes
we currently use clean-jsdoc-theme demo at sample-jsproto-docs/