We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7f525 commit 406df1cCopy full SHA for 406df1c
src/types/scanText.ts
@@ -26,11 +26,15 @@ export namespace ScanText {
26
location: {
27
byteRange: FindingRange
28
codepointRange: FindingRange
29
+ rowRange?: FindingRange
30
+ columnRange?: FindingRange
31
commitHash: string
32
};
33
redactedLocation?: {
34
35
36
37
38
39
}
40
matchedDetectionRuleUUIDs: any[]
0 commit comments