Closed hmstepanek closed 5 months ago
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
✅ PYTHON | bandit | 1 | 0 | 5.86s | |
✅ PYTHON | black | 2 | 0 | 0 | 1.17s |
✅ PYTHON | flake8 | 2 | 0 | 0.59s | |
✅ PYTHON | isort | 2 | 0 | 0 | 0.31s |
✅ PYTHON | pylint | 2 | 0 | 5.05s |
See detailed report in MegaLinter reports
_Set VALIDATE_ALL_CODEBASE: true
in mega-linter.yml to validate all sources, not only the diff_
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 81.59%. Comparing base (
45b575f
) to head (52a452a
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Overview
Previously, if there was no content length header and browser injection was enabled, the ASGI wrapper would fail with a TypeError as the header_value would be None. Now, the except clause catches both type and value errors.
Fixes #1150.