Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Hunhoff <[email protected]>
  • Loading branch information
williballenthin and mike-hunhoff authored Jun 3, 2024
1 parent 12a78f3 commit 960ee86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capa/rules/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1456,7 +1456,7 @@ def _score_feature(scores_by_rule: Dict[str, int], node: capa.features.common.Fe

if 0xFFFF_FF00 <= v <= 0xFFFF_FFFF:
# Numbers close to u32::max_int are also probably pretty common,
# like signed numbers closed to 0 that are stored as unsigned ints.
# like signed numbers close to 0 that are stored as unsigned ints.
return 3

if 0xFFFF_FFFF_FFFF_FF00 <= v <= 0xFFFF_FFFF_FFFF_FFFF:
Expand Down

0 comments on commit 960ee86

Please sign in to comment.