File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 134134 }
135135 ],
136136 "results": {
137- "TESTING.md": [
138- {
139- "type": "Secret Keyword",
140- "filename": "TESTING.md",
141- "hashed_secret": "72559b51f94a7a3ad058c5740cbe2f7cb0d4080b",
142- "is_verified": false,
143- "line_number": 50
144- }
145- ],
146137 "auth_platform/TESTING_2FA.md": [
147138 {
148139 "type": "Secret Keyword",
228219 }
229220 ]
230221 },
231- "generated_at": "2025-11-23T23:54:41Z "
222+ "generated_at": "2025-11-24T00:00:02Z "
232223}
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ curl -X POST http://localhost:8000/login \
4747 -H " Content-Type: application/json" \
4848 -d ' {
4949 "username": "testuser",
50- "password": "SecurePass123!"
50+ "password": "SecurePass123!" # pragma: allowlist secret
5151 }' | python -m json.tool
5252```
5353
@@ -94,7 +94,7 @@ curl -X POST http://localhost:8000/2fa/disable \
9494 -H " Content-Type: application/json" \
9595 -d ' {
9696 "username": "testuser",
97- "password": "SecurePass123!"
97+ "password": "SecurePass123!" # pragma: allowlist secret
9898 }' | python -m json.tool
9999```
100100
@@ -105,7 +105,7 @@ curl -X POST http://localhost:8000/2fa/enroll \
105105 -H " Content-Type: application/json" \
106106 -d ' {
107107 "username": "testuser",
108- "password": "SecurePass123!"
108+ "password": "SecurePass123!" # pragma: allowlist secret
109109 }' | python -m json.tool
110110```
111111
You can’t perform that action at this time.
0 commit comments