Skip to content

Commit

Permalink
Fixed spacing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
RRudder committed May 15, 2024
1 parent 4e8db44 commit ce18161
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
There is no single technique to stop SSRF from occurring. However, implementing the right combination of defensive measures within the application can prevent and limit the impact of SSRF. Some best practices include the following:

- Sanitize user input to only include expected values
- Within the application layer, use an allow list for approved DNS servers that the application can query. Additionally, rate limit the number of DNS queries that can be requested within a certain period of time
- Within the application layer, use an allow list for approved DNS servers that the application can query. Additionally, rate limit the number of DNS queries that can be requested within a certain period of time
- Within the network layer, apply segregation principles to limit the network access of the application to only needed areas of the network

For more information, refer to the following resources:
Expand Down

0 comments on commit ce18161

Please sign in to comment.