Skip to content

Commit c2a0e04

Browse files
authored
Fix some Hall of Fame dates. (#1439)
1 parent 1384825 commit c2a0e04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gatsby/src/pages/hall-of-fame.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ import config from '../../config'
99
const HallOfFame = () => {
1010
const hallOfFameEntries = [
1111
{
12-
date: '2022-03-10',
12+
date: '2022-08-23',
1313
who: 'Cyastis Volantis',
1414
profile: 'https://github.com/Cyastis',
1515
description: 'Discovered issue with PIN screen being bypassable by opening the application in landscape mode. Fixed in Element iOS <a href="https://github.com/vector-im/element-ios/releases/tag/v1.9.1">1.9.1</a>.',
1616
service: 'Element iOS'
1717
},
1818
{
19-
date: '2022-03-10',
19+
date: '2022-05-12',
2020
who: 'Rex Kim (@rexouflage)',
2121
description: 'Reported an RTLO injection issue allowing an attacker to construct a link appearing to lead to an URL while actually leading to another. Fixed in Element iOS <a href="https://github.com/vector-im/element-ios/releases/tag/v1.8.17">1.8.17</a> and Element Android <a href="https://github.com/vector-im/element-android/releases/tag/v1.4.18">1.4.18</a>. Mitigated in Element Desktop <a href="https://github.com/vector-im/element-web/releases/tag/v1.11.1">1.11.1</a> by enabling link tooltips.',
2222
service: 'Element clients'

0 commit comments

Comments
 (0)