Conversation
|
| >>> import jwt | ||
| >>> encoded = jwt.encode({"some": "payload"}, "secret", algorithm="HS256") | ||
| >>> print(encoded) | ||
| eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzb21lIjoicGF5bG9hZCJ9.4twFt5NiznN84AWoo1d7KO1T_yoc0Z6XOpOVswacPZg |
Check failure
Code scanning / SonarCloud
JSON Web Tokens should not be disclosed High library
|
|
||
| POST /token HTTP/1.1 | ||
| Host: server.example.com | ||
| Authorization: Basic czZCaGRSa3F0MzpnWDFmQmF0M2JW |
Check failure
Code scanning / SonarCloud
HTTP authentication credentials should not be disclosed High library
|
|
||
| POST /token HTTP/1.1 | ||
| Host: server.example.com | ||
| Authorization: Basic czZCaGRSa3F0MzpnWDFmQmF0M2JW |
Check failure
Code scanning / SonarCloud
HTTP authentication credentials should not be disclosed High library
|
|
||
| POST /token HTTP/1.1 | ||
| Host: server.example.com | ||
| Authorization: Basic czZCaGRSa3F0MzpnWDFmQmF0M2JW |
Check failure
Code scanning / SonarCloud
HTTP authentication credentials should not be disclosed High library
|
|
||
| POST /token HTTP/1.1 | ||
| Host: server.example.com | ||
| Authorization: Basic czZCaGRSa3F0MzpnWDFmQmF0M2JW |
Check failure
Code scanning / SonarCloud
HTTP authentication credentials should not be disclosed High library
|
|
||
| POST /token HTTP/1.1 | ||
| Host: server.example.com | ||
| Authorization: Basic czZCaGRSa3F0MzpnWDFmQmF0M2JW |
Check failure
Code scanning / SonarCloud
HTTP authentication credentials should not be disclosed High library
| POST /revoke HTTP/1.1 | ||
| Host: server.example.com | ||
| Content-Type: application/x-www-form-urlencoded | ||
| Authorization: Basic czZCaGRSa3F0MzpnWDFmQmF0M2JW |
Check failure
Code scanning / SonarCloud
HTTP authentication credentials should not be disclosed High library
|
|
||
| DELETE /register/s6BhdRkqt3 HTTP/1.1 | ||
| Host: server.example.com | ||
| Authorization: Bearer reg-23410913-abewfq.123483 |
Check failure
Code scanning / SonarCloud
HTTP Authentication Bearer tokens should not be disclosed High library
| PUT /register/s6BhdRkqt3 HTTP/1.1 | ||
| Accept: application/json | ||
| Host: server.example.com | ||
| Authorization: Bearer reg-23410913-abewfq.123483 |
Check failure
Code scanning / SonarCloud
HTTP Authentication Bearer tokens should not be disclosed High library
| url=url, | ||
| params=self.config.params, | ||
| headers={ | ||
| "Authorization": "Basic ZWRnZWNsaTplZGdlY2xpc2VjcmV0", |
Check failure
Code scanning / SonarCloud
HTTP authentication credentials should not be disclosed High library




Summary
Add any other relevant notes or explanations here. Remove this line if you have nothing to add.
Reviews Required
Review Checklist
ℹ️ This section is to be filled in by the reviewer.