Skip to content

Commit

Permalink
Fix jwk-json-leak template matcher (#11414)
Browse files Browse the repository at this point in the history
* fix: update jwk-json-leak template

* chore: add myself to contributors list
  • Loading branch information
seqre authored Dec 26, 2024
1 parent 828f2a2 commit bc1e272
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions contributors.json
Original file line number Diff line number Diff line change
Expand Up @@ -1489,5 +1489,15 @@
"website": "https://hassankhanyusufzai.com/",
"email": ""
}
},
{
"author": "seqre",
"links": {
"github": "https://github.com/seqre",
"twitter": "https://twitter.com/grzelakmarek",
"linkedin": "https://www.linkedin.com/in/marek-grzelak/",
"website": "https://seqre.dev",
"email": "[email protected]"
}
}
]
4 changes: 2 additions & 2 deletions http/exposures/tokens/jwk-json-leak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ http:
- type: word
part: body
words:
- '"kid":'
- '"kty":'

- type: word
part: content_type
Expand All @@ -45,4 +45,4 @@ http:
- type: status
status:
- 200
# digest: 4a0a00473045022100c39f27132fcc555458cd872a6542102019a4d1aac3830ac04e212a5ae5e9bd1202207634f3d60999272ed04787031f3e9d9986c4bb16ddd48e1203e6361c6f8f22a6:922c64590222798bb761d5b6d8e72950
# digest: 4a0a00473045022100c39f27132fcc555458cd872a6542102019a4d1aac3830ac04e212a5ae5e9bd1202207634f3d60999272ed04787031f3e9d9986c4bb16ddd48e1203e6361c6f8f22a6:922c64590222798bb761d5b6d8e72950

0 comments on commit bc1e272

Please sign in to comment.