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

Bug/4817 abuse of invite system #4945

Merged
merged 3 commits into from
Aug 5, 2019

Conversation

androolloyd
Copy link
Contributor

Description

Removed invite_url from the JavaScript global scope
Removed invite_url from the share bounty client request
Removed invite_url from the share bounty server request handler

Refers/Fixes

#4817

Testing

Email's that are sent contain an invite_url generated correctly by the server

Screen Shot 2019-08-03 at 11 47 51 AM

- invite_url variable removed from the dom
- invite_url removed from the client request when sharing a bounty
@codecov
Copy link

codecov bot commented Aug 3, 2019

Codecov Report

Merging #4945 into master will increase coverage by <.01%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4945      +/-   ##
==========================================
+ Coverage   30.63%   30.63%   +<.01%     
==========================================
  Files         216      216              
  Lines       17496    17494       -2     
  Branches     2389     2388       -1     
==========================================
  Hits         5360     5360              
+ Misses      11920    11917       -3     
- Partials      216      217       +1
Impacted Files Coverage Δ
app/dashboard/views.py 14.21% <0%> (+0.01%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 43331e2...cf2045f. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Aug 3, 2019

Codecov Report

Merging #4945 into master will increase coverage by <.01%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4945      +/-   ##
==========================================
+ Coverage   30.63%   30.63%   +<.01%     
==========================================
  Files         216      216              
  Lines       17496    17494       -2     
  Branches     2389     2388       -1     
==========================================
  Hits         5360     5360              
+ Misses      11920    11917       -3     
- Partials      216      217       +1
Impacted Files Coverage Δ
app/dashboard/views.py 14.21% <0%> (+0.01%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 43331e2...cf2045f. Read the comment docs.

@androolloyd
Copy link
Contributor Author

Not sure why codecoverage on my patch is coming in at 0, all i did was remove a couple of variables from global js scope and from the client/server request handler.

Copy link
Member

@thelostone-mc thelostone-mc left a comment

Choose a reason for hiding this comment

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

LGTM

@danlipert
Copy link
Contributor

Not sure why codecoverage on my patch is coming in at 0, all i did was remove a couple of variables from global js scope and from the client/server request handler.

Don't worry about codecoverage, its more of a reminder to add coverage if appropriate

@thelostone-mc thelostone-mc merged commit 0fde783 into master Aug 5, 2019
@androolloyd androolloyd deleted the bug/4817-abuse-of-invite-system branch September 12, 2019 11:46
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.

3 participants