wiki.techinc.nl/includes
Umherirrender e9e784a09e build: Enable phan-taint-check-plugin and suppress issues
Taint check checks for possible security issues by tracking html
escaping and more by using phan.
This slows done the phan-job a bit and requires more ram

Keep the DoubleEscaped issues out to make reviewer easier

Adds suppression for false positives
Adds taint-annotation to help taint-check
Removes suppression for code phan now understand better by the tracking
of keys in taint-check
Fix some small issues by adding int cast or htmlspecialchars calls

Bug: T216348
Bug: T268920
Change-Id: I849ac4f120fd15b483e8939d4db45c98dc351259
2020-12-30 19:02:22 +01:00
..
actions Swap out uses of User->isLoggedIn() with ->isRegistered() 2020-12-22 03:13:37 +00:00
api build: Enable phan-taint-check-plugin and suppress issues 2020-12-30 19:02:22 +01:00
auth Fix display of Special:Preferences url in password reset email 2020-12-23 03:28:16 +00:00
block Fix infinite recursion with wgAutopromote when using getBlock within checkCondition 2020-12-17 19:57:10 +00:00
cache Remove hard deprecated GenderCache::singleton 2020-12-18 02:21:33 +00:00
changes Swap out uses of User->isLoggedIn() with ->isRegistered() 2020-12-22 03:13:37 +00:00
changetags Merge "Add ChangeTags::getTagsWithData" 2020-11-25 00:07:42 +00:00
clientpool build: Updating mediawiki/mediawiki-phan-config to 0.10.5 2020-12-12 14:42:25 +01:00
collation Deprecate a bunch of global functions 2020-12-18 21:34:50 +00:00
compat
composer Minor cleanup to ComposerPackageModifier 2020-11-29 00:44:47 +00:00
config build: Enable phan-taint-check-plugin and suppress issues 2020-12-30 19:02:22 +01:00
content ContentHandlerFactory: whitespace cleanup 2020-11-29 22:00:06 +00:00
context Replace deprecated WikiPage::factory in RequestContext 2020-11-11 22:46:45 +01:00
dao
db
debug Correctly forwardport LogstashFormatter from monolog/monolog 1.25.3 2020-12-02 21:35:18 +00:00
deferred Merge "Replace deprecated Title::getCdnUrls" 2020-11-13 08:22:53 +00:00
diff mw-warning class is replaced with warningbox 2020-12-09 13:27:52 -08:00
edit
editpage ImageRedirectConstraint: accept Content objects 2020-12-09 21:41:13 +00:00
exception build: Enable phan-taint-check-plugin and suppress issues 2020-12-30 19:02:22 +01:00
export Merge "Change object to stdClass type hints in export related classes" 2020-11-18 00:24:00 +00:00
externalstore
filebackend Improve docs in FileJournal class 2020-11-27 16:43:16 +01:00
filerepo build: Enable phan-taint-check-plugin and suppress issues 2020-12-30 19:02:22 +01:00
gallery Make use of array deconstruction directly in foreach, if possible 2020-11-12 18:38:06 +00:00
historyblob
Hook
HookContainer Add hook to Linker::generateRollback() 2020-12-06 20:44:34 +01:00
htmlform build: Enable phan-taint-check-plugin and suppress issues 2020-12-30 19:02:22 +01:00
http
import WikiImporter: Replace deprecated WikiRevision::setText 2020-11-30 10:14:53 +00:00
installer build: Enable phan-taint-check-plugin and suppress issues 2020-12-30 19:02:22 +01:00
interwiki Deprecate InterwikiLoadPrefix hook 2020-12-21 19:28:48 +00:00
jobqueue build: Enable phan-taint-check-plugin and suppress issues 2020-12-30 19:02:22 +01:00
json build: Updating mediawiki/mediawiki-codesniffer to 34.0.0 2020-12-07 14:55:24 +01:00
language build: Enable phan-taint-check-plugin and suppress issues 2020-12-30 19:02:22 +01:00
libs build: Enable phan-taint-check-plugin and suppress issues 2020-12-30 19:02:22 +01:00
linkeddata Document HttpError to help taint-check 2020-12-12 00:06:00 +01:00
linker Add hook to Linker::generateRollback() 2020-12-06 20:44:34 +01:00
logging build: Enable phan-taint-check-plugin and suppress issues 2020-12-30 19:02:22 +01:00
mail Fix return type documentation for AlternateUserMailer hook 2020-11-20 17:23:00 +01:00
media build: Updating mediawiki/mediawiki-phan-config to 0.10.5 2020-12-12 14:42:25 +01:00
Message
Navigation PrevNextNavigationRenderer: readability cleanup 2020-11-22 14:03:15 +00:00
objectcache objectcache: rename BagOStuff::makeKeyInternal() arguments and update documentation 2020-11-23 23:25:12 +00:00
page WikiPage: Fix undefined $content in corner case of ::getDeletionUpdates() 2020-12-24 09:49:55 -05:00
pager IndexPager - document getLinkRenderer 2020-12-14 08:22:30 +00:00
ParamValidator/TypeDef TitleDef: document return value as LinkTarget, not TitleValue 2020-11-06 17:07:14 -08:00
parser build: Enable phan-taint-check-plugin and suppress issues 2020-12-30 19:02:22 +01:00
password
Permissions Swap out uses of User->isLoggedIn() with ->isRegistered() 2020-12-22 03:13:37 +00:00
poolcounter Introduce RevisionOutputCache 2020-12-14 16:50:28 +00:00
preferences build: Enable phan-taint-check-plugin and suppress issues 2020-12-30 19:02:22 +01:00
profiler
rcfeed
registration Merge "Update a lot of unspecific "array" types in PHPDocs" 2020-11-13 21:48:24 +00:00
resourceloader ResourceLoaderSkinModule defines the order of feature styles 2020-12-15 02:11:22 +00:00
Rest Fix MediaWiki\Rest\Handler::execute() documentation 2020-12-25 18:44:48 -08:00
Revision Inject services into SpecialContributions/SpecialDeletedContributions 2020-11-24 17:18:40 +00:00
revisiondelete Add dependency injection to RevDelList classes 2020-12-11 21:43:23 +00:00
revisionlist Improve docs of RevisionItemBase and RevisionListBase 2020-11-12 22:08:51 +00:00
search Swap out uses of User->isLoggedIn() with ->isRegistered() 2020-12-22 03:13:37 +00:00
session Improve custom folding and grouping 2020-12-23 12:41:47 +11:00
shell
site
skins build: Enable phan-taint-check-plugin and suppress issues 2020-12-30 19:02:22 +01:00
sparql Merge "Update a lot of unspecific "array" types in PHPDocs" 2020-11-13 21:48:24 +00:00
specialpage Swap out uses of User->isLoggedIn() with ->isRegistered() 2020-12-22 03:13:37 +00:00
specials build: Enable phan-taint-check-plugin and suppress issues 2020-12-30 19:02:22 +01:00
Storage Swap out uses of User->isLoggedIn() with ->isRegistered() 2020-12-22 03:13:37 +00:00
templates
tidy
title Clarify uses of NamespaceInfo::hasSubpages in documentation 2020-12-04 20:37:28 +00:00
upload build: Enable phan-taint-check-plugin and suppress issues 2020-12-30 19:02:22 +01:00
user build: Enable phan-taint-check-plugin and suppress issues 2020-12-30 19:02:22 +01:00
utils build: Updating mediawiki/mediawiki-phan-config to 0.10.5 2020-12-12 14:42:25 +01:00
watcheditem WatchedItemQueryService: Add expiry to items 2020-12-01 01:30:46 +00:00
widget
xml build: Enable phan-taint-check-plugin and suppress issues 2020-12-30 19:02:22 +01:00
.htaccess
ActorMigration.php
AjaxDispatcher.php build: Enable phan-taint-check-plugin and suppress issues 2020-12-30 19:02:22 +01:00
AjaxResponse.php
AutoLoader.php Safe ParserOutput extension data and JsonUnserializable helper. 2020-11-10 11:21:09 -07:00
Autopromote.php
BadFileLookup.php
CategoriesRdf.php
Category.php Improve docs about @param/@return object $row to stdClass 2020-11-13 00:08:21 +01:00
CategoryViewer.php build: Enable phan-taint-check-plugin and suppress issues 2020-12-30 19:02:22 +01:00
CommentStore.php Improve docs about @param/@return object $row to stdClass 2020-11-13 00:08:21 +01:00
CommentStoreComment.php
ConfiguredReadOnlyMode.php
ContentSecurityPolicy.php
DefaultSettings.php Improve custom folding and grouping 2020-12-23 12:41:47 +11:00
Defines.php Improve custom folding and grouping 2020-12-23 12:41:47 +11:00
DeprecatedGlobal.php
DerivativeRequest.php
DevelopmentSettings.php
DummyLinker.php
EditPage.php Swap out uses of User->isLoggedIn() with ->isRegistered() 2020-12-22 03:13:37 +00:00
EventRelayerGroup.php
ExtensionInfo.php
FauxRequest.php Implement FauxRequest::getPostValues() 2020-11-27 09:38:08 +01:00
FauxResponse.php
FeedUtils.php Merge "FeedUtils: Update regex to match classes appropriately, and test" 2020-12-16 18:15:42 +00:00
FileDeleteForm.php Swap out uses of User->isLoggedIn() with ->isRegistered() 2020-12-22 03:13:37 +00:00
ForeignResourceManager.php
ForkController.php
FormOptions.php Improve custom folding and grouping 2020-12-23 12:41:47 +11:00
GitInfo.php
GlobalFunctions.php Remove hard deprecated wfIsBadImage() 2020-12-29 15:55:10 +02:00
HeaderCallback.php HeaderCallback: pre-cache request ID 2020-11-18 21:18:08 -08:00
Hooks.php
Html.php Deprecate Html::infobox 2020-11-21 01:36:12 +01:00
Linker.php Add data attribute to the elements with class "history-size" 2020-12-23 19:44:54 +05:30
LinkFilter.php
ListToggle.php
MagicWord.php
MagicWordArray.php MagicWordArray: mark ::get*Regex*() as @internal, add some options 2020-11-25 12:46:47 -05:00
MagicWordFactory.php
MediaWiki.php Swap out uses of User->isLoggedIn() with ->isRegistered() 2020-12-22 03:13:37 +00:00
MediaWikiServices.php Use the old HookContainer to set up the post-reset services 2020-12-01 13:04:12 +11:00
MediaWikiVersionFetcher.php
MergeHistory.php Inject WikiPageFactory into MergeHistory/MovePage 2020-11-11 22:10:47 +01:00
MovePage.php Document list of change tags as string[] 2020-11-20 14:12:54 +01:00
MWGrants.php
MWNamespace.php
MWTimestamp.php
NoLocalSettings.php
OrderedStreamingForkController.php
OutputHandler.php
OutputPage.php Swap out uses of User->isLoggedIn() with ->isRegistered() 2020-12-22 03:13:37 +00:00
PageProps.php Merge "Update a lot of unspecific "array" types in PHPDocs" 2020-11-13 21:48:24 +00:00
PathRouter.php Improve documentation about object to be stdClass or specific type 2020-11-20 14:47:56 +00:00
PHPVersionCheck.php
Pingback.php Pingback: Don't instantiate service if disabled by configuration 2020-12-22 19:13:58 +00:00
ProtectionForm.php Swap out uses of User->isLoggedIn() with ->isRegistered() 2020-12-22 03:13:37 +00:00
ProxyLookup.php
RawMessage.php
ReadOnlyMode.php
Revision.php Improve docs about @param/@return object $row to stdClass 2020-11-13 00:08:21 +01:00
ServiceWiring.php Fix infinite recursion with wgAutopromote when using getBlock within checkCondition 2020-12-17 19:57:10 +00:00
Setup.php build: Updating mediawiki/mediawiki-phan-config to 0.10.5 2020-12-12 14:42:25 +01:00
SiteConfiguration.php
SiteStats.php Improve docs about @param/@return object $row to stdClass 2020-11-13 00:08:21 +01:00
SiteStatsInit.php
Status.php
StreamFile.php Remove deprecated StreamFile methods 2020-11-22 04:31:33 +00:00
StubObject.php Improve documentation about object to be stdClass or specific type 2020-11-20 14:47:56 +00:00
StubUserLang.php
TemplateParser.php
TemplatesOnThisPageFormatter.php
Title.php Improve custom folding and grouping 2020-12-23 12:41:47 +11:00
TitleArray.php
TitleArrayFromResult.php
TitleFactory.php
TrackingCategories.php
WebRequest.php Improve docs in WebRequest/WebRequestUpload 2020-12-21 19:49:58 +01:00
WebRequestUpload.php Improve docs in WebRequest/WebRequestUpload 2020-12-21 19:49:58 +01:00
WebResponse.php
WebStart.php
WikiMap.php WikiMap: typo fix in comment 2020-12-21 13:15:48 -05:00
WikiReference.php