/* * This file is part of the Symfony package. * * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\String; if (!\function_exists(u::class)) { function u(?string $string = ''): UnicodeString { return new UnicodeString($string ?? ''); } } if (!\function_exists(b::class)) { function b(?string $string = ''): ByteString { return new ByteString($string ?? ''); } } if (!\function_exists(s::class)) { /** * @return UnicodeString|ByteString */ function s(?string $string = ''): AbstractString { $string = $string ?? ''; return preg_match('//u', $string) ? new UnicodeString($string) : new ByteString($string); } } Congratulations to the Top MSRC 2024 Q1 Security Researchers!  | MSRC Blog – OWASP Jakarta

Congratulations to the Top MSRC 2024 Q1 Security Researchers!  | MSRC Blog

Congratulations to all the researchers recognized in this quarter’s Microsoft Researcher Recognition Program leaderboard! Thank you to everyone for your hard work and continued partnership to secure customers.

The top three researchers of the 2024 Q1 Security Researcher Leaderboard are Yuki Chen, VictorV, and Nitesh Surana!

MSRC Leaderboard of the top security researchers this quarter of 2024 Q1

Check out the full list of researchers recognized this quarter here.  

Congratulations to the top Azure researchers this quarter: Yuki Chen, VictorV, and Nitesh Surana!

MSRC Leaderboard of the top Azure researchers this quarter of 2024 Q1

Congratulations to the top Office researchers this quarter: B1aN, wkai, and k0shl!

MSRC Leaderboard of the top Office researchers this quarter of 2024 Q1

Congratulations to the top Windows researchers this quarter: Quan Jin, Anonymous, and Anonymous!

MSRC Leaderboard of the top Windows researchers this quarter of 2024 Q1

This 2024 Q1 leaderboard reflects point values for cases that are:

  • Submitted and assessed by the MSRC team between January 1, 2024, and March 31, 2024

  • Submitted and assessed by the MSRC team between October 1, 2023, and January 31, 2023 (last program period), but assessed after January 1, 2024

Past quarterly and annual leaderboard announcements:  

Keep up the awesome work and we look forward to seeing you next quarter!

Madeline Eckert, MSRC

[ad_2]

(adsbygoogle = window.adsbygoogle || []).push();


0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *