phpGSB icon indicating copy to clipboard operation
phpGSB copied to clipboard

Update api to version 3.0

Open xdrew opened this issue 11 years ago • 8 comments

Google has released new version of api protocol. https://developers.google.com/safe-browsing/developers_guide_v3#Changes3.0 It would be nice to have these changes in phpGSB package.

xdrew avatar Sep 06 '14 08:09 xdrew

@xdrew It's definitely on the radar, will probably use it as an opportunity to introduce a refactor close to the development branch as well. Will update here when any progress is made.

samcleaver avatar Sep 12 '14 18:09 samcleaver

I just want to let you know, that Google is turning off the 2.2 version of the API after December 1, 2014.

https://developers.google.com/safe-browsing/developers_guide_v2

casperbiering avatar Nov 12 '14 09:11 casperbiering

Hello SamCleaver, GSB is great, but it is not working now. Google API V2.2 is turned. Please update the phpGSB for the GSB API new version 3.0

chandarateam avatar Dec 11 '14 03:12 chandarateam

They extend v2 until mid year 2015. https://groups.google.com/forum/#!topic/google-safe-browsing-api/OhZfJ3aok2I

Hopefully phpGSB support v3 by then.

ghost avatar Mar 01 '15 10:03 ghost

Hello everyone,

Any update on this? I'm working on adapting this to v3

Best Carlos

cminatti avatar Jan 14 '16 14:01 cminatti

is there a decent V3 ... or V4 of this somewhere?

joshp23 avatar Nov 07 '16 05:11 joshp23

I put a V4 implementation on github: https://github.com/web2all/safebrowsingv4 Its not click-and-run, but it works, we used it in production to scan url's in e-mail. Use the above with https://github.com/web2all/safebrowsingv4-sqlstorage to store data in a database, or rewrite the latter for your own framework or storage wishes.

merijnvdk avatar Dec 22 '17 10:12 merijnvdk

https://github.com/saippuakauppias/safe-browsing

saippuakauppias avatar Nov 22 '20 14:11 saippuakauppias