bytehide / TrojanSourceDetector4Dotnet

Small CLI tool to check if your .NET projects have been affected with the trojan source vulnerability.
20 stars 8 forks source link

Several refinements #1

Closed sharpninja closed 2 years ago

sharpninja commented 2 years ago
Flag Purpose
-Verbose (-v) Output the lines with problems both as they appear and with the unicode character tag displayed.
-ESC (-e) Exclude escape character (\u7F)
-BOM (-b) Exclude Unicode Byte-order Marks (\uFEFF)

If the first parameter is a valid folder, it will be used instead of prompting the user for a folder to scan.

sharpninja commented 2 years ago

Will this be making it to Nuget soon?

jespanag commented 2 years ago

Yes, nuget it's processing package rigth now!