Skip to content

v7.29.26

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Jun 19:46
· 3697 commits to master since this release

Zowe CLI

  • BugFix: Added extra filesystem checks when downloading config files with the zowe config import command. #2741
  • BugFix: Added extra filesystem checks when downloading data sets and USS files. #2741
  • BugFix: Added extra filesystem checks when downloading job spool. #2741
  • Breaking BugFix: Updated the zowe zos-files (ds/uss) edit command to prompt the user to trust custom editors. #2742
  • BugFix: Restricted access to daemon-related files and directories to the current user only on all platforms. The daemon directory, ~/.zowe/bin directory, the extracted native executable, the daemon PID file, and the Unix domain socket are now given owner-only permissions (0o700/0o600 on POSIX, owner-only ACL on Windows) to prevent other local users from accessing them. The daemon directory, the ~/.zowe/bin directory, and the native executable inside it are also re-restricted when they already exist, so that artifacts created before this fix with looser permissions are corrected on the next zowe daemon enable or zowe daemon restart. #2743

Imperative

  • Enhancement: Added isSubPath, containsBacktrack, and evaluatesToDir helper functions to the IO class. #2741
  • BugFix: Added extra filesystem checks when downloading config files with the zowe config import command. #2741

z/OS Files SDK

  • BugFix: Added extra filesystem checks when downloading data sets and USS files. #2741

z/OS Jobs SDK

  • BugFix: Added extra filesystem checks when downloading job spool. #2741