Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ice3man543 committed Jun 20, 2024
1 parent cd47375 commit 46b5462
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fingerprints.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ func (f *CompiledFingerprints) matchString(data string, part part) []matchPartRe
for _, implies := range fingerprint.implies {
technologies = append(technologies, matchPartResult{
application: implies,
version: version,
confidence: confidence,
})
}
Expand Down Expand Up @@ -340,7 +339,6 @@ func (f *CompiledFingerprints) matchKeyValueString(key, value string, part part)
for _, implies := range fingerprint.implies {
technologies = append(technologies, matchPartResult{
application: implies,
version: version,
confidence: confidence,
})
}
Expand Down Expand Up @@ -422,7 +420,6 @@ func (f *CompiledFingerprints) matchMapString(keyValue map[string]string, part p
for _, implies := range fingerprint.implies {
technologies = append(technologies, matchPartResult{
application: implies,
version: version,
confidence: confidence,
})
}
Expand Down

0 comments on commit 46b5462

Please sign in to comment.