Skip to content

Conversation

@blsaccess
Copy link
Contributor

This PR uses https://api.github.com/repos/projectdiscovery/nuclei/releases/latest to obtain the latest version of nuclei and update the version in bbot/modules/nuclei.py."

Release notes:

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: projectdiscovery/nuclei@v3.6.1...v3.6.2

@github-actions
Copy link
Contributor

github-actions bot commented Jan 1, 2026

📊 Performance Benchmark Report

Comparing dev (baseline) vs update-nuclei (current)

📈 Detailed Results (All Benchmarks)

📋 Complete results for all benchmarks - includes both significant and insignificant changes

🧪 Test Name 📏 Base 📏 Current 📈 Change 🎯 Status
Bloom Filter Dns Mutation Tracking Performance 4.26ms 4.18ms -1.8%
Bloom Filter Large Scale Dns Brute Force 18.54ms 17.93ms -3.3%
Large Closest Match Lookup 367.74ms 360.73ms -1.9%
Realistic Closest Match Workload 197.43ms 191.33ms -3.1%
Event Validation Full Scan Startup Small Batch 456.01ms 460.09ms +0.9%
Event Validation Full Scan Startup Large Batch 806.22ms 811.73ms +0.7%
Make Event Autodetection Small 32.26ms 31.19ms -3.3%
Make Event Autodetection Large 324.09ms 317.20ms -2.1%
Make Event Explicit Types 14.09ms 14.07ms -0.1%
Excavate Single Thread Small 4.083s 4.063s -0.5%
Excavate Single Thread Large 10.032s 10.103s +0.7%
Excavate Parallel Tasks Small 4.196s 4.155s -1.0%
Excavate Parallel Tasks Large 7.346s 7.324s -0.3%
Is Ip Performance 3.21ms 3.19ms -0.7%
Make Ip Type Performance 11.41ms 11.43ms +0.1%
Mixed Ip Operations 4.50ms 4.49ms -0.1%
Typical Queue Shuffle 63.19µs 62.16µs -1.6%
Priority Queue Shuffle 713.00µs 686.68µs -3.7%

🎯 Performance Summary

No significant performance changes detected (all changes <10%)


🐍 Python Version 3.11.14

@codecov
Copy link

codecov bot commented Jan 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92%. Comparing base (ee2596f) to head (741c9da).
⚠️ Report is 4 commits behind head on dev.

Additional details and impacted files
@@          Coverage Diff          @@
##             dev   #2853   +/-   ##
=====================================
- Coverage     92%     92%   -0%     
=====================================
  Files        409     409           
  Lines      34007   34007           
=====================================
- Hits       31007   31006    -1     
- Misses      3000    3001    +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@liquidsec liquidsec merged commit 9b5b7d1 into dev Jan 8, 2026
16 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants