aquasecurity / go-dep-parser

Dependency Parser for Multiple Programming Languages
MIT License
144 stars 110 forks source link

fix(julia): fix parsing Julia v1.0 Manifests #292

Closed Octogonapus closed 7 months ago

Octogonapus commented 7 months ago

Julia v1.0 manifests are now parsed correctly.

This fixes the problem raised in https://github.com/aquasecurity/trivy/pull/5635

knqyf263 commented 7 months ago

Can we directly apply this fix to Trivy after this PR gets merged? I want to freeze go-dep-parser now.

Octogonapus commented 7 months ago

Indeed I could merge it into my Trivy PR if that's what you want.

knqyf263 commented 7 months ago

Yes,I'll let you know when we merge https://github.com/aquasecurity/trivy/pull/6094.

Octogonapus commented 7 months ago

This has been merged into https://github.com/aquasecurity/trivy/pull/5635

knqyf263 commented 7 months ago

Thanks!