nix-community / vulnix

Vulnerability (CVE) scanner for Nix/NixOS.
BSD 3-Clause "New" or "Revised" License
433 stars 35 forks source link

Support TOML list syntax #44

Open ckauhaus opened 5 years ago

ckauhaus commented 5 years ago

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

EggBaconAndSpam commented 2 years ago

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