Skip to content

Commit

Permalink
pushing to init tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eranturgeman committed May 21, 2024
1 parent d01623d commit 1310f09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packagehandlers/commonpackagehandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,5 @@ func GetVulnerabilityRegexCompiler(impactedName, impactedVersion, dependencyLine
regexpCompleteFormat := fmt.Sprintf(strings.ToLower(dependencyLineFormat), regexpFitImpactedName, regexpFitImpactedVersion)
return regexp.MustCompile(regexpCompleteFormat)
}

// adding a comment

0 comments on commit 1310f09

Please sign in to comment.