We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are one or more XSS issues in Cell Manager. I found it in OData View.
Steps of reproducing this problem is below:
Create Entity Type
Add Property
<script type="text/javascript">alert(JSON.parse(sessionStorage.getItem('sessionData')).access_token)</script>
The attacker using this vulnerability can get the user token stored in sessionStorage.
The text was updated successfully, but these errors were encountered:
There were some changes in past.
Please try below code.
<script type="text/javascript">alert(JSON.parse(sessionStorage.getItem('ManagerInfo')).token)</script>
Sorry, something went wrong.
Thanks. We will continue fixing them with jQuery's text method.
Related to #89
BUGFIXES: Sanitize Edm.string property OData View
c95ddce
Fixes personium#157
dixonsiu
Successfully merging a pull request may close this issue.
There are one or more XSS issues in Cell Manager.
I found it in OData View.
Steps of reproducing this problem is below:
Create Entity Type
andAdd Property
to the OData Scheme. (Type: String)The attacker using this vulnerability can get the user token stored in sessionStorage.
The text was updated successfully, but these errors were encountered: