alexandrehtrb / Pororoca

An API testing tool with support for HTTP/2 and HTTP/3. Alternative to Postman.
https://pororoca.io
Other
500 stars 38 forks source link

Please fix this security concern #26

Open caoyang1024 opened 1 year ago

caoyang1024 commented 1 year ago

image

image

alexandrehtrb commented 1 year ago

Hello,

This happens because currently the program is not signed with a code-signing certificate and Windows SmartScreen considers that as an unrecognized app.

It is safe to run, you can safely ignore the warning.

I am planning on code-signing with a certificate in the future.