We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b759eb6 commit 8b51b34Copy full SHA for 8b51b34
src/cloudflare/types/url_scanner/scan_get_response.py
@@ -167,8 +167,6 @@ class ScanMetaProcessorsTech(BaseModel):
167
class ScanMetaProcessors(BaseModel):
168
categories: ScanMetaProcessorsCategories
169
170
- google_safe_browsing: List[str]
171
-
172
phishing: List[str]
173
174
rank: ScanMetaProcessorsRank
@@ -390,9 +388,6 @@ class ScanVerdictsOverallCategory(BaseModel):
390
388
class ScanVerdictsOverall(BaseModel):
391
389
categories: List[ScanVerdictsOverallCategory]
392
393
- gsb_threat_types: List[str]
394
- """Please visit https://safebrowsing.google.com/ for more information."""
395
396
malicious: bool
397
"""
398
At least one of our subsystems marked the site as potentially malicious at the
0 commit comments