Closed infosec-intern closed 3 years ago
The negative lookahead introduced in v1.6.1 incorrectly identified quotes in comments (//.*) as part of the string. This PR fixes that and the entity type in hex jumps from string to numeric
//.*
The negative lookahead introduced in v1.6.1 incorrectly identified quotes in comments (
//.*
) as part of the string. This PR fixes that and the entity type in hex jumps from string to numeric