Skip to content

Commit

Permalink
Fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul committed Sep 16, 2022
1 parent 9586ed5 commit edf621b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/func.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ func NewScan(target Target) (Result, error) {
result := Result{
Logs: modelResult.Logs,
PoCs: modelResult.PoCs,
Params: modelResult.Params,
Duration: modelResult.Duration,
StartTime: modelResult.StartTime,
EndTime: modelResult.EndTime,
Expand Down
1 change: 1 addition & 0 deletions lib/interface_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ func TestResult_IsFound(t *testing.T) {
type fields struct {
Logs []string
PoCs []model.PoC
Params []model.ParamResult
Duration time.Duration
StartTime time.Time
EndTime time.Time
Expand Down

0 comments on commit edf621b

Please sign in to comment.