Skip to content

Commit

Permalink
chore: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MaineK00n committed Oct 8, 2024
1 parent b0c38ce commit b55c4e1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions models/vulninfos.go
Original file line number Diff line number Diff line change
Expand Up @@ -1100,22 +1100,22 @@ var (
// OvalMatch is a ranking how confident the CVE-ID was detected correctly
OvalMatch = Confidence{100, OvalMatchStr, 0}

// RedHatAPIMatch ranking how confident the CVE-ID was detected correctly
// RedHatAPIMatch is a ranking how confident the CVE-ID was detected correctly
RedHatAPIMatch = Confidence{100, RedHatAPIStr, 0}

// DebianSecurityTrackerMatch ranking how confident the CVE-ID was detected correctly
// DebianSecurityTrackerMatch is a ranking how confident the CVE-ID was detected correctly
DebianSecurityTrackerMatch = Confidence{100, DebianSecurityTrackerMatchStr, 0}

// UbuntuAPIMatch ranking how confident the CVE-ID was detected correctly
// UbuntuAPIMatch is a ranking how confident the CVE-ID was detected correctly
UbuntuAPIMatch = Confidence{100, UbuntuAPIMatchStr, 0}

// WindowsUpdateSearch ranking how confident the CVE-ID was detected correctly
// WindowsUpdateSearch is a ranking how confident the CVE-ID was detected correctly
WindowsUpdateSearch = Confidence{100, WindowsUpdateSearchStr, 0}

// WindowsRoughMatch ranking how confident the CVE-ID was detected correctly
// WindowsRoughMatch is a ranking how confident the CVE-ID was detected correctly
WindowsRoughMatch = Confidence{30, WindowsRoughMatchStr, 0}

// TrivyMatch ranking how confident the CVE-ID was detected correctly
// TrivyMatch is a ranking how confident the CVE-ID was detected correctly
TrivyMatch = Confidence{100, TrivyMatchStr, 0}

// ChangelogExactMatch is a ranking how confident the CVE-ID was detected correctly
Expand All @@ -1133,7 +1133,7 @@ var (
// NvdExactVersionMatch is a ranking how confident the CVE-ID was detected correctly
NvdExactVersionMatch = Confidence{100, NvdExactVersionMatchStr, 1}

// NvdRoughVersionMatch NvdExactVersionMatch is a ranking how confident the CVE-ID was detected correctly
// NvdRoughVersionMatch is a ranking how confident the CVE-ID was detected correctly
NvdRoughVersionMatch = Confidence{80, NvdRoughVersionMatchStr, 1}

// NvdVendorProductMatch is a ranking how confident the CVE-ID was detected correctly
Expand All @@ -1145,7 +1145,7 @@ var (
// FortinetExactVersionMatch is a ranking how confident the CVE-ID was detected correctly
FortinetExactVersionMatch = Confidence{100, FortinetExactVersionMatchStr, 1}

// FortinetRoughVersionMatch FortinetExactVersionMatch is a ranking how confident the CVE-ID was detected correctly
// FortinetRoughVersionMatch is a ranking how confident the CVE-ID was detected correctly
FortinetRoughVersionMatch = Confidence{80, FortinetRoughVersionMatchStr, 1}

// FortinetVendorProductMatch is a ranking how confident the CVE-ID was detected correctly
Expand Down

0 comments on commit b55c4e1

Please sign in to comment.