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: CVE-2023-26303 #246

Merged
merged 3 commits into from Feb 22, 2023
Merged

🐛 FIX: CVE-2023-26303 #246

merged 3 commits into from Feb 22, 2023

Conversation

chrisjsewell
Copy link
Member

Fix unnecessary asserts, leading to crashes

Fix unnecessary asserts, leading to crashes
@codecov
Copy link

codecov bot commented Feb 22, 2023

Codecov Report

Base: 96.08% // Head: 96.05% // Decreases project coverage by -0.03% ⚠️

Coverage data is based on head (40e10b4) compared to base (2c93e0b).
Patch coverage: 90.90% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #246      +/-   ##
==========================================
- Coverage   96.08%   96.05%   -0.03%     
==========================================
  Files          62       62              
  Lines        3221     3223       +2     
==========================================
+ Hits         3095     3096       +1     
- Misses        126      127       +1     
Flag Coverage Δ
pytests 96.05% <90.90%> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
markdown_it/rules_core/replacements.py 91.22% <50.00%> (-1.63%) ⬇️
markdown_it/renderer.py 99.14% <100.00%> (+<0.01%) ⬆️
markdown_it/rules_core/smartquotes.py 99.15% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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

@chrisjsewell
Copy link
Member Author

cc @eslerm

@chrisjsewell chrisjsewell merged commit ae03c61 into master Feb 22, 2023
14 checks passed
@chrisjsewell chrisjsewell deleted the fix-CVE-2023-26303 branch February 22, 2023 04:56
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.

None yet

1 participant