vulnix icon indicating copy to clipboard operation
vulnix copied to clipboard

Support TOML list syntax

Open ckauhaus opened this issue 7 years ago • 1 comments

It should be possible to state multiple whitelist entries for the same package. Support [[...]] TOML syntax in whitelists.

ckauhaus avatar Jul 27 '18 16:07 ckauhaus

What about switching from our custom parser to something like https://pypi.org/project/tomlkit/? That would give us [[...]] support 'for free'.

EggBaconAndSpam avatar Aug 30 '21 07:08 EggBaconAndSpam