Replies: 1 comment 1 reply
-
Hi @munntjlx, good question.
noseyparker/crates/noseyparker/src/match_type.rs Lines 194 to 200 in 3ab5860 The content-based rule ID is computed as the sha1sum of the rule's pattern: noseyparker/crates/noseyparker-rules/src/rule.rs Lines 96 to 99 in 3ab5860 A similar content-based So indeed, these so-called "structural" IDs should be invariant across scans and inputs. They will change when a rule's pattern changes (which is relatively rare). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I was wondering if the "Finding ID" is invariant across scans, repos, and results in a cardindality of 1:1 with rule types?
Beta Was this translation helpful? Give feedback.
All reactions