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

sanitize region input #197

Merged
merged 1 commit into from
Oct 14, 2021
Merged

sanitize region input #197

merged 1 commit into from
Oct 14, 2021

Conversation

pseudonym117
Copy link
Owner

region is sometimes user-controlled and allows for redirect attacks
in order to steal API keys. This is no longer possible.

region is sometimes user-controlled and allows for redirect attacks
in order to steal API keys. This is no longer possible.
@codecov
Copy link

codecov bot commented Oct 14, 2021

Codecov Report

Merging #197 (21faff6) into master (368cd2c) will decrease coverage by 0.08%.
The diff coverage is 90.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #197      +/-   ##
==========================================
- Coverage   93.81%   93.72%   -0.09%     
==========================================
  Files          83       85       +2     
  Lines        1002     1020      +18     
  Branches       69       71       +2     
==========================================
+ Hits          940      956      +16     
- Misses         41       42       +1     
- Partials       21       22       +1     
Impacted Files Coverage Δ
src/riotwatcher/LolWatcher.py 94.73% <ø> (ø)
src/riotwatcher/LorWatcher.py 100.00% <ø> (ø)
src/riotwatcher/TftWatcher.py 100.00% <ø> (ø)
src/riotwatcher/ValWatcher.py 100.00% <ø> (ø)
src/riotwatcher/riotwatcher.py 100.00% <ø> (ø)
src/riotwatcher/Handlers/IllegalArgumentError.py 66.66% <66.66%> (ø)
src/riotwatcher/Handlers/SanitationHandler.py 100.00% <100.00%> (ø)
src/riotwatcher/Handlers/__init__.py 100.00% <100.00%> (ø)
src/riotwatcher/__init__.py 100.00% <100.00%> (ø)
src/riotwatcher/exceptions.py 100.00% <100.00%> (ø)

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 368cd2c...21faff6. Read the comment docs.

@pseudonym117 pseudonym117 merged commit 8087ff6 into master Oct 14, 2021
@pseudonym117 pseudonym117 deleted the sanitize branch October 14, 2021 08:16
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.

1 participant