Skip to content

Commit

Permalink
Revert recommendation change
Browse files Browse the repository at this point in the history
  • Loading branch information
RRudder authored Jun 18, 2024
1 parent 61b3b45 commit a03db25
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 perform input validation to ensure that all inputs, including the Intents sent to your application, meet the expected format and content while rejecting any malformed inputs. It’s also important to implement exception handling so that the application gracefully handles errors without crashing.
It is recommended to perform input validation to ensure that all inputs meet the expected format and content, while rejecting any malformed inputs. Input validation should consider limits to the total request, file upload, and extension sizes. It’s also important to implement exception handling so that the application gracefully handles errors without crashing. These preventative measures help against application-level DoS attacks.

For more information, refer to the following resources:

Expand Down

0 comments on commit a03db25

Please sign in to comment.