John M. Horan
John M. Horan
Addressed in #933
Also from https://github.com/nexB/vulnerablecode/issues/875:  This is also a good candidate to move on the PackageQuerySet class: ``` def order_by_purl(self): self.order_by("type", "namespace", "name", "version", "subpath", "qualifiers") ``` Then on the view...
@pombredanne Re responsiveness (and perhaps some wrapping and/or other display issues), please see my new issue https://github.com/nexB/vulnerablecode/issues/868. Some of the examples above are based on older code and handled in...
@pombredanne: (1) Re the wrapping issue with `Vulnerability ID`, I haven't seen that locally but in any event I just increased the column width (by 10px, rems to come later...
All tasks in this issue have either been completed or moved to a separate issue.
LGTM! 👍 (I added 1 minor comment/question.)
See also [Input PURL does not match output PURL #1274](https://github.com/nexB/vulnerablecode/issues/1274), just added a few minutes ago.
@TG1999 I've built some of my `univers` test code using the structure you showed me last week in a huddle screenshare. This is a relevant excerpt for an error that...
@TG1999 GH evidently won't allow me to upload my `.py` file, but here are 3 of the relevant data files I've generated. [conan_advisories.txt](https://github.com/nexB/univers/files/10797112/conan_advisories.txt) [conan_affected_ranges.txt](https://github.com/nexB/univers/files/10797114/conan_affected_ranges.txt) [conan_files.txt](https://github.com/nexB/univers/files/10797115/conan_files.txt)
@TG1999 Out of curiosity I've tested a number of other version range schemas, with these results: ``` # Errors: # ApacheVersionRange # AttributeError: type object 'NotImplementedError' has no attribute 'invert'...