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 371d990 commit 36dc63aCopy full SHA for 36dc63a
bin/prep-release.php
@@ -194,7 +194,7 @@ function usage() {
194
$fullnotes = file($changelog, FILE_IGNORE_NEW_LINES|FILE_SKIP_EMPTY_LINES);
195
$NOTES = array();
196
foreach($fullnotes as $note) {
197
- $note = " " . str_replace("&", "&", trim($note));
+ $note = " " . htmlspecialchars(trim($note), ENT_NOQUOTES);
198
/* PHP PHPC JIRA Project */
199
if (strstr($note, "PHPC-") !== false) {
200
$NOTES[] = $note;
0 commit comments