Koen Rouwhorst

Results 16 comments of Koen Rouwhorst

@akilan27 Interesting. Thank you for confirming. So, it looks like, based on the API response, you cannot tell whether the tweet was either previously deleted or that it was a...

Hey @sepi2048, I like the idea! Could you open a pull request with these changes? I'm happy to help out.

Good points, thanks! I'd like to add that to this script. It really only makes sense to request the archive once. It might make sense to add a configure command...

> Just a suggestion that it might be useful to mirror the CRL list as it is published from one of the certificate distribution points. Also it would be interesting...

A similar vulnerability was found in 'redis-store'. It was assigned CVE-2017-1000248. They solved it by adding support for pluggable serialisers (and eventually removing support for 'Marshaller'). See: https://github.com/redis-store/redis-store/pull/290 cc @JeanMertz...

That's because the 'draft 6' schema in this gem is currently identified as: `http://json-schema.org/draft/schema#` (without the `-06` suffix) https://github.com/ruby-json-schema/json-schema/blob/9f19eb2d9787ecff7f1bbdda84ba74c9da0c2370/lib/json-schema/validators/draft6.rb#L47 Context: https://github.com/ruby-json-schema/json-schema/pull/376