Skip to content

Commit

Permalink
fix(checks): Severity for Lambda URL checks (#1162)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfagoagas authored May 25, 2022
1 parent dd7d25d commit 432416d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion checks/check_extra7179
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CHECK_ID_extra7179="7.179"
CHECK_TITLE_extra7179="[extra7179] Check Public Lambda Function URL"
CHECK_SCORED_extra7179="NOT_SCORED"
CHECK_CIS_LEVEL_extra7179="EXTRA"
CHECK_SEVERITY_extra7179="Critical"
CHECK_SEVERITY_extra7179="High"
CHECK_ASFF_RESOURCE_TYPE_extra7179="AwsLambdaFunction"
CHECK_ALTERNATE_check7179="extra7179"
CHECK_SERVICENAME_extra7179="lambda"
Expand Down
2 changes: 1 addition & 1 deletion checks/check_extra7180
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CHECK_ID_extra7180="7.180"
CHECK_TITLE_extra7180="[extra7180] Check Lambda Function URL CORS configuration"
CHECK_SCORED_extra7180="NOT_SCORED"
CHECK_CIS_LEVEL_extra7180="EXTRA"
CHECK_SEVERITY_extra7180="Critical"
CHECK_SEVERITY_extra7180="Medium"
CHECK_ASFF_RESOURCE_TYPE_extra7180="AwsLambdaFunction"
CHECK_ALTERNATE_check7180="extra7180"
CHECK_SERVICENAME_extra7180="lambda"
Expand Down

0 comments on commit 432416d

Please sign in to comment.