Skip to content

Commit 84d0106

Browse files
44past4serathius
andauthored
Update keps/sig-instrumentation/1753-logs-sanitization/README.md
Co-authored-by: Marek Siarkowicz <[email protected]>
1 parent 2d6aa3c commit 84d0106

File tree

1 file changed

+1
-1
lines changed
  • keps/sig-instrumentation/1753-logs-sanitization

1 file changed

+1
-1
lines changed

keps/sig-instrumentation/1753-logs-sanitization/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ func GlobalDatapolicyMapping(val interface{}) []string
147147

148148
### datapolicy verification library
149149

150-
datapolicy verification library will implement logic for checking if the provided value contains any sensitive data identified by the datapolicy tag. Verification will be performed using reflection. Recursion will stop on pointers as values for those are usually not logged. Verification will depend only on the datapol tags values. Values of individual fields of primitive types like string will not be chec ked other than checking if a given field is not empty.
150+
datapolicy verification library will implement logic for checking if the provided value contains any sensitive data identified by the datapolicy tag. Verification will be performed using reflection. Recursion will stop on pointers as values for those are usually not logged. Verification will depend only on the datapol tags values. Values of individual fields of primitive types like string will not be checked other than checking if a given field is not empty.
151151

152152
```go
153153
package datapol {

0 commit comments

Comments
 (0)