/* * 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 2023 Q3 Security Researchers! | MSRC Blog – OWASP Jakarta

Congratulations to the Top MSRC 2023 Q3 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 2023 Q3 Security Researcher Leaderboard are Wei, VictorV, and Anonymous!

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

A screenshot of a computer Description automatically generated

Congratulations to the top Azure researchers this quarter: Wei, VictorV, Suresh Chelladurai!

A screenshot of a computer Description automatically generated

Congratulations to the top Office researchers this quarter: Brad Schlintz, Harun Can, Disclosures!

A screenshot of a computer Description automatically generated

Congratulations to the top Windows researchers this quarter: Jarvis_1oop, k0shl, Anonymous!

A screenshot of a computer Description automatically generated

This 2023 Q3 leaderboard reflects point values for cases that are:

  • Submitted and assessed by the MSRC team between July 1, 2023, and September 30, 2023
  • Submitted and assessed by the MSRC team between April 1, 2023, and June 30, 2023 (last program period), but assessed after July 1, 2023

Past quarterly leaderboard announcements:

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

Madeline Eckert, MSRC

[ad_2]


0 Comments

Leave a Reply

Avatar placeholder

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