This seems to be rather a lot of false positives returned by this...
File: /home/reedy/mediawiki/img_auth.php
> Line 192: [Warning] Function argument(s) returned by "func_get_args" might have been modified
func_get_args();
https://phabricator.wikimedia.org/source/mediawiki/browse/master/img_auth.php;1b0c9f6098c31d6bf16a00d37a8aa5cd493270e1$192
The only statements before this is global $wgImgAuthDetails; -- this isn't any modification
We've seen a lot of these false positives in many functions when scanning MediaWiki and extensions deployed on Wikimedia sites
I can give you some more examples if you want to see if it's possible to improve the detection
This seems to be rather a lot of false positives returned by this...
https://phabricator.wikimedia.org/source/mediawiki/browse/master/img_auth.php;1b0c9f6098c31d6bf16a00d37a8aa5cd493270e1$192
The only statements before this is
global $wgImgAuthDetails;-- this isn't any modificationWe've seen a lot of these false positives in many functions when scanning MediaWiki and extensions deployed on Wikimedia sites
I can give you some more examples if you want to see if it's possible to improve the detection