Commit 3f01210
committed
fix cvss model to match released migration 0010
eb09bfe fixed the migrations but missed updating the model definition.
vector_string max_length=128 in the model would reject cvss v4.0 vectors
at the python level and cause makemigrations to generate a backwards
migration. no new migration needed as 0010 already set the db column
to 255.1 parent d33fb34 commit 3f01210
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
0 commit comments