Skip to content

Commit

Permalink
Using optional instead of or
Browse files Browse the repository at this point in the history
  • Loading branch information
richardweiss80 committed Oct 9, 2023
1 parent 55f5496 commit b35f41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nursery/encrypt-data-using-rc4-via-systemfunction032.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ rule:
- and:
- match: link function at runtime on Windows
- string: "SystemFunction032"
- or:
- optional:
- string: /advapi32/i
- string: /cryptsp/i

0 comments on commit b35f41d

Please sign in to comment.