Skip to content

refactor: reduce bare-tail false positives#4

Merged
VisualBean merged 1 commit into
mainfrom
bare-tails
Jun 5, 2026
Merged

refactor: reduce bare-tail false positives#4
VisualBean merged 1 commit into
mainfrom
bare-tails

Conversation

@VisualBean

Copy link
Copy Markdown
Contributor

Reduces false positives caused by matching generic bare method names from qualified detector config entries.

Previously, qualified names like Function.prototype.constructor could also match standalone constructor(...), causing normal TypeScript class constructors to be treated as dynamic execution sinks. This change keeps full qualified/member matching while avoiding standalone matches for broad names like constructor, load, parse, exec, and request.

Closes #3

@VisualBean VisualBean merged commit a00e385 into main Jun 5, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[js/ts] False positives

1 participant