konveyor / rulesets

Collections of static code analysis rules
Apache License 2.0
1 stars 17 forks source link

[BUG] [RULES] False positive on "Windows file system path" azure-os-specific-00001 #84

Closed abrugaro closed 2 months ago

abrugaro commented 2 months ago

Konveyor version

0.5 beta 1

Tested with Kantra b0.5 beta1 Target: azure-appservice Source: none Source code used: https://github.com/openmrs/openmrs-core Rule triggered: azure-os-specific-00001 Windows file system path Report: https://drive.google.com/file/d/1ahfdONgJ1euCABSDDHlxX3cG4wsaVH2J/view?usp=sharing

This rule reported 14 incidents for the application, 13 of them were related to regexs, not actual Windows paths.

image image