Skip to content

Commit

Permalink
Add Denis to HoF (#856)
Browse files Browse the repository at this point in the history
  • Loading branch information
Twi1ightSparkle authored Oct 16, 2020
1 parent ca60556 commit 126b7c3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions gatsby/src/pages/security-disclosure-policy.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ import config from '../../config'

const HallOfFame = () => {
const hallOfFameEntries = [
{
date:'2020-09-20',
who: 'Denis Kasak',
profile: '/~https://github.com/dkasak',
description: 'HTML injection in login fallback endpoints could be used for a Cross-site-scripting attack (<a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-26891">CVE-2020-26891</a>). Fixed in Synapse 1.21.0.',
service: "Synapse"
},
{
date:'2020-09-09',
who: 'Pritam Mukherjee',
Expand Down

0 comments on commit 126b7c3

Please sign in to comment.