Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a test for runing from start to finish #86

Merged
merged 1 commit into from
Apr 28, 2024

Add a test for runing from start to finish

8cb255a
Select commit
Loading
Failed to load commit list.
Merged

Add a test for runing from start to finish #86

Add a test for runing from start to finish
8cb255a
Select commit
Loading
Failed to load commit list.
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)