New threat type on Chromium?

244 views
Skip to first unread message

Fanny Dwargee

unread,
Jan 5, 2017, 5:25:28 AM1/5/17
to Google Safe Browsing API
Hi,


// Types of threats.
enum ThreatType {
  // Unknown.
  THREAT_TYPE_UNSPECIFIED = 0;
  // Malware threat type.
  MALWARE_THREAT = 1;

  // Social engineering threat type.
  SOCIAL_ENGINEERING_PUBLIC = 2;

  // Unwanted software threat type.
  UNWANTED_SOFTWARE = 3;

  // Potentially harmful application threat type.
  POTENTIALLY_HARMFUL_APPLICATION = 4;

  // Social engineering threat type for internal use.
  SOCIAL_ENGINEERING = 5;

  // API abuse threat type.
  API_ABUSE = 6;
}

...there is a threat type (#6) not covered into the original v4 specification located at https://developers.google.com/safe-browsing/v4/reference/rest/v4/ThreatType

Is this a private threat type or is it related to the discrepancies reported by some users when Chrome/Firefox mark some URLs as potentially dangerous/phishing while direct use of the API v4 mark the same URLs as safe?

Regards,

Fanny

Alex Wozniak

unread,
Jan 6, 2017, 5:35:05 PM1/6/17
to Google Safe Browsing API
Hi Fanny,

Sharp eye :) That threat type is not available as part of the public API.

--
You received this message because you are subscribed to the Google Groups "Google Safe Browsing API" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-safe-browsi...@googlegroups.com.
To post to this group, send email to google-safe-...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-safe-browsing-api.
For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages