-
Notifications
You must be signed in to change notification settings - Fork 42
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
fix(#210): Reduce chances of XSS injections #211
fix(#210): Reduce chances of XSS injections #211
Conversation
9ef9862
to
53f43aa
Compare
Great work! |
- on the content field.
53f43aa
to
637d131
Compare
Hey @Radi85, this status reporting in taking too long on travis-ci. It maybe due to an issue at either end. Do you consider switching to GitHub actions? A lot of open-source repositories have migrated to it, and I too have had satisfactory experience. Although, It maybe a backroom strategy by Microsoft to have this migration. |
I have no never used actions but I would not mind to migrate since we are facing issues with Travis. I will have a look at it as soon as I have a time.
Microsoft 😆 |
I will try to make a patch for this one soon. |
One more thing, you'll have to add the password token to the secrets for automated release to PyPI with actions. I would suggest using a manual release as there have been instances in the past when secrets have been leaked(also I don't like microsoft). I can handle the release process, if you don't have the time. In case, you have any other suggestions, they are welcome. |
fixes #210