aquasecurity / go-dep-parser

Dependency Parser for Multiple Programming Languages
MIT License
145 stars 109 forks source link

fix(python-packaging): skip MIME protocol error #261

Closed DmitriyLewen closed 1 year ago

DmitriyLewen commented 1 year ago

Description

Golang updated net/textproto package - https://cs.opensource.google/go/go/+/a6642e67e16b9d769a0c08e486ba08408064df19

After that we get error if MIME key or values contain bytes non-allowed by RFC 7230.

But if required fields (name and version in this case) found - we don't need to stop parsing.

Related Issues: