Skip to content

feat: added initial live DAST server implementation #170

feat: added initial live DAST server implementation

feat: added initial live DAST server implementation #170

Triggered via pull request December 11, 2024 11:36
Status Failure
Total duration 3m 30s
Artifacts

tests.yaml

on: pull_request
Matrix: Tests
Run example SDK
0s
Run example SDK
Template validate
0s
Template validate
CodeQL analysis
0s
CodeQL analysis
Release test
0s
Release test
Matrix: Functional tests
Matrix: Integration tests
Fit to window
Zoom out
Zoom in

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