ZupIT / horusec

Horusec is an open source tool that improves identification of vulnerabilities in your project with just one command.
https://horusec.io/
Apache License 2.0
1.15k stars 189 forks source link

Typescript file errors do not show up in VStudio report, but show up running horusec standalone. #1140

Open briancameron-appsec opened 1 year ago

briancameron-appsec commented 1 year ago

What happened:

I have a repository with some typescript files with a ".ts" extension and some with a ".tsx" extension. When I run horusec standalone I see issues with both kinds of files. However, when I run horusec in the VStudio plugin, the issues with ".ts" files are not showing up at all.

What you expected to happen:

Should see all errors when using Visual Studio, including with ".ts" files.

How to reproduce it (as minimally and precisely as possible):

Note that errors in a Typescript files with a ".ts" extension do not show up in the VStudio plugin, but show up when you run horusec standalone.

Anything else we need to know?:

Environment: