TokTok / c-toxcore

The future of online communications.
https://tox.chat
GNU General Public License v3.0
2.25k stars 284 forks source link

fix: Don't serve files from websockify. #2695

Closed iphydf closed 7 months ago

iphydf commented 7 months ago

Fixes security warning on websockify. It's not important, since this program isn't used, but it's better to not have vulnerable code in a security focussed project.


This change is Reviewable

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (710eb67) 73.10% compared to head (86f5e55) 73.14%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2695 +/- ## ========================================== + Coverage 73.10% 73.14% +0.04% ========================================== Files 149 149 Lines 30517 30517 ========================================== + Hits 22309 22322 +13 + Misses 8208 8195 -13 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.