feat: added initial live DAST server implementation #170
tests.yaml
on: pull_request
Lint
3m 14s
Matrix: Tests
Run example SDK
0s
Template validate
0s
CodeQL analysis
0s
Release test
0s
Matrix: Functional tests
Matrix: Integration tests
Annotations
9 errors
Lint:
pkg/fuzz/stats/stats.go#L57
Error return value of `t.database.InsertMatchedRecord` is not checked (errcheck)
|
Lint:
pkg/fuzz/stats/stats.go#L70
Error return value of `t.database.InsertComponent` is not checked (errcheck)
|
Lint:
pkg/fuzz/stats/stats.go#L80
Error return value of `t.database.InsertError` is not checked (errcheck)
|
Lint:
pkg/fuzz/execute.go#L128
Error return value of `component.Iterate` is not checked (errcheck)
|
Lint:
internal/runner/runner.go#L691
Error return value of `r.dastServer.Start` is not checked (errcheck)
|
Lint:
internal/runner/runner.go#L104
const `pprofServerAddress` is unused (unused)
|
Lint:
cmd/nuclei/main.go#L225
var `nameGenerator` is unused (unused)
|
Lint:
pkg/input/formats/swagger/swagger.go#L50
ineffectual assignment to err (ineffassign)
|
Lint
issues found
|