Path to this page:
Subject: CVS commit: pkgsrc/security/nuclei
From: Leonardo Taccari
Date: 2023-10-30 22:11:21
Message id: 20231030211121.D4517FADC@cvs.NetBSD.org
Log Message:
nuclei: Update to 3.0.2
pkgsrc changes:
- (not documented or enforced in any way but...) nuclei since 3.0.0 now
needs Go 1.21.x
- No longer adjust WRKSRC: no longer needed, now default value is fine
Changes:
v3.0.2
## What's Changed
### Other Changes
* Fixed relative path issue for template loading
v3.0.1
## What's Changed
### Bug Fixes
* Fixed issues with template preprocessor + multi request variables indexing
v3.0.0
Nuclei v3 is now live and kicking!
We're excited to announce a variety of new features, enhancements, and
bug fixes for seamless vulnerability identification!
- For an in-depth understanding and details of the new elements, visit our v3 \
release blog:
<https://blog.projectdiscovery.io/nuclei-v3-featurefusion/>.
- Looking to get started with these features? Our Nuclei Docs:
<https://docs.nuclei.sh/template-guide/introduction> will guide you
through everything you need to know.
## What's Changed
### New Features
* Added support for code templates
* Added support for template signing + verification
* Added support for multi protocol execution
* Added support for template flow control in template (i.e javascript scripting)
* Added support for javascript protocol for scripting (includes 15+ protocol
libs)
* Added support for abstracted SDK to use nuclei as library
### Bug Fixes
* Fixed issue with `-fh2` option to make http2 connection request
* Added support to avoid duplicate issue creation in GitHub reporting
* Added support to avoid duplicate issue creation in GitLab reporting
### Maintenance
* Added support to use OS specific default config location
### Other Changes
* Added header fuzzing support in http templates (WIP)
* Added examples in help menu
Files: