Drop MitreCVE table via migration#17143
Open
janriokrause wants to merge 2 commits intomainfrom
Open
Conversation
07836d3 to
13cb78d
Compare
Contributor
Author
|
Due to failing tests, the deletion of the |
Closed
1 task
13cb78d to
93f59e4
Compare
93f59e4 to
f0654cc
Compare
Contributor
Author
|
Rebased on top of PR #17142. Sorry for the mess. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## janriokrause/remove-cve-feed #17143 +/- ##
================================================================
+ Coverage 81.78% 82.02% +0.24%
================================================================
Files 175 175
Lines 9376 9325 -51
================================================================
- Hits 7668 7649 -19
+ Misses 1708 1676 -32 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
stevejalim
approved these changes
Apr 21, 2026
Contributor
stevejalim
left a comment
There was a problem hiding this comment.
LGTM
R+
Let's wait till the target PR is merged and deployed before we merge this one. Adding the Do Not Merge label now
b5dd53b to
cf021b7
Compare
f0654cc to
4ec6a98
Compare
cf021b7 to
28decf9
Compare
The `cve-feed.json` endpoint was already removed and redirected to 410 Gone in #16542. This removes the remaining Python backend: the `mitre_cve_feed` view, the `add_or_update_cve` management command logic, and all associated tests. A migration to drop the `MitreCVE` model and database table will be in a separate commit.
Follow-up from PR #17142
28decf9 to
674b6d8
Compare
4ec6a98 to
bcc93ac
Compare
Contributor
Author
|
Also removed MitreCVE from |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As a follow-up from PR #17142, delete the
MitreCVEtable via a migration.Closes issue #16519.