-
-
Notifications
You must be signed in to change notification settings - Fork 668
fixing the xss problem #163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@driesvints LaravelIO is wonderful project, thanx for the hard work. |
Using this package -> https://github.com/mewebstudio/Purifier . My project is using it https://github.com/summerblue/phphub, HTMLPurifier is 🚀 |
Don't use dev-master. Use a real value real version constraint. |
composer.json
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you make the minor version a wildcard? Bug fixes may be pulled in automatically.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Erhm, I meant patch version of course.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it.
I'm gonna wait until next week with merging this in when I have more time. Laracon EU now :) |
Thanks a bunch! |
It is my honor. 😃 |
Here is the fix for: