Skip to content

Conversation

@trim21
Copy link
Contributor

@trim21 trim21 commented Oct 31, 2023

No description provided.

@trim21 trim21 marked this pull request as ready for review October 31, 2023 10:40
@trim21 trim21 marked this pull request as draft October 31, 2023 10:45
@trim21 trim21 marked this pull request as ready for review October 31, 2023 11:24
step('makeBucket(bucketName, region, cb)_region:eu-central-1_', (done) =>
client.makeBucket(`${bucketName}.sec.period`, 'eu-central-1', done),
step('makeBucket(bucketName, region, cb)_region:eu-central-1_', () =>
client.makeBucket(`${bucketName}.sec.period`, 'eu-central-1'),

Check failure

Code scanning / CodeQL

Hard-coded credentials

The hard-coded value "eu-central-1" is used as [authorization header](1).
isDifferentServerRegion = true
done()
}
clientUsEastRegion.makeBucket(`${bucketName}-region`, 'us-east-2', (err) => {

Check failure

Code scanning / CodeQL

Hard-coded credentials

The hard-coded value "us-east-2" is used as [authorization header](1).
@trim21
Copy link
Contributor Author

trim21 commented Nov 3, 2023

security warnings are false positive...

@trim21 trim21 marked this pull request as draft November 5, 2023 10:01
@trim21 trim21 marked this pull request as ready for review November 6, 2023 15:15
@trim21
Copy link
Contributor Author

trim21 commented Nov 8, 2023

resolve conflicts

@trim21
Copy link
Contributor Author

trim21 commented Nov 8, 2023

@prakashsvmx would you mind review this PR and approve ci?

and looks like CodeQL workflow failed, do you have any idea how to fix this?

@prakashsvmx
Copy link
Member

@prakashsvmx would you mind review this PR and approve ci?

and looks like CodeQL workflow failed, do you have any idea how to fix this?

This is a false positive, I think I ignored it in the past, let me check again.

@trim21
Copy link
Contributor Author

trim21 commented Nov 11, 2023

@prakashsvmx

@trim21
Copy link
Contributor Author

trim21 commented Nov 13, 2023

@kaankabalak

@prakashsvmx prakashsvmx merged commit db5189f into minio:master Nov 13, 2023
@trim21 trim21 deleted the makeBucket branch November 14, 2023 03:43
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.

3 participants