# Nuclei v3.6.2 - Product: Nuclei (https://whatsnew.fyi/product/nuclei) - Vendor: ProjectDiscovery - Date: 2025-12-31 - Version: v3.6.2 - Original notes: https://github.com/projectdiscovery/nuclei/releases/tag/v3.6.2 - Permalink: https://whatsnew.fyi/product/nuclei/releases/v3.6.2 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'. --- - **added** — Enable TLS session caching in the client pool to improve connection reuse and reduce handshake overhead - **added** — Add support for providing a custom Jira server URL (site-url) when using OAuth authentication - **fixed** — Improve duplicate issue detection by properly paginating Gitea issue searches - **fixed** — Restore JavaScript template execution when the Port argument is not provided - **fixed** — Add pagination support when searching for duplicate issues in GitLab - **fixed** — Correct an incorrect PostgreSQL execution call signature in the JavaScript engine - **fixed** — Fix a MySQL panic caused by a missing executionId in the execution context - **fixed** — Fix a segmentation fault in flow execution related to hasMatchers - **changed** — Optimize the MergeMaps generator to reduce memory allocations - **changed** — Update projectdiscovery/utils to v0.8.0 to fix a deadlock in httputil.ResponseChain ##### What's Changed ###### ✨ New Features * Enabled TLS session caching in the client pool to improve connection reuse and reduce handshake overhead _(internal)_ by @dwisiswant0 in #6713 * Added support for providing a custom Jira server URL (`site-url`) when using OAuth authentication by @Ice3man543 in #6716 ###### 🐞 Bug Fixes * Improved duplicate issue detection by properly paginating Gitea issue searches by @leonjza in #6707 * Restored JavaScript template execution when the `Port` argument is not provided by @dwisiswant0 in #6709 * Added pagination support when searching for duplicate issues in GitLab by @dwisiswant0 in #6712 * Corrected an incorrect PostgreSQL execution call signature in the JavaScript engine by @Mzack9999 in #6731 * Fixed a MySQL panic caused by a missing `executionId` in the execution context by @dwisiswant0 in #6735 * Fixed a segmentation fault in flow execution related to `hasMatchers` by @dwisiswant0 in #6739 ###### ⚡ Performance Improvements * Optimized the `MergeMaps` generator to reduce memory allocations by @dwisiswant0 in #6718 ###### 🔧 Maintenance * Updated `projectdiscovery/utils` to v0.8.0 to fix a deadlock in `httputil.ResponseChain` by @dwisiswant0 in #6723 * Introduced a PowerShell integration test to improve cross-platform test coverage by @Mzack9999 in #6724 * Updated multiple Go module dependencies across two dependency refreshes by @dependabot[bot] in #6729 & #6741 ###### Other Changes * Updated issue and pull request templates by @dwisiswant0 in #6673 * Refactored CI workflows by @dwisiswant0 in #6728, this includes: * Shipping binaries with Green Tea GC enabled via `GOEXPERIMENT` * Shipping binaries built with profile-guided optimization (PGO) * Fixing an auto-merge workflow that never triggered * Switched release tests to use a stable Go version by @dwisiswant0 in #6737 * Upgraded `actions/download-artifact` from v6 to v7 in GitHub workflows by @dependabot[bot] in #6742 * Updated compatibility checks to use a stable Go version by @dwisiswant0 in #6743 **Full Changelog**: https://github.com/projectdiscovery/nuclei/compare/v3.6.1...v3.6.2