Skip to content

Commit

Permalink
Add some other issues hehe
Browse files Browse the repository at this point in the history
  • Loading branch information
sdimitrijevikj committed Sep 24, 2024
1 parent 6472587 commit c6464e5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,17 @@ export default function Home() {
</ul>
</nav>

<h2>Comments, Oops:
AWS_ACCESS_KEY_ID=AKIA2OGYBAH6TDQ3GH4E
AWS_SECRET_ACCESS_KEY=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

Check failure on line 39 in pages/index.js

View check run for this annotation

Orca Security (EU) / Orca Security - Secrets

[HIGH] AWS Secret Access Key

Details: Paired with the AWS Access Key ID, this secret key provides access to AWS services. If revealed, it could lead to unauthorized control over AWS resources, data breaches, and financial harm. IMPORTANT: We have detected that the secret is still valid. Immediate attention is required. Recommendation: Take immediate action to mitigate the risk of the identified hard-coded secret by locating where it is used, revoking it, and ensuring it is updated across all dependent systems.
</h2>

<div className={styles.grid}>
</div>
<h2>Comments</h2>
<ul>
{comments.map((comment, index) => (
<li key={`${index}-comment`} dangerouslySetInnerHTML={{__html: comment}} />
<li key={`${index}-comment`}>{comment}</li>
))}
</ul>
<div>
Expand Down

0 comments on commit c6464e5

Please sign in to comment.