Skip to content

[pull] main from VirusTotal:main#229

Merged
pull[bot] merged 1 commit into
threatcode:mainfrom
VirusTotal:main
May 27, 2026
Merged

[pull] main from VirusTotal:main#229
pull[bot] merged 1 commit into
threatcode:mainfrom
VirusTotal:main

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented May 27, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

Introduces a "fast scan" mode that optimizes scanning performance by
avoiding the tracking of all pattern matches when they are not strictly
required by a rule's condition.

This mode is beneficial for rules with simple boolean conditions (e.g.,
`$a`) where only the presence of a match matters, not its specific
offsets or count. When enabled, only the first occurrence of a
fast-scanned pattern is reported.

Patterns used in contexts like count (`#a`), offset (`@a`), length (`!a`),
anchored matches, or within `for ... of` loops requiring detailed match
information, automatically disable fast scan for themselves during
compilation.
@pull pull Bot locked and limited conversation to collaborators May 27, 2026
@pull pull Bot added the ⤵️ pull label May 27, 2026
@pull pull Bot merged commit a9ebdf7 into threatcode:main May 27, 2026
14 of 15 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant