Skip to content

Commit

Permalink
fix: add module to additional package
Browse files Browse the repository at this point in the history
  • Loading branch information
knqyf263 committed May 30, 2021
1 parent 05b914a commit 24d0eb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osv/json.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ func Generate(id string, url string, r report.Report) []Entry {
if additional.Package != "" {
additionalImportPath = additional.Package
}
entryCopy.Module = additional.Module
entryCopy.Package.Name = additionalImportPath
entryCopy.EcosystemSpecific.Symbols = additional.Symbols
entryCopy.Affects = generateAffects(additional.Versions)
Expand Down

0 comments on commit 24d0eb9

Please sign in to comment.