aquasecurity / go-dep-parser

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

feat(pom): add support of line numbers for deps from base pom.xml #287

Closed DmitriyLewen closed 8 months ago

DmitriyLewen commented 8 months ago

Description

Add support of line numbers for deps from base pom.xml.

This PR doesn't add line numbers for:

Related issues

DmitriyLewen commented 8 months ago

It works! Thanks for help!

knqyf263 commented 8 months ago

@DmitriyLewen I refactored a bit so that we don't need to set nil to Locations in multiple places. Please review the change. https://github.com/aquasecurity/go-dep-parser/pull/287/commits/ca6bbaa99921765f96253edb23aa69ecca19f76b

DmitriyLewen commented 8 months ago

It looks good to me now.