Skip to content
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

Fixes #12361 and #12360 - Self XSS #12369

Closed
wants to merge 1 commit into from

Conversation

Achilles-96
Copy link
Contributor

@Achilles-96 Achilles-96 commented Jul 7, 2016

Before submitting pull request, please check that every commit:

  • Has proper Signed-Off-By
  • Has commit message which describes it
  • Is needed on it's own, if you have just minor fixes to previous commits, you can squash them
  • Any new functionality is covered by tests

Signed-off-by: Raghuram Vadapalli raghuram.vadapalli@research.iiit.ac.in

@codecov-io
Copy link

codecov-io commented Jul 7, 2016

Current coverage is 52.68%

Merging #12369 into master will decrease coverage by <.01%

@@             master     #12369   diff @@
==========================================
  Files           470        470          
  Lines         79530      79536     +6   
  Methods        2106       2106          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits          41901      41902     +1   
- Misses        37629      37634     +5   
  Partials          0          0          

Powered by Codecov. Last updated by aa3c345...b2c0e17

Signed-off-by: Raghuram Vadapalli <raghuram.vadapalli@research.iiit.ac.in>
{
return Util::backquote($val);
}, $GLOBALS[$current_grant[0]]);
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given you're manipulating globals here, how do you ensure this doesn't happen twice?

@nijel nijel self-assigned this Jul 29, 2016
@nijel
Copy link
Contributor

nijel commented Nov 10, 2016

Closing as this is not ready for merge:

  • there are merge conflicts
  • there are unresolved issues within the changes

@nijel nijel closed this Nov 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants