ZOSOpenTools / meta

Meta repository to tie together the various underlying z/OS Open Source tools (ZOT) repositories here
https://zosopentools.github.io/meta/
Apache License 2.0
37 stars 26 forks source link

fix zopen-clean traversal #573

Closed DevonianTeuchter closed 8 months ago

DevonianTeuchter commented 8 months ago

Simplifies logic and should resolve #569 by restricting directory traversal and output commands

IgorTodorovskiIBM commented 8 months ago

We should add a couple of tests for clean under https://github.com/ZOSOpenTools/metaport/tree/main/tests. We can cover under a new issue, but it seems clean has no coverage as of yet.

DevonianTeuchter commented 8 months ago

We should add a couple of tests for clean under https://github.com/ZOSOpenTools/metaport/tree/main/tests. We can cover under a new issue, but it seems clean has no coverage as of yet.

Already PR'd: https://github.com/ZOSOpenTools/metaport/pull/26 :-)

IgorTodorovskiIBM commented 8 months ago

We should add a couple of tests for clean under https://github.com/ZOSOpenTools/metaport/tree/main/tests. We can cover under a new issue, but it seems clean has no coverage as of yet.

Already PR'd: ZOSOpenTools/metaport#26 :-)

Awesome!