Remi

Results 5 issues of Remi

It seems to be working for me... I ran the tests and didn't get any issue either, but I would appreciate if anyone else gave their opinion. Thanks.

Starting Django 1.7 the create() method of db/SessionStore removes this line. I noticed an issue when using the SessionStore manually with Django 1.9 and django-user-sessions: ``` ipdb>session = import_module(settings.SESSION_ENGINE).SessionStore(some_session_key) ipdb>session['foo']...

Hi, I think I've noticed a possible XSS using this package when users are allowed to provide urls. Here is the code I've used reproduce the issue: ``` import embed_video...

Current version being downloaded when typing `vagrant plugin install vagrant-mutagen` is 0.1.3. I don't mind downloading the gem directly to install the latest version but it would be good to...