Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug(cloudformation): hardcoded AWS Access Key In Lambda #7074

Open
kylos101 opened this issue May 22, 2024 · 0 comments
Open

bug(cloudformation): hardcoded AWS Access Key In Lambda #7074

kylos101 opened this issue May 22, 2024 · 0 comments
Labels
aws PR related with AWS Cloud bug Something isn't working cloudformation CloudFormation query community Community contribution query New query feature

Comments

@kylos101
Copy link

Expected Behavior

The rule triggers when variable name appears sensitive.

Actual Behavior

The rule triggers if a variables value is 20 or 40 chars in length. It doesn't check the key name like the documentation implies. 馃悰

Steps to Reproduce the Problem

Try this, it'll fail, even though foo is not a sensitive variable name.

      Environment:
        Variables:
          foo: "12345678901234567890"

Specifications

(N/A if not applicable)

  • Version: 2.0.1
  • Platform: Linux
@kylos101 kylos101 added bug Something isn't working community Community contribution labels May 22, 2024
@github-actions github-actions bot added query New query feature cloudformation CloudFormation query aws PR related with AWS Cloud labels May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aws PR related with AWS Cloud bug Something isn't working cloudformation CloudFormation query community Community contribution query New query feature
Projects
None yet
Development

No branches or pull requests

1 participant