Skip to content

Commit 759f645

Browse files
Florian SandelFlorian Sandel
authored andcommitted
ignore semgrep finding
1 parent 6979100 commit 759f645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

certbot_dns_stackit/stackit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ def _generate_jwt(self, credentials: ServiceFileCredentials) -> str:
363363
}
364364
headers = {"kid": credentials["kid"]}
365365
return jwt.encode(
366-
payload, credentials["privateKey"], algorithm="RS512", headers=headers
366+
payload, credentials["privateKey"], algorithm="RS512", headers=headers # nosemgrep "privateKey" is just the key for the dictionary
367367
)
368368

369369
def _request_access_token(self, jwt_token: str) -> str:

0 commit comments

Comments
 (0)