Hi,
Thank you for your work on detecting insecure code.
I’m trying to run the basic example of CodeShield on a Windows machine, but I’m encountering an error:
Exception while scanning for code security: [WinError 193] %1 is not a valid Win32 application.
I believe the error message comes from codeshield.py file : *await asyncio.gather(tasks)**
Interestingly, the same code runs perfectly on a Linux virtual machine.
Hi, Thank you for your work on detecting insecure code.
I’m trying to run the basic example of CodeShield on a Windows machine, but I’m encountering an error: Exception while scanning for code security: [WinError 193] %1 is not a valid Win32 application.
I believe the error message comes from codeshield.py file : *await asyncio.gather(tasks)**
Interestingly, the same code runs perfectly on a Linux virtual machine.
Could you please help me resolve this issue?