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: Escaping in wsgi template #633

Merged
merged 1 commit into from
Sep 23, 2024
Merged

fix: Escaping in wsgi template #633

merged 1 commit into from
Sep 23, 2024

Conversation

makseq
Copy link
Member

@makseq makseq commented Sep 23, 2024

logging.config.dictConfig({{
}})

was accidentally replaced to

logging.config.dictConfig({
})

This PR fixes it.

Copy link

ellipsis-dev bot commented Sep 23, 2024

Your free trial has expired. To keep using Ellipsis, sign up at https://app.ellipsis.dev for $20/seat/month or reach us at [email protected]

@makseq makseq merged commit 0f47d25 into master Sep 23, 2024
6 checks passed
@makseq makseq deleted the fix/escaping-wsgi branch September 23, 2024 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants