-
-
Notifications
You must be signed in to change notification settings - Fork 775
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
Check for auth on importing linkedin data #4429
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4429 +/- ##
==========================================
- Coverage 30.13% 30.12% -0.01%
==========================================
Files 208 208
Lines 16787 16791 +4
Branches 2254 2256 +2
==========================================
Hits 5058 5058
- Misses 11535 11539 +4
Partials 194 194
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #4429 +/- ##
==========================================
+ Coverage 30.02% 30.02% +<.01%
==========================================
Files 209 209
Lines 16881 16884 +3
Branches 2276 2277 +1
==========================================
+ Hits 5069 5070 +1
- Misses 11616 11618 +2
Partials 196 196
Continue to review full report at Codecov.
|
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.
@danlipert we could make this bit cleaner by simply using @login_required
decorator
would be cleaner. We've used in for other views!
@thelostone-mc I've added the |
Description
This PR checks if the user is authenticated before accepting the updated data for their job opportunity profile.
Refers/Fixes
This issue was referred to us by a security researcher.
Testing
After this change I am still able to update my own profile. If I change to change the profile handle in the URL I now receive a bad request error