Skip to content

Commit

Permalink
Merge pull request #427 from bugcrowd/Session-Fixation-Local-Attack-V…
Browse files Browse the repository at this point in the history
…ector

Updates to recommendations for All three session fixation variants
  • Loading branch information
RRudder authored May 15, 2024
2 parents b4f0ced + 686f397 commit bef8236
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Recommendation(s)

The application should implement a session token renewal once a user has successfully authenticated.
The application should use a unique, randomly generated session identifier for each session and ensure that the identifier is regenerated upon successful authentication.

For further information, please see:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Recommendation(s)

The application should implement a session token renewal once a user has successfully authenticated.
The application should use a unique, randomly generated session identifier for each session and ensure that the identifier is regenerated upon successful authentication.

For further information, please see:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Recommendation(s)

The application should implement a session token renewal once a user has successfully authenticated.
The application should use a unique, randomly generated session identifier for each session and ensure that the identifier is regenerated upon successful authentication.

For further information, please see:

Expand Down

0 comments on commit bef8236

Please sign in to comment.