Skip to content

Commit

Permalink
Merge pull request #9618 from fullstackpotato/cvss-fix
Browse files Browse the repository at this point in the history
Fixing CVSS score for 2x templates
  • Loading branch information
ritikchaddha authored Apr 22, 2024
2 parents b36add7 + 741ba9d commit 559b471
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion http/misconfiguration/jupyter-ipython-unauth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ info:
severity: critical
description: Jupyter was able to be accessed without authentication.
classification:
cvss-metrics: AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
cvss-score: 10
cwe-id: CWE-288
metadata:
Expand Down
2 changes: 1 addition & 1 deletion http/misconfiguration/jupyter-lab-unauth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ info:
reference:
- https://paper.seebug.org/2058/
classification:
cvss-metrics: AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
cvss-score: 10
cwe-id: CWE-288
metadata:
Expand Down

0 comments on commit 559b471

Please sign in to comment.