]> git.ipfire.org Git - thirdparty/suricata-verify.git/commit
run: use 0 for undefined versioned components 158/head
authorJason Ish <jason.ish@oisf.net>
Wed, 20 Nov 2019 18:17:24 +0000 (12:17 -0600)
committerJason Ish <jason.ish@oisf.net>
Thu, 21 Nov 2019 15:32:30 +0000 (09:32 -0600)
commita14c568f26b93bbcef3672ad99739bcbff496a59
tree6c2860c0d60c77952afd26a8c4d46b17a4a433a3
parent175e8ec2ec36fefd163a8fb781bad3d61c9b93d9
run: use 0 for undefined versioned components

Fix the version parser to use 0 for undefined version
components instead of None to support looser version
specifications:

5 => 5.0.0
5.1 => 5.1.0
5.1.1 => 5.1.1
run.py