Skip to content

[🐛 Bug]: HTML descriptions got broken in 0.45.0 #4986

Closed
@YoannD42

Description

@YoannD42

The descriptions like :

"description": "\n <h2>Test Failure: <code>test_segment_jump_with_loop</code></h2>\n <h3><a href [...]

Now gives :

Image

In the new version. As if everything was embedded / sanitized in a < pre > tag.

In the previous release, it used to be :

Image

Example of payload :

"description": "\n <h2>Test Failure: <code>test_segment_jump_with_loop</code></h2>\n <h3><a href=\"https://test/\">Link</a></h3>\n <h3>Short Trace</h3>\n <pre><code>Exception: No trigger detected</code></pre>\n <h3>Full Trace</h3>\n <pre><code>ble_dongle = <ble_hci_dongle.HCIDongle object at 0x7ffadfc71660>, lead_type = 2\npts_logic_analyzer = <ikalogic.src.SP209_Wrapper.SP209_Wrapper_GTX object at 0x7ffadfc70910>\n\n @pytest.mark.scenario </code></pre>\n <h3>Logs</h3>\n <pre><code>MC logs:\nLog container 0 program id 1</code></pre>\n ", "description_format": "html",

CC @Kiryous

Metadata

Metadata

Assignees

Labels

BugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions