Skip to content

Commit

Permalink
malformed android intents recommendation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RRudder authored Apr 27, 2023
1 parent 0f4822e commit 61b3b45
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 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.
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.

For more information, refer to the following resources:

Expand Down

0 comments on commit 61b3b45

Please sign in to comment.