[PR #1458] [MERGED] handle intent exceptions to prevent denial of service #2903

Closed
opened 2025-11-26 23:25:43 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/1458
Author: @mpbw2
Created: 7/12/2021
Status: Merged
Merged: 7/12/2021
Merged by: @mpbw2

Base: masterHead: hackerone-dos


📝 Commits (1)

  • 64bd834 handle intent exceptions to prevent denial of service

📊 Changes

1 file changed (+25 additions, -18 deletions)

View changed files

📝 src/Android/MainActivity.cs (+25 -18)

📄 Description

From a hackerone report, it's relatively easy to crash the Android app via the intent mechanism, so we're catching any exceptions to prevent this kind of denial of service attack.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/1458 **Author:** [@mpbw2](https://github.com/mpbw2) **Created:** 7/12/2021 **Status:** ✅ Merged **Merged:** 7/12/2021 **Merged by:** [@mpbw2](https://github.com/mpbw2) **Base:** `master` ← **Head:** `hackerone-dos` --- ### 📝 Commits (1) - [`64bd834`](https://github.com/bitwarden/android/commit/64bd8341832373e14c822b20fd084403ff5e5dc4) handle intent exceptions to prevent denial of service ### 📊 Changes **1 file changed** (+25 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `src/Android/MainActivity.cs` (+25 -18) </details> ### 📄 Description From a hackerone report, it's relatively easy to crash the Android app via the intent mechanism, so we're catching any exceptions to prevent this kind of denial of service attack. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-26 23:25:43 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#2903