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

fix: No html escape in callback arguments #565

Merged
merged 1 commit into from
Aug 17, 2024
Merged

fix: No html escape in callback arguments #565

merged 1 commit into from
Aug 17, 2024

Conversation

Nukesor
Copy link
Owner

@Nukesor Nukesor commented Aug 17, 2024

Fixes #564

@Nukesor Nukesor merged commit c9279a8 into main Aug 17, 2024
16 checks passed
@Nukesor Nukesor deleted the no-html-escape branch August 17, 2024 19:35
Copy link

codecov bot commented Aug 17, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 78.16%. Comparing base (afcd28d) to head (70cfb6c).
Report is 2 commits behind head on main.

Files Patch % Lines
pueue/src/daemon/callbacks.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #565      +/-   ##
==========================================
- Coverage   78.17%   78.16%   -0.02%     
==========================================
  Files          75       75              
  Lines        5824     5825       +1     
==========================================
  Hits         4553     4553              
- Misses       1271     1272       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

HTML escaping of callback arguments
1 participant