Skip to content

Commit 24d0eb9

Browse files
committed
fix: add module to additional package
1 parent 05b914a commit 24d0eb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

osv/json.go

+1
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ func Generate(id string, url string, r report.Report) []Entry {
184184
if additional.Package != "" {
185185
additionalImportPath = additional.Package
186186
}
187+
entryCopy.Module = additional.Module
187188
entryCopy.Package.Name = additionalImportPath
188189
entryCopy.EcosystemSpecific.Symbols = additional.Symbols
189190
entryCopy.Affects = generateAffects(additional.Versions)

0 commit comments

Comments
 (0)