phylum-dev / cli

Command line interface for the Phylum API
https://phylum.io
GNU General Public License v3.0
99 stars 10 forks source link

Use quick-xml to deserialize pom files #1387

Closed ejortega closed 3 months ago

ejortega commented 3 months ago

Uses quick-xml crate for deserialize pom files. It attempts to automatically detect the encoding and will fallback to utf-8 which does successfully parse the file.

Closes https://github.com/phylum-dev/cli/issues/1386

Checklist