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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test run: 1675796779 #35450

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Test run: 1675796779 #35450

wants to merge 1 commit into from

Conversation

adamberman
Copy link
Contributor

Test PR for test run_id 1675796779


import random
print(testing-1675796779)
if testing-1675796779 == testing-1675796779:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This expression is always True: testing-1675796779 == testing-1675796779 or testing-1675796779 != testing-1675796779. If testing for floating point NaN, use math.isnan(testing-1675796779), or cmath.isnan(testing-1675796779) if the number is complex.

Created by useless-eqeq.

print(testing-1675796779)
if testing-1675796779 == testing-1675796779:
print("got here")
client("s3", aws_secret_access_key="fakefakefake1675796779fakefake")
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A hard-coded credential was detected. It is not recommended to store credentials in source-code, as this risks secrets being leaked and used by either an internal or external malicious adversary. It is recommended to use environment variables to securely provide credentials or retrieve credentials from a secure vault or HSM (Hardware Security Module).

Created by hardcoded-token.


import random
print(testing-1675796779)
if testing-1675796779 == testing-1675796779:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This expression is always True: testing-1675796779 == testing-1675796779 or testing-1675796779 != testing-1675796779. If testing for floating point NaN, use math.isnan(testing-1675796779), or cmath.isnan(testing-1675796779) if the number is complex.

Created by useless-eqeq.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants