From b47e99d319c54fc219673e1c5140dacb3303f7a6 Mon Sep 17 00:00:00 2001 From: "pixeebot[bot]" <104101892+pixeebot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 04:43:08 +0000 Subject: [PATCH] Use `shell=False` in `subprocess` Function Calls --- jtd_codebuild/generators/generator.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jtd_codebuild/generators/generator.py b/jtd_codebuild/generators/generator.py index e14d902..32577a5 100644 --- a/jtd_codebuild/generators/generator.py +++ b/jtd_codebuild/generators/generator.py @@ -68,8 +68,7 @@ def generate( safe_mkdir(target_path) process = subprocess.Popen( self._codegen_command(self.schema_path, target_path, target_language), - shell=True, - stdout=subprocess.PIPE, + shell=False, stdout=subprocess.PIPE, stderr=subprocess.PIPE, ) return [process] pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy