Commit d5c8dff
Add CVSS4 support (#12751)
* cvss4: model + parsers
* cvss4: UI + rest tests + fixes
* add cvssv4 to forms, fix test
* add cvssv4 to forms, fix test
* simplify test_metrics_queries
* add cvssv4 to forms, fix test
* update how to write a parser guide
* fix one more test
* cvss4: add links to extnernal calculators
* cvss4: add links to extnernal calculators
* fix one more test
* fix one more test
* fix one more test
* fix and add tests
* show CVSS vector together in tooltip
* cleanup maxDiff
* fix tests
* update model help_text and verbose_name
* fix tests
* fix migration
* fix tests
* allow toggling of CVSS fields
* revert back to overriding the score field always
* fix tests
* fix tests
* Update docs/content/en/open_source/contributing/how-to-write-a-parser.md
* Update dojo/forms.py
Co-authored-by: Sean Reid <dogboat@users.noreply.github.com>
* Update dojo/forms.py
* Update dojo/models.py
Co-authored-by: Sean Reid <dogboat@users.noreply.github.com>
---------
Co-authored-by: Cody Maffucci <46459665+Maffooch@users.noreply.github.com>
Co-authored-by: Sean Reid <dogboat@users.noreply.github.com>1 parent d38dfdf commit d5c8dff
28 files changed
Lines changed: 744 additions & 294 deletions
File tree
- docs/content/en/open_source/contributing
- dojo
- db_migrations
- templates/dojo
- tools
- appcheck_web_application_scanner/engines
- aqua
- auditjs
- jfrog_xray_unified
- npm_audit_7_plus
- ptart
- qualys
- sonatype
- trivy
- tests
- unittests
- tools
Lines changed: 34 additions & 25 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
170 | 170 | | |
171 | | - | |
172 | | - | |
| 171 | + | |
| 172 | + | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
181 | 184 | | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
182 | 189 | | |
183 | | - | |
| 190 | + | |
| 191 | + | |
184 | 192 | | |
185 | 193 | | |
186 | 194 | | |
187 | 195 | | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
201 | 210 | | |
202 | 211 | | |
203 | | - | |
| 212 | + | |
204 | 213 | | |
205 | | - | |
| 214 | + | |
206 | 215 | | |
207 | 216 | | |
208 | 217 | | |
| |||
Lines changed: 45 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
0 commit comments