Logo
Explore Help
Register Sign In
External/nuclei
1
0
Fork 0
You've already forked nuclei
mirror of https://github.com/projectdiscovery/nuclei.git synced 2025-12-17 17:05:25 +00:00
Code Issues Packages Projects Releases Wiki Activity
nuclei/pkg/keys/key.go

10 lines
276 B
Go
Raw Normal View History

nuclei v3 : misc updates (#4247) * use parsed options while signing * update project layout to v3 * fix .gitignore * remove example template * misc updates * bump tlsx version * hide template sig warning with env * js: retain value while using log * fix nil pointer derefernce * misc doc update --------- Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com>
2023-10-17 17:44:13 +05:30
// keys package contains the public key for verifying digital signature of templates
package keys
import _ "embed"
fix missing template_url for pd signed templates when executed from custom path (#5644)
2024-09-19 18:58:20 +05:30
const PDVerifier = "projectdiscovery/nuclei-templates"
nuclei v3 : misc updates (#4247) * use parsed options while signing * update project layout to v3 * fix .gitignore * remove example template * misc updates * bump tlsx version * hide template sig warning with env * js: retain value while using log * fix nil pointer derefernce * misc doc update --------- Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com>
2023-10-17 17:44:13 +05:30
//go:embed nuclei.crt
var NucleiCert []byte // public key for verifying digital signature of templates
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.6 Page: 94ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API