# Nuclei v3.6.1 - Product: Nuclei (https://whatsnew.fyi/product/nuclei) - Vendor: ProjectDiscovery - Date: 2025-12-16 - Version: v3.6.1 - Original notes: https://github.com/projectdiscovery/nuclei/releases/tag/v3.6.1 - Permalink: https://whatsnew.fyi/product/nuclei/releases/v3.6.1 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — template exclusion logic for paths with reserved names - **fixed** — lost request body on retries and redirects - **fixed** — pass dynamicValues to EvaluateWithInteractsh - **fixed** — segfault when initializing the engine with EnableHeadlessWithOpts - **fixed** — compilation on loong64 architecture - **fixed** — enable all template types for template list and display - **fixed** — cache response strings to reduce memory allocations - **fixed** — body loss on retries and redirects in remaining paths - **fixed** — data race when reading page history in headless - **fixed** — handle empty folder edge case during template updates - **changed** — bump fastdialer to v0.4.20 to fix greater than 10s delays ##### What’s Changed ###### 🐞 Bug Fixes * fix(config): template exclusion logic for paths with reserved names by @dwisiswant0 in #6663 * fix(http): lost request body on retries & redirects by @dwisiswant0 in #6666 * fix(http): pass `dynamicValues` to `EvaluateWithInteractsh` by @dwisiswant0 in #6685 * fix(lib): segfault when initializing the engine with `EnableHeadlessWithOpts` by @dwisiswant0 in #6602 * build: fix compilation on loong64 architecture by @dwisiswant0 in #6667 * fix: enable all template types for template list and display by @dwisiswant0 in #6668 * fix(http): cache response strings to reduce memory allocations by @dwisiswant0 in #6679 * fix: body loss on retries/redirects in remaining paths by @dwisiswant0 in #6693 * fix(headless): data race when reading page history by @dwisiswant0 in #6687 * fix(update): handle empty folder edge case during template updates by @Mzack9999 in #6573 ###### 🔨 Maintenance * chore: run goimports to format the codebase by @stringscut in #6691 * chore(deps): bump fastdialer to v0.4.20 to fix >10s delays by @dwisiswant0 in #6688 * chore(deps): bump Go modules (10 updates) by @dependabot[bot] in #6675 * chore(deps): bump Go modules (7 updates) by @dependabot[bot] in #6698 * chore(deps): bump GitHub workflows (2 updates) by @dependabot[bot] in #6699 ###### 📚 Documentation * docs: fix typos in multiple files by @didier-durand in #6653 * docs: fix additional typos across various files by @didier-durand in #6661 * docs: typos and minor improvements by @AaryanBansal-dev in #6669 ##### New Contributors * @didier-durand made their first contribution in https://github.com/projectdiscovery/nuclei/pull/6653 * @AaryanBansal-dev made their first contribution in https://github.com/projectdiscovery/nuclei/pull/6669 * @stringscut made their first contribution in https://github.com/projectdiscovery/nuclei/pull/6691 **Full Changelog**: https://github.com/projectdiscovery/nuclei/compare/v3.6.0...v3.6.1