Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
moonD4rk committed May 1, 2022
1 parent e05bb41 commit 03a1714
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/chrome/xss/dom/fuzz.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ import (

type VulPoint struct {
Url string `json:"url"`
Source TrackChian `json:"source"`
Sink TrackChian `json:"sink"`
Source TrackChain `json:"source"`
Sink TrackChain `json:"sink"`
}

type TrackChian struct {
type TrackChain struct {
Label string `json:"label"`
Stacktrace []struct {
Url string `json:"url"`
Expand Down

0 comments on commit 03a1714

Please sign in to comment.