Skip to content

TA#68974 [FIX] Web_custom_modifier

Codacy Production / Codacy Static Code Analysis required action Sep 17, 2024 in 0s

2 new issues (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 2
           

See the complete overview on Codacy

Annotations

Check warning on line 4 in web_custom_modifier/models/ir_ui_view.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

web_custom_modifier/models/ir_ui_view.py#L4

Using etree to parse untrusted XML data is known to be vulnerable to XML attacks. Replace etree with the equivalent defusedxml package.

Check warning on line 23 in web_custom_modifier/models/ir_ui_view.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

web_custom_modifier/models/ir_ui_view.py#L23

Unused variable 'arch'