Skip to content

Commit

Permalink
Update phishing protection datasets to 1686837 (#3494)
Browse files Browse the repository at this point in the history
Task/Issue URL:
https://app.asana.com/0/1199230911884351/1208691911762852/f

**Description**
Processing: hashPrefix
Existing SHA256:
f2a43e57eba01beb6ae6e69406d5a0b769015871f50e62ac0f2cd15afb3ae7a8
Existing revision: 1682412, new revision: 1686837
New SHA256:
05075ab14302a9e0329fbc0ba7e4e3118d7fa37846ec087c3942cfb1be92ffe0

Processing: filterSet
Existing SHA256:
c18cccf9dab535f88c1e4570a9bf2f6477b53614f6494de090393cdfea6bee67
Existing revision: 1682412, new revision: 1686837
New SHA256:
517e610cd7c304f91ff5aaee91d570f7b6e678dbe9744e00cdb0a3126068432f

---------

Co-authored-by: not-a-rootkit <not-a-rootkit@users.noreply.github.com>
Co-authored-by: Thomas Espach <tespach@duckduckgo.com>
  • Loading branch information
3 people authored Nov 8, 2024
1 parent 207c8ba commit 24104ed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions DuckDuckGo/PhishingDetection/PhishingDetection.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ public class PhishingDetection: PhishingSiteDetecting {
private let hashPrefixDataSHA: String

private init(
revision: Int = 1682412,
revision: Int = 1686837,
filterSetURL: URL = Bundle.main.url(forResource: "filterSet", withExtension: "json")!,
filterSetDataSHA: String = "c18cccf9dab535f88c1e4570a9bf2f6477b53614f6494de090393cdfea6bee67",
filterSetDataSHA: String = "517e610cd7c304f91ff5aaee91d570f7b6e678dbe9744e00cdb0a3126068432f",
hashPrefixURL: URL = Bundle.main.url(forResource: "hashPrefixes", withExtension: "json")!,
hashPrefixDataSHA: String = "f2a43e57eba01beb6ae6e69406d5a0b769015871f50e62ac0f2cd15afb3ae7a8",
hashPrefixDataSHA: String = "05075ab14302a9e0329fbc0ba7e4e3118d7fa37846ec087c3942cfb1be92ffe0",
detectionClient: PhishingDetectionAPIClient = PhishingDetectionAPIClient(),
dataProvider: PhishingDetectionDataProvider? = nil,
dataStore: PhishingDetectionDataSaving? = nil,
Expand Down
2 changes: 1 addition & 1 deletion DuckDuckGo/PhishingDetection/filterSet.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion DuckDuckGo/PhishingDetection/hashPrefixes.json

Large diffs are not rendered by default.

0 comments on commit 24104ed

Please sign in to comment.