mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-27 17:05:27 +00:00
Removed comment
This commit is contained in:
parent
1d04c06808
commit
6fb0e8dc76
@ -9,22 +9,6 @@ import (
|
||||
|
||||
type jsonOutput map[string]interface{}
|
||||
|
||||
/*
|
||||
type jsonOutput struct {
|
||||
Template string `json:"template"`
|
||||
Type string `json:"type"`
|
||||
Matched string `json:"matched"`
|
||||
MatcherName string `json:"matcher_name,omitempty"`
|
||||
ExtractedResults []string `json:"extracted_results,omitempty"`
|
||||
Name string `json:"name"`
|
||||
Severity string `json:"severity"`
|
||||
Author string `json:"author"`
|
||||
Description string `json:"description"`
|
||||
Request string `json:"request,omitempty"`
|
||||
Response string `json:"response,omitempty"`
|
||||
Meta map[string]interface{} `json:"meta,omitempty"`
|
||||
}*/
|
||||
|
||||
// unsafeToString converts byte slice to string with zero allocations
|
||||
func unsafeToString(bs []byte) string {
|
||||
return *(*string)(unsafe.Pointer(&bs))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user