mirror of
https://github.com/github/codeql.git
synced 2025-12-22 03:36:30 +01:00
Add a change note and reset the qhelp file
This commit is contained in:
@@ -32,28 +32,6 @@
|
||||
Instead, the user name and password could be supplied through environment variables,
|
||||
which can be set externally without hard-coding credentials in the source code.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The following code example connects to AWS using a hard-coded access key ID and secret key:
|
||||
</p>
|
||||
|
||||
<sample src="HardcodedAWSCredentials.java"/>
|
||||
|
||||
<p>
|
||||
Instead, the access key ID and secret key could be supplied through environment variables,
|
||||
which can be set externally without hard-coding credentials in the source code.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The following code example connects to Azure using a hard-coded user name and password or client secret:
|
||||
</p>
|
||||
|
||||
<sample src="HardcodedAzureCredentials.java"/>
|
||||
|
||||
<p>
|
||||
Instead, the username and password or client secret could be supplied through environment variables,
|
||||
which can be set externally without hard-coding credentials in the source code.
|
||||
</p>
|
||||
</example>
|
||||
|
||||
<references>
|
||||
@@ -61,14 +39,6 @@
|
||||
OWASP:
|
||||
<a href="https://www.owasp.org/index.php/Use_of_hard-coded_password">Use of hard-coded password</a>.
|
||||
</li>
|
||||
<li>
|
||||
Microsoft:
|
||||
<a href="https://docs.microsoft.com/en-us/azure/developer/java/sdk/identity-user-auth#username-password-credential">Azure authentication with user credentials</a>.
|
||||
</li>
|
||||
<li>
|
||||
Amazon:
|
||||
<a href="https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/credentials.html">Working with AWS Credentials</a>.
|
||||
</li>
|
||||
</references>
|
||||
|
||||
</qhelp>
|
||||
|
||||
Reference in New Issue
Block a user