Skip to content

Commit b85a9a8

Browse files
authored
Add CodeQL suppression for ContainerRegistryServerAPICalls (#1897)
1 parent fd1fe39 commit b85a9a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/code/ContainerRegistryServerAPICalls.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,6 +1014,7 @@ internal JObject GetHttpResponseJObjectUsingContentHeaders(string url, HttpMetho
10141014
return null;
10151015
}
10161016

1017+
// codeql[cs/sensitive-data-transmission] This is expected PSResourceGet behavior to create the content of the request which is only transmitted to the server, not the user. This information is also not exposed back to the user via error or verbose messaging.
10171018
request.Content = new StringContent(content);
10181019
request.Content.Headers.Clear();
10191020
if (contentHeaders != null)

0 commit comments

Comments
 (0)