silo.pub icon indicating copy to clipboard operation
silo.pub copied to clipboard

Micropub bridge for hosted blogs

Results 10 silo.pub issues
Sort by recently updated
recently updated
newest added

Hey, I noticed a possible XSS (https://www.owasp.org/index.php/Cross-site_Scripting_(XSS)) vulnerability in line: https://github.com/kylewm/silo.pub/blob/46aece85f8918f56ed75f1e11b544c10f70a17fc/silopub/micropub.py#L107 Unsanitized user input gets into flask.make_response() and then into user's browser. This opens a possibility for the attacker to...

Silo.pub makes it very easy to use Micropub clients to publish to XMLRPC endpoints. The reverse would also be quite useful, as there are a large number of clients out...

I have a podcast at https://wehavetoask.com/ with a FB page that I post to using [Screech](https://github.com/martymcguire/screech). I would like to use silo.pub to automate syndication to FB. Annoyingly, this is...

https://silo.pub/developers#vocab-facebook says: > **name** - title of an article. If name and content are provided, then silo.pub will post the full text. Does this mean the name will be included...

it looks like a bunch of properties are missing from the `silopub.cfg.template` file

see: https://github.com/snarfed/bridgy/issues/571

Bridgy does a brilliant thing providing users access to (a sanitized version of) the log. It's invaluable as a developer trying to integrate with Bridgy, and would be a TON...