codefactor.io / CodeFactor
failed
Apr 3, 2024 in 1s
1 issue fixed. 3 issues found.
Annotations
Check notice on line 346 in trollsched/schedule.py
codefactor-io / CodeFactor
trollsched/schedule.py#L346
unresolved comment '# FIXME: ip1 or ip2 could be None if the pass is entirely inside the' (C100)
Check notice on line 84 in trollsched/writers.py
codefactor-io / CodeFactor
trollsched/writers.py#L84
Using ElementTree to parse untrusted XML data is known to be vulnerable to XML attacks. Replace ElementTree with the equivalent defusedxml package, or make sure defusedxml.defuse_stdlib() is called. (B405)
Check notice on line 557 in trollsched/schedule.py
codefactor-io / CodeFactor
trollsched/schedule.py#L557
unresolved comment '# TODO: is there a simpler way?' (C100)
Loading