mirror of https://github.com/daffainfo/nuclei.git
lint
parent
52beea3bcd
commit
46830d4402
|
@ -39,7 +39,9 @@ func Init(options *types.Options) error {
|
|||
return err
|
||||
}
|
||||
MemGuardian = mg
|
||||
go MemGuardian.Run(context.TODO())
|
||||
go func() {
|
||||
_ = MemGuardian.Run(context.TODO())
|
||||
}()
|
||||
}
|
||||
|
||||
lfaAllowed = options.AllowLocalFileAccess
|
||||
|
|
Loading…
Reference in New Issue