Update git submodules

* Update extensions/AbuseFilter from branch 'REL1_43'
  to 6ebcd929c7f7a2f8be715dfe39c59b53570829f0
  - SECURITY: Use correct bitwise operator on CentralDBNotAvailableException
    
    Why:
    * When FilterLookup::getFilter throws a
      CentralDBNotAvailableException, the code which calls it
      sometimes catches the exception and then assumes the filter
      has the maximum privacy level.
    * This logic is broken as the wrong PHP bitwise operator is used
      ("&" instead of "|").
    
    What:
    * Update all uses of "&" to "|" in the affected places.
    
    Bug: T389235
    Change-Id: Idb08add69a55fb387ec51fb220cafc46542afd1a
This commit is contained in:
Dreamy Jazz 2025-04-10 17:17:47 +00:00 committed by Gerrit Code Review
parent 449e0ed49d
commit bfea732c5b

@ -1 +1 @@
Subproject commit af756eb77c53b5e9440e3f96373dc87ae1dbbf11
Subproject commit 6ebcd929c7f7a2f8be715dfe39c59b53570829f0