It looks like the latest version of the Clair database no longer contains a `vulnerability_fixedin_feature` table. Here is what I'm seeing: ``` $ ./scribevulnpolicy centos7 error generating policy: pq: relation "vulnerability_fixedin_feature" does not exist ``` It would appear the fix for this will involve finding some other way of extracting the same/equivalent information from other tables.