Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Add initial fixed-affected-matching work #1228 Reference: #1228 Signed-off-by: John M. Horan <[email protected]> * Add Prefetch and univers-based version comparison #1228 Reference: #1228 Signed-off-by: John M. Horan <[email protected]> * Update affected-fixed package matching #1228 Reference: #1228 Signed-off-by: John M. Horan <[email protected]> * Improve matching and reporting code and UI #1228 Reference: #1228 Signed-off-by: John M. Horan <[email protected]> * Add univers version, revise sort and related code, update and add new tests #1228 Reference: #1228 Signed-off-by: John M. Horan <[email protected]> * Move weakness test #1228 Reference: #1228 Signed-off-by: John M. Horan <[email protected]> * Modify UI, update dictionary and tests #1228 Reference: #1228 Signed-off-by: John M. Horan <[email protected]> * Begin replacing strings with objects in package details dictionary #1228 Reference: #1228 Signed-off-by: John M. Horan <[email protected]> * Clean current package details template and related model code #1228 Reference: #1228 Signed-off-by: John M. Horan <[email protected]> * Begin work on major-version issue #1228 Reference: #1228 Signed-off-by: John M. Horan <[email protected]> * Complete first round of major-version vetting #1228 Reference: #1228 Signed-off-by: John M. Horan <[email protected]> * Remove major-version code, clean comments etc. #1228 Reference: #1228 Signed-off-by: John M. Horan <[email protected]> * Begin test refactoring #1228 Reference: #1228 Signed-off-by: John M. Horan <[email protected]> * Finish package details code and template, refactor/create package-related tests #1228 Reference: #1228 Signed-off-by: John M. Horan <[email protected]> * Refactor package details-related code #1228 Reference: #1228 Signed-off-by: John M. Horan <[email protected]> * Update Package details UI and Package API #1228 Reference: #1228 Signed-off-by: John M. Horan <[email protected]> * Fix 1 of 4 failing API tests #1228 Reference: #1228 Signed-off-by: John M. Horan <[email protected]> * Add initial fixed-affected-matching work #1228 Reference: #1228 Signed-off-by: John M. Horan <[email protected]> * Explore context and Package class approaches for affected-fixed package matching #1228 Reference: #1228 Note that my updated code is still in testing/dev stage and has not yet been completed or cleaned. Signed-off-by: John M. Horan <[email protected]> * Add Prefetch and univers-based version comparison #1228 Reference: #1228 Signed-off-by: John M. Horan <[email protected]> * Update affected-fixed package matching #1228 Reference: #1228 Signed-off-by: John M. Horan <[email protected]> * Improve matching and reporting code and UI #1228 Reference: #1228 Signed-off-by: John M. Horan <[email protected]> * Add univers version, revise sort and related code, update and add new tests #1228 Reference: #1228 Signed-off-by: John M. Horan <[email protected]> * Begin work on major-version issue #1228 Reference: #1228 Signed-off-by: John M. Horan <[email protected]> * Complete first round of major-version vetting #1228 Reference: #1228 Signed-off-by: John M. Horan <[email protected]> * Remove major-version code, clean comments etc. #1228 Reference: #1228 Signed-off-by: John M. Horan <[email protected]> * Begin test refactoring #1228 Reference: #1228 Signed-off-by: John M. Horan <[email protected]> * Finish package details code and template, refactor/create package-related tests #1228 Reference: #1228 Signed-off-by: John M. Horan <[email protected]> * Commit the initial refactoring changes from last week #1228 Reference: #1228 Signed-off-by: John M. Horan <[email protected]> * Refactor package details-related code #1228 Reference: #1228 Signed-off-by: John M. Horan <[email protected]> * Update Package details UI and Package API #1228 Reference: #1228 Signed-off-by: John M. Horan <[email protected]> * Save test experiments including commented-out variations #1228 Reference: #1228 Signed-off-by: John M. Horan <[email protected]> * Fix 1 of 4 failing API tests #1228 Reference: #1228 Signed-off-by: John M. Horan <[email protected]> * Update API including "lesser" fixed by versions, fix and update failing tests #1228 Reference: #1228 Signed-off-by: John M. Horan <[email protected]> * Update APITestCasePackage() class #1228 Reference: #1228 Signed-off-by: John M. Horan <[email protected]> * Test lack of "vulnerability" property #1228 Reference: #1228 Signed-off-by: John M. Horan <[email protected]> * Update get_affected_vulnerabilities() and test #1228 Reference: #1228 Signed-off-by: John M. Horan <[email protected]> * Update MinimalPackageSerializer() and missing-vulnerability-key test #1228 Reference: #1228 Signed-off-by: John M. Horan <[email protected]> * Append inside the if condition #1228 Reference: #1228 Signed-off-by: John M. Horan <[email protected]> * Update get_vulnerability() method #1228 Reference: #1228 Signed-off-by: John M. Horan <[email protected]> * Enable test_models.py and fix failing tests #1228 Reference: #1228 Signed-off-by: John M. Horan <[email protected]> * Update per PR comments #1228 Reference: #1228 Signed-off-by: John M. Horan <[email protected]> * Convert Package method to PackageQuerySet method, clean code and tests #1228 Reference: #1228 Signed-off-by: John M. Horan <[email protected]> * Fix failing tests Signed-off-by: Tushar Goel <[email protected]> * Add property on functions in models Signed-off-by: Tushar Goel <[email protected]> * Add and fix tests, address other comments #1228 Reference: #1228 Signed-off-by: John M. Horan <[email protected]> --------- Signed-off-by: John M. Horan <[email protected]> Signed-off-by: John M. Horan [email protected] Signed-off-by: Tushar Goel <[email protected]> Co-authored-by: Tushar Goel <[email protected]>
- Loading branch information