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.20ms 4.26ms +1.4%
Bloom Filter Large Scale Dns Brute Force 17.65ms 18.13ms +2.7%
Large Closest Match Lookup 360.54ms 354.90ms -1.6%
Realistic Closest Match Workload 193.94ms 191.84ms -1.1%
Event Validation Full Scan Startup Small Batch 457.62ms 456.50ms -0.2%
Event Validation Full Scan Startup Large Batch 803.61ms 802.87ms -0.1%
Make Event Autodetection Small 31.51ms 30.81ms -2.2%
Make Event Autodetection Large 318.52ms 316.50ms -0.6%
Make Event Explicit Types 13.94ms 13.82ms -0.8%
Excavate Single Thread Small 4.001s 3.995s -0.2%
Excavate Single Thread Large 9.378s 9.402s +0.3%
Excavate Parallel Tasks Small 4.154s 4.121s -0.8%
Excavate Parallel Tasks Large 7.041s 7.013s -0.4%
Is Ip Performance 3.16ms 3.21ms +1.8%
Make Ip Type Performance 11.55ms 11.41ms -1.2%
Mixed Ip Operations 4.50ms 4.48ms -0.4%
Typical Queue Shuffle 62.76µs 62.69µs -0.1%
Priority Queue Shuffle 698.79µs 698.70µs -0.0%

🎯 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 (2e792da) to head (feda367).

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

☔ 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants