pinax / pinax-referrals

a referrals app for Django
MIT License
216 stars 74 forks source link

Fix potential phishing security risk #72

Closed PetrDlouhy closed 1 year ago

PetrDlouhy commented 1 year ago

Closes #71 .

codecov[bot] commented 1 year ago

Codecov Report

Base: 64.48% // Head: 67.98% // Increases project coverage by +3.49% :tada:

Coverage data is based on head (cbd8b36) compared to base (c0d3e47). Patch coverage: 77.77% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #72 +/- ## ========================================== + Coverage 64.48% 67.98% +3.49% ========================================== Files 11 11 Lines 245 253 +8 Branches 23 24 +1 ========================================== + Hits 158 172 +14 + Misses 76 73 -3 + Partials 11 8 -3 ``` | [Impacted Files](https://codecov.io/gh/pinax/pinax-referrals/pull/72?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pinax) | Coverage Δ | | |---|---|---| | [pinax/referrals/views.py](https://codecov.io/gh/pinax/pinax-referrals/pull/72/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pinax#diff-cGluYXgvcmVmZXJyYWxzL3ZpZXdzLnB5) | `84.44% <77.77%> (+3.36%)` | :arrow_up: | | [pinax/referrals/models.py](https://codecov.io/gh/pinax/pinax-referrals/pull/72/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pinax#diff-cGluYXgvcmVmZXJyYWxzL21vZGVscy5weQ==) | `69.07% <0.00%> (+2.06%)` | :arrow_up: | | [pinax/referrals/utils.py](https://codecov.io/gh/pinax/pinax-referrals/pull/72/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pinax#diff-cGluYXgvcmVmZXJyYWxzL3V0aWxzLnB5) | `80.95% <0.00%> (+19.04%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pinax). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pinax)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.