Skip to content

Commit

Permalink
Publish Latest 2022-03-31 (#291)
Browse files Browse the repository at this point in the history
Updates based on OWASP/wstg@c259391
  • Loading branch information
wstgbot authored Mar 31, 2022
1 parent 03c8040 commit a1289b1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Examples for Personal Identifying Information (PII) are:
- Medical insurance information
- Student information
- Credit and debit card numbers
- Drivers license and State ID information
- Driver's license and State ID information

## Test Objectives

Expand Down Expand Up @@ -127,7 +127,7 @@ If the web application has features that allow a user to change an account or ca

Use one of the following techniques to search for sensitive information.

Checking if password or encyrption key is hardcoded in the source code or configuration files.
Checking if password or encryption key is hardcoded in the source code or configuration files.

`grep -r –E "Pass | password | pwd |user | guest| admin | encry | key | decrypt | sharekey " ./PathToSearch/`

Expand Down

0 comments on commit a1289b1

Please sign in to comment.