We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e122b commit ffa8582Copy full SHA for ffa8582
src/KeywordEnhancer.php
@@ -86,7 +86,7 @@ private static function linkToSecurityAnnouncements(string $inputText): string {
86
);
87
}
88
89
- if (preg_match('/(GHSA-[a-z\d-]{14})(\W)/', $inputText)) {
+ if (preg_match('/(GHSA-[a-z\d-]{14})(\W)/i', $inputText)) {
90
$inputText = preg_replace(
91
'/(GHSA-[a-z\d-]{14})(\W)/',
92
"[$1](https://github.com/php/php-src/security/advisories/$1)$2",
0 commit comments