Home
last modified time | relevance | path

Searched refs:NewIssue (Results 1 – 25 of 231) sorted by relevance

12345678910

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/GoASTScanner/gas/rules/
H A Dtls.go50 return gas.NewIssue(c, n, str, gas.High, gas.High)
64 return gas.NewIssue(c, n, "TLS InsecureSkipVerify set true.", gas.High, gas.High)
68 return gas.NewIssue(c, n, "TLS InsecureSkipVerify may be true.", gas.High, gas.Low)
74 return gas.NewIssue(c, n, "TLS PreferServerCipherSuites set false.", gas.Medium, gas.High)
78 return gas.NewIssue(c, n, "TLS PreferServerCipherSuites may be false.", gas.Medium, gas.Low)
84 return gas.NewIssue(c, n, "TLS MinVersion too low.", gas.High, gas.High)
87 return gas.NewIssue(c, n, "TLS MinVersion may be too low.", gas.High, gas.Low)
93 return gas.NewIssue(c, n, "TLS MaxVersion too low.", gas.High, gas.High)
96 return gas.NewIssue(c, n, "TLS MaxVersion may be too low.", gas.High, gas.Low)
H A Dsubproc.go34 return gas.NewIssue(c, n, what, gas.High, gas.High), nil
42 return gas.NewIssue(c, n, what, gas.Medium, gas.High), nil
47 return gas.NewIssue(c, n, what, gas.Low, gas.High), nil
H A Derrors.go57 return gas.NewIssue(ctx, n, r.What, r.Severity, r.Confidence), nil
65 return gas.NewIssue(ctx, n, r.What, r.Severity, r.Confidence), nil
H A Dsql.go52 return gas.NewIssue(c, n, s.What, s.Severity, s.Confidence), nil
81 return gas.NewIssue(c, n, s.What, s.Severity, s.Confidence), nil
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/securego/gosec/v2/rules/
H A Dtls.go56 return gosec.NewIssue(c, ident, t.ID(), err, gosec.High, gosec.High)
70 return gosec.NewIssue(c, n, t.ID(), "TLS InsecureSkipVerify set true.", gosec.High, gosec.High)
74 … return gosec.NewIssue(c, n, t.ID(), "TLS InsecureSkipVerify may be true.", gosec.High, gosec.Low)
80 …return gosec.NewIssue(c, n, t.ID(), "TLS PreferServerCipherSuites set false.", gosec.Medium, gosec…
84 …return gosec.NewIssue(c, n, t.ID(), "TLS PreferServerCipherSuites may be false.", gosec.Medium, go…
141 return gosec.NewIssue(c, n, t.ID(), "TLS MinVersion too low.", gosec.High, gosec.High)
144 return gosec.NewIssue(c, n, t.ID(), "TLS MaxVersion too low.", gosec.High, gosec.High)
H A Dbind.go45 return gosec.NewIssue(c, n, r.ID(), r.What, r.Severity, r.Confidence), nil
52 return gosec.NewIssue(c, n, r.ID(), r.What, r.Severity, r.Confidence), nil
60 return gosec.NewIssue(c, n, r.ID(), r.What, r.Severity, r.Confidence), nil
H A Dreadfile.go83 return gosec.NewIssue(c, n, r.ID(), r.What, r.Severity, r.Confidence), nil
90 return gosec.NewIssue(c, n, r.ID(), r.What, r.Severity, r.Confidence), nil
99 return gosec.NewIssue(c, n, r.ID(), r.What, r.Severity, r.Confidence), nil
H A Dsubproc.go52 …return gosec.NewIssue(c, n, r.ID(), "Subprocess launched with variable", gosec.Medium, gosec.High)…
56 …return gosec.NewIssue(c, n, r.ID(), "Subprocess launched with function call as argument or cmd arg…
H A Dhardcoded_credentials.go75 return gosec.NewIssue(ctx, assign, r.ID(), r.What, r.Severity, r.Confidence), nil
94 return gosec.NewIssue(ctx, valueSpec, r.ID(), r.What, r.Severity, r.Confidence), nil
108 return gosec.NewIssue(ctx, binaryExpr, r.ID(), r.What, r.Severity, r.Confidence), nil
H A Derrors.go64 return gosec.NewIssue(ctx, n, r.ID(), r.What, r.Severity, r.Confidence), nil
73 return gosec.NewIssue(ctx, n, r.ID(), r.What, r.Severity, r.Confidence), nil
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/kunwardeep/paralleltest/tools/vendor/github.com/securego/gosec/v2/rules/
H A Dtls.go56 return gosec.NewIssue(c, ident, t.ID(), err, gosec.High, gosec.High)
70 return gosec.NewIssue(c, n, t.ID(), "TLS InsecureSkipVerify set true.", gosec.High, gosec.High)
74 … return gosec.NewIssue(c, n, t.ID(), "TLS InsecureSkipVerify may be true.", gosec.High, gosec.Low)
80 …return gosec.NewIssue(c, n, t.ID(), "TLS PreferServerCipherSuites set false.", gosec.Medium, gosec…
84 …return gosec.NewIssue(c, n, t.ID(), "TLS PreferServerCipherSuites may be false.", gosec.Medium, go…
141 return gosec.NewIssue(c, n, t.ID(), "TLS MinVersion too low.", gosec.High, gosec.High)
144 return gosec.NewIssue(c, n, t.ID(), "TLS MaxVersion too low.", gosec.High, gosec.High)
H A Dbind.go45 return gosec.NewIssue(c, n, r.ID(), r.What, r.Severity, r.Confidence), nil
52 return gosec.NewIssue(c, n, r.ID(), r.What, r.Severity, r.Confidence), nil
60 return gosec.NewIssue(c, n, r.ID(), r.What, r.Severity, r.Confidence), nil
H A Dreadfile.go67 return gosec.NewIssue(c, n, r.ID(), r.What, r.Severity, r.Confidence), nil
74 return gosec.NewIssue(c, n, r.ID(), r.What, r.Severity, r.Confidence), nil
81 return gosec.NewIssue(c, n, r.ID(), r.What, r.Severity, r.Confidence), nil
H A Dsubproc.go52 …return gosec.NewIssue(c, n, r.ID(), "Subprocess launched with variable", gosec.Medium, gosec.High)…
56 …return gosec.NewIssue(c, n, r.ID(), "Subprocess launched with function call as argument or cmd arg…
H A Dhardcoded_credentials.go75 return gosec.NewIssue(ctx, assign, r.ID(), r.What, r.Severity, r.Confidence), nil
94 return gosec.NewIssue(ctx, valueSpec, r.ID(), r.What, r.Severity, r.Confidence), nil
108 return gosec.NewIssue(ctx, binaryExpr, r.ID(), r.What, r.Severity, r.Confidence), nil
H A Derrors.go64 return gosec.NewIssue(ctx, n, r.ID(), r.What, r.Severity, r.Confidence), nil
73 return gosec.NewIssue(ctx, n, r.ID(), r.What, r.Severity, r.Confidence), nil
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/securego/gosec/v2/rules/
H A Dtls.go56 return gosec.NewIssue(c, ident, t.ID(), err, gosec.High, gosec.High)
70 return gosec.NewIssue(c, n, t.ID(), "TLS InsecureSkipVerify set true.", gosec.High, gosec.High)
74 … return gosec.NewIssue(c, n, t.ID(), "TLS InsecureSkipVerify may be true.", gosec.High, gosec.Low)
80 …return gosec.NewIssue(c, n, t.ID(), "TLS PreferServerCipherSuites set false.", gosec.Medium, gosec…
84 …return gosec.NewIssue(c, n, t.ID(), "TLS PreferServerCipherSuites may be false.", gosec.Medium, go…
141 return gosec.NewIssue(c, n, t.ID(), "TLS MinVersion too low.", gosec.High, gosec.High)
144 return gosec.NewIssue(c, n, t.ID(), "TLS MaxVersion too low.", gosec.High, gosec.High)
H A Dbind.go45 return gosec.NewIssue(c, n, r.ID(), r.What, r.Severity, r.Confidence), nil
52 return gosec.NewIssue(c, n, r.ID(), r.What, r.Severity, r.Confidence), nil
60 return gosec.NewIssue(c, n, r.ID(), r.What, r.Severity, r.Confidence), nil
H A Dreadfile.go83 return gosec.NewIssue(c, n, r.ID(), r.What, r.Severity, r.Confidence), nil
90 return gosec.NewIssue(c, n, r.ID(), r.What, r.Severity, r.Confidence), nil
99 return gosec.NewIssue(c, n, r.ID(), r.What, r.Severity, r.Confidence), nil
H A Dsubproc.go52 …return gosec.NewIssue(c, n, r.ID(), "Subprocess launched with variable", gosec.Medium, gosec.High)…
56 …return gosec.NewIssue(c, n, r.ID(), "Subprocess launched with function call as argument or cmd arg…
H A Dhardcoded_credentials.go75 return gosec.NewIssue(ctx, assign, r.ID(), r.What, r.Severity, r.Confidence), nil
94 return gosec.NewIssue(ctx, valueSpec, r.ID(), r.What, r.Severity, r.Confidence), nil
108 return gosec.NewIssue(ctx, binaryExpr, r.ID(), r.What, r.Severity, r.Confidence), nil
H A Derrors.go64 return gosec.NewIssue(ctx, n, r.ID(), r.What, r.Severity, r.Confidence), nil
73 return gosec.NewIssue(ctx, n, r.ID(), r.What, r.Severity, r.Confidence), nil
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/kunwardeep/paralleltest/tools/vendor/github.com/denis-tingajkin/go-header/
H A Danalyzer.go20 return NewIssue("Missed template for check")
32 return NewIssue("Missed header for check")
41 return NewIssue(fmt.Sprintf("Template has unknown value: %v", name))
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/denis-tingajkin/go-header/
H A Danalyzer.go57 return NewIssue("Missed template for check")
79 return NewIssue("Missed header for check")
89 return NewIssue(fmt.Sprintf("Template has unknown value: %v", name))
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/denis-tingajkin/go-header/
H A Danalyzer.go57 return NewIssue("Missed template for check")
79 return NewIssue("Missed header for check")
89 return NewIssue(fmt.Sprintf("Template has unknown value: %v", name))

12345678910