BrowserServicesKit icon indicating copy to clipboard operation
BrowserServicesKit copied to clipboard

Results 23 BrowserServicesKit issues
Sort by recently updated
recently updated
newest added

Task/Issue URL: https://app.asana.com/0/414235014887631/1207178910368620/f iOS: https://github.com/duckduckgo/iOS/pull/2795 macOS: Not needed. What kind of version bump will this require?: Minor ## Description Let's remove the VPN waitlist code. ## Testing Check platform specific...

stale

Please review the release process for BrowserServicesKit [here](https://app.asana.com/0/1200194497630846/1200837094583426). **Required**: Task/Issue URL: https://app.asana.com/0/0/1206919211758354/f iOS PR: https://github.com/duckduckgo/iOS/pull/2805 macOS PR: https://github.com/duckduckgo/macos-browser/pull/2723 What kind of version bump will this require?: Patch **Description**: This change...

DO NOT MERGE

Task/Issue URL: https://app.asana.com/0/72649045549333/1206805455884775/f iOS PR: https://github.com/duckduckgo/iOS/pull/2818 macOS PR: https://github.com/duckduckgo/macos-browser/pull/2740 What kind of version bump will this require?: Major Tech Design URL: https://app.asana.com/0/1205842942115003/1207147511614062/f **Description**: Subscription refactoring phase 1: https://app.asana.com/0/72649045549333/1207157941206685/f **OS Testing**:...

DO NOT MERGE

Please review the release process for BrowserServicesKit [here](https://app.asana.com/0/1200194497630846/1200837094583426). **Required**: Task/Issue URL: https://app.asana.com/0/0/1207234800675204/f iOS PR: https://github.com/duckduckgo/iOS/pull/2824 macOS PR: TODO (nothing on macOS changes, but I'll open PR for it to prove...

Please review the release process for BrowserServicesKit [here](https://app.asana.com/0/1200194497630846/1200837094583426). **Required**: Task/Issue URL: https://app.asana.com/0/414709148257752/1207106552424205/f iOS PR: https://github.com/duckduckgo/iOS/pull/2777 macOS PR: https://github.com/duckduckgo/macos-browser/pull/2684 What kind of version bump will this require?: Patch **Description**: Allows email...

ℹ️ This PR replaces #752. There's a small amount of extra context in that PR, based on my original diff ℹ️ **Required**: Task/Issue URL: iOS PR: N/A macOS PR: https://github.com/duckduckgo/BrowserServicesKit/pull/752...

Task/Issue URL: https://app.asana.com/0/1203790657351911/1207097497487052/f iOS PR: https://github.com/duckduckgo/iOS/pull/2790 macOS PR: TBD What kind of version bump will this require?: Patch **Description**: Introduce new source type to privacy dashboard. --- ###### Internal references:...

stale

Please review the release process for BrowserServicesKit [here](https://app.asana.com/0/1200194497630846/1200837094583426). **Required**: Task/Issue URL: https://app.asana.com/0/72649045549333/1205105078450227/f iOS PR: TBD (hopefully N/A) macOS PR: https://github.com/duckduckgo/macos-browser/pull/2162 What kind of version bump will this require?: Major/Minor/Patch **Optional**:...

stale

Task/Issue URL: https://app.asana.com/0/1177771139624306/1205259925028360/f iOS PR: todo macOS PR: todo What kind of version bump will this require?: Patch CC: @mallexxx **Steps to test this PR**: 1. See main task ---...

merge on approval

SecureStorageCryptoProvider.deriveKeyFromPassword has been using HMAC-SHA256 with 1024 iterations for several years. This is rather far away from the current [recommendation](https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html#pbkdf2) of 600,000 iterations, so I think it would be good...