Update git submodules
* Update extensions/TextExtracts from branch 'REL1_43'
to 55355a15514691ca7b88ad43fd90eedff3a2c4b1
- SECURITY: Add authorizeRead check for extracts endpoint
CVE-2025-61653
Why:
- A check for appropriate read permissions should be added
to the extracts action API endpoint to improve security.
What:
- This change loops through titles and performs a permission
check via Authority::authorizeRead(). If the user does not
have appropriate permissions, an error is thrown and any
relevant titles are unset.
Bug: T397577
Change-Id: I126f7fcda864cf51d005214c7f74fcff76c791c3
This commit is contained in:
parent
45ebd1ba63
commit
bccd38d768
1 changed files with 1 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 273dcfbace0a1b018876adaf4294a541972dc5cd
|
||||
Subproject commit 55355a15514691ca7b88ad43fd90eedff3a2c4b1
|
||||
Loading…
Reference in a new issue