Skip to content

Commit d53f4cc

Browse files
Merge pull request #51 from bytebase/a-branch-15
update
2 parents 7eced4a + 159ae6b commit d53f4cc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

masking/global-masking-rule.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"id": "76356d81-6231-4128-9be7-2c549fc505f5",
99
"condition": {
1010
"expression": "classification_level in [\"2\", \"3\"]",
11-
"title": "x",
11+
"title": "",
1212
"description": ""
1313
},
1414
"semanticType": "bb.default-partial"
@@ -17,7 +17,7 @@
1717
"id": "1ddc47c9-6ab6-4760-accd-947bc1a5f155",
1818
"condition": {
1919
"expression": "classification_level in [\"4\"]",
20-
"title": "x",
20+
"title": "",
2121
"description": ""
2222
},
2323
"semanticType": "bb.default"

masking/semantic-type.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
{
1717
"id": "e8d3fd41-eba0-4afd-ae0f-32c91a4ee710",
18-
"title": "Personal sensitive data x",
18+
"title": "Personal sensitive data",
1919
"description": "Custom semantic type with full masking for personal sensitive data",
2020
"algorithm": {
2121
"fullMask": {
@@ -26,7 +26,7 @@
2626
{
2727
"id": "38b31ac4-b90d-44ac-b42a-19d9c76c83ea",
2828
"title": "Location",
29-
"description": "Custom semantic type with range masking for location x",
29+
"description": "Custom semantic type with range masking for location",
3030
"algorithm": {
3131
"rangeMask": {
3232
"slices": [

0 commit comments

Comments
 (0)