Skip to content

Commit

Permalink
Merge pull request #467 from bugcrowd/Non-Corporate-User
Browse files Browse the repository at this point in the history
Update rec for Non-Corporate User
  • Loading branch information
RRudder authored May 15, 2024
2 parents d7613f2 + 00fcad5 commit 19319a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Recommendation(s)

It is recommended to encrypt sensitive data, including secrets, both when at rest and when in transit. All data that is processed, stored, and transmitted by the application should be classified by business need, regulatory and industry requirements, and appropriate privacy laws.
It is recommended to encrypt secrets belonging to non-corporate users both when at rest and when in transit. All data that is processed, stored, and transmitted by the application should be classified by business need, regulatory and industry requirements, and appropriate privacy laws.

Additionally, it is best practice to not store sensitive data when it is no longer required, as data that is not retained cannot be accessed and used maliciously. All sensitive data including secrets should therefore be a part of a regularly reviewed maintenance cycle. This review cycle should include rotation of secrets.

Expand Down

0 comments on commit 19319a4

Please sign in to comment.