jazzband / django-silk

Silky smooth profiling for Django
MIT License
4.32k stars 332 forks source link

Fix double-escaping of the curl and Python example code #709

Closed SpecLad closed 1 month ago

SpecLad commented 4 months ago

These code fragments are escaped when they are substituted into the silk/request.html template, so they should not be escaped an extra time when they are constructed.

Fixes #688.

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 86.80%. Comparing base (1cb4623) to head (8f96658).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #709 +/- ## ========================================== + Coverage 86.76% 86.80% +0.04% ========================================== Files 52 52 Lines 2115 2115 ========================================== + Hits 1835 1836 +1 + Misses 280 279 -1 ```

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

Archmonger commented 3 months ago

Sure I can review this tomorrow, but I'm technically not an admin for this repo.