Jit - Scan IaC for Static Misconfigurations Test#8
Open
jit-ci[bot] wants to merge 1 commit intomasterfrom
Open
Jit - Scan IaC for Static Misconfigurations Test#8jit-ci[bot] wants to merge 1 commit intomasterfrom
jit-ci[bot] wants to merge 1 commit intomasterfrom
Conversation
| type = "redirect" | ||
| redirect { | ||
| port = "80" | ||
| protocol = "HTTP" |
Author
There was a problem hiding this comment.
Security control: Iac Misconfig Detection Terraform
Type: Aws Application Load Balancer (Alb) Should Not Listen On Http
Description: AWS Application Load Balancer (alb) should not listen on HTTP
Severity: HIGH
Fix suggestion:
This fix suggestion was generated by Jit. Please note that the suggestion might not always fit every use case. It is highly recommended that you check and review it before merging.
Suggestion guidelines
Issue Type: IncorrectValue
Expected value: 'default_action.redirect.protocol' should be equal to 'HTTPS'
Actual value: 'default_action.redirect.protocol' is equal 'HTTP'
Suggested change
| protocol = "HTTP" | |
| protocol = "HTTPS" |
Jit Bot commands and options (e.g., ignore issue)
You can trigger Jit actions by commenting on this PR review:
#jit_ignore_fpIgnore and mark this specific single instance of finding as “False Positive”#jit_ignore_acceptIgnore and mark this specific single instance of finding as “Accept Risk”#jit_undo_ignoreUndo ignore command
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.
No description provided.