Skip to content

Commit b70d2a7

Browse files
Merge pull request #10 from nightfallai/galen/galen/plat-1273-tabular-data
Add row and column range to locations.
2 parents ac6a1d0 + 406df1c commit b70d2a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/types/scanText.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,15 @@ export namespace ScanText {
2727
location: {
2828
byteRange: FindingRange
2929
codepointRange: FindingRange
30+
rowRange?: FindingRange
31+
columnRange?: FindingRange
3032
commitHash: string
3133
};
3234
redactedLocation?: {
3335
byteRange: FindingRange
3436
codepointRange: FindingRange
37+
rowRange?: FindingRange
38+
columnRange?: FindingRange
3539
commitHash: string
3640
}
3741
matchedDetectionRuleUUIDs: any[]

0 commit comments

Comments
 (0)