Skip to content

Add a test for runing from start to finish

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

See this annotation in the file changed.

@codefactor-io 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

See this annotation in the file changed.

@codefactor-io 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

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

trollsched/schedule.py#L557

unresolved comment '# TODO: is there a simpler way?' (C100)