You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From @kupsch, regarding p.29 3.4.5 (artifactLocation.)index property:
There should be a mechanism to redact multiple uriBaseIds, but still allow them to be different directories in the file system. If the redactionToken is used then there needs to be a note that if the redactionToken is present in segment, then each use within a uri should be considered a unique (undisclosed) location in the file system, just like a uri with "..". If the redactionToken appears in a uriBaseId's uri, then the uriBaseId should be treated as if it were a unique (undisclosed) directory location, but all uses of the that uriBaseId with the redacted segment should be considered to have the same unique (undisclosed) path prefix. For instance if the redactionToken is "[REDACTED]", and a uriBaseId named X has a uri of "[REDACTED]", then { uriBaseId = "X", uri = "f.c"} and { uriBaseId = "X", uri = "f.c"} are the same path, whereas { uri = "[REDACTED]/f.c } and { uri = "[REDACTED]/f.c } should not be considered the same path.
The text was updated successfully, but these errors were encountered:
ghost
changed the title
Each redaction token in an originalUriBaseId is a represents a unique location.
Each redaction token in an originalUriBaseId represents a unique location.
Apr 16, 2019
From @kupsch, regarding p.29 3.4.5 (artifactLocation.)index property:
There should be a mechanism to redact multiple
uriBaseIds
, but still allow them to be different directories in the file system. If theredactionToken
is used then there needs to be a note that if theredactionToken
is present in segment, then each use within auri
should be considered a unique (undisclosed) location in the file system, just like auri
with".."
. If theredactionToken
appears in auriBaseId
'suri
, then theuriBaseId
should be treated as if it were a unique (undisclosed) directory location, but all uses of the thaturiBaseId
with the redacted segment should be considered to have the same unique (undisclosed) path prefix. For instance if theredactionToken
is"[REDACTED]"
, and auriBaseId
named X has auri
of"[REDACTED]"
, then{ uriBaseId = "X", uri = "f.c"}
and{ uriBaseId = "X", uri = "f.c"}
are the same path, whereas{ uri = "[REDACTED]/f.c }
and{ uri = "[REDACTED]/f.c }
should not be considered the same path.The text was updated successfully, but these errors were encountered: