Skip to content

Commit

Permalink
Update testCode.js
Browse files Browse the repository at this point in the history
  • Loading branch information
UiANick authored Aug 1, 2023
1 parent 1974e15 commit 5a0746f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testFolder/testCode.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function getUserDetails(userId: string) {
}

// Security misconfiguration - Exposed API key
const apiKey = "1234567890";
const apiKey = "1234567890"; // nosemgrep apikey encrypted


// Insecure direct object reference - Insufficient authorization check
Expand Down

0 comments on commit 5a0746f

Please sign in to comment.