https://bugzilla.wikimedia.org/show_bug.cgi?id=37897

       Web browser: ---
             Bug #: 37897
           Summary: Insufficient output escaping
           Product: MediaWiki extensions
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: LastModified
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
    Classification: Unclassified
   Mobile Platform: ---


Both in JS and PHP:

  56         html += '<a href="' + historyLink + '" title="' + mw.msg(
'lastmodified-title-tag' ) + '">';
  57         html += lastModifiedText;


  45                 $out->addHTML( wfMsg( 'lastmodified-options' ) );
  49                 $out->addHTML( wfMsg( 'lastmodified-display-range-value' )
. ' ' . $wgLastModifiedRange );
  81                 $out->addHTML( $rangeMessage );

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to