index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
parser
/
Sanitizer.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sanitizer::normalizeWhitespace: simplify redundant preg_replace
David Causse
2025-03-18
1
-1
/
+1
*
Sanitizer::normalizeSectionNameWhitespace: Apply same anti-null fix as 270499b
James D. Forrester
2025-03-17
1
-2
/
+7
*
Sanitizer::normalizeWhitespace warn on preg_replace error
David Causse
2025-03-05
1
-4
/
+6
*
Sanitizer: Reduce temporary variables in stripAllTags()
Reedy
2025-03-02
1
-4
/
+1
*
Replace call_user_func_array with dynamic function call
Umherirrender
2025-02-03
1
-1
/
+1
*
Drop empty ids
Arlo Breault
2024-11-01
1
-0
/
+3
*
Hard deprecating wfUrlProtocols
Ebrahim Byagowi
2024-09-05
1
-2
/
+4
*
build: Use inline ignore for Generic.CodeAnalysis.AssignmentInCondition
Umherirrender
2024-09-01
1
-0
/
+1
*
Merge "Add a warning to Sanitizer::checkCSS"
jenkins-bot
2024-06-28
1
-0
/
+2
|
\
|
*
Add a warning to Sanitizer::checkCSS
Brian Wolff
2024-06-26
1
-0
/
+2
*
|
Sanitizer: delete method removeHTMLtags()
Novem Linguae
2024-06-27
1
-39
/
+0
|
/
*
Sanitizer: Disallow src()
Gergő Tisza
2024-05-30
1
-0
/
+1
*
Sanitizer: Fix init of static variables and remove outdated comments
Func
2024-04-17
1
-5
/
+3
*
Standardise all our class alias deprecation comments for ease of grepping
James D. Forrester
2024-03-19
1
-4
/
+1
*
Allow filter: in inline CSS.
Brian Wolff
2024-02-13
1
-1
/
+0
*
Update name & email for bvibber
Brooke Vibber
2024-02-08
1
-1
/
+1
*
Drop deprecated config $wgAllowImageTag
Amir Sarabadani
2024-01-30
1
-16
/
+4
*
Sanitizer: remove unneeded type documentation
DannyS712
2024-01-20
1
-69
/
+0
*
Add type declarations to all code in Sanitizer class
thiemowmde
2024-01-18
1
-57
/
+57
*
Avoid one sprintf() that's not strictly needed
thiemowmde
2023-12-11
1
-1
/
+1
*
Simplify Sanitizer::CHAR_REFS_REGEX regex a little
thiemowmde
2023-12-11
1
-12
/
+12
*
Replace complicated strlen() checks in Sanitizer with is_int()
thiemowmde
2023-12-04
1
-11
/
+6
*
Autofix spacing around commas
Daimona Eaytoy
2023-10-25
1
-3
/
+5
*
Improve performance of trivial encoding/decoding regexes
thiemowmde
2023-10-04
1
-10
/
+2
*
Drop Sanitizer::escapeIdReferenceList(), deprecated since 1.36
James D. Forrester
2023-09-27
1
-15
/
+0
*
Add first batch of taint-check annotations
Daimona Eaytoy
2023-09-23
1
-0
/
+6
*
Namespace Sanitizer under \MediaWiki\Parser
James D. Forrester
2023-09-21
1
-8
/
+18
*
Replace some more usages of deprecated MWException
Daimona Eaytoy
2023-06-09
1
-2
/
+1
*
Sanitizer: Permit the `aria-level` HTML attribute in wikitext
Matt Fitzpatrick
2023-05-21
1
-0
/
+1
*
Replace internal Hooks::runner
Umherirrender
2023-05-11
1
-1
/
+3
*
Protect against long match length in CHAR_REFS_REGEX
C. Scott Ananian
2022-11-17
1
-0
/
+16
*
Various doc fixes about false and null on method arguments/return types
Umherirrender
2022-11-03
1
-1
/
+1
*
Use short array destructuring instead of list()
Tim Starling
2022-10-21
1
-2
/
+2
*
Sanitizer: Don't consider inline var CSS insecure
Michał Turek
2022-08-24
1
-1
/
+0
*
Various whitespace changes
Umherirrender
2022-07-12
1
-3
/
+3
*
Do minor code cleanup
Matěj Suchánek
2022-06-24
1
-1
/
+0
*
Use str_starts_with/str_ends_with
Aryeh Gregor
2022-05-02
1
-1
/
+1
*
phan: Disable null_casts_as_any_type setting
Umherirrender
2022-03-21
1
-0
/
+2
*
parser: Fix various scalar types to match documentation
Umherirrender
2022-03-14
1
-2
/
+2
*
Ensure that the recognizedTagData static cache is properly initialized
C. Scott Ananian
2022-03-08
1
-1
/
+1
*
Hard deprecate Sanitizer::removeHTMLtags()
C. Scott Ananian
2022-03-07
1
-5
/
+44
*
Add inline taint information for Sanitizer::remove*Tags()
C. Scott Ananian
2022-03-07
1
-2
/
+12
*
Add Sanitizer::removeSomeTags() which uses Remex to tokenize
C. Scott Ananian
2022-03-04
1
-14
/
+98
*
PHP 8.1: add ENT_COMPAT to some htmlspecialchars() calls
Tim Starling
2022-01-25
1
-2
/
+2
*
Remove or replace usages of "sanity"
Reedy
2021-11-19
1
-1
/
+0
*
Sanitizer: Replace RFC 3454 by RFC 8264 for clearUrl
Fomafix
2021-08-26
1
-13
/
+44
*
Sanitizer: Use \u{xxxx} syntax in cleanUrl
Fomafix
2021-08-26
1
-13
/
+13
*
Bump wikimedia/remex-html to 2.3.2 and drop 2.3.1
C. Scott Ananian
2021-08-08
1
-2
/
+3
*
Use array_fill_keys() instead of array_flip() if that reflects the developer'...
Tim Starling
2021-06-15
1
-5
/
+8
*
Don't p-wrap <aside> tags in extension HTML
Máté Szabó
2021-04-06
1
-0
/
+3
[next]