Merge branch 'QA_5_2'

This commit is contained in:
William Desportes 2025-12-31 17:14:31 +01:00
commit 8f06a371cb
No known key found for this signature in database
GPG Key ID: 70684F4717D49A31
3 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ master_doc = 'index'
# General information about the project.
project = u'phpMyAdmin'
copyright = u'2012 - 2025, The phpMyAdmin devel team'
copyright = u'2012 - 2026, The phpMyAdmin devel team'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the

View File

@ -6,7 +6,7 @@ Configuration
=============
All configurable data is placed in :file:`config.inc.php` in phpMyAdmin's
toplevel directory. If this file does not exist, please refer to the
toplevel directory. If this file does not exist, please refer to the
:ref:`setup` section to create one. This file only needs to contain the
parameters you want to change from their corresponding default value.

View File

@ -2287,7 +2287,7 @@ differentiate between a desired text output and a formula that should be escaped
definitions should not be interpreted anyway. We have discussed this at length and feel it is the responsibility of the
spreadsheet program to properly parse and sanitize such data on input instead.
Google also has a `similar view <https://sites.google.com/site/bughunteruniversity/nonvuln/csv-excel-formula-injection>`_.
Google also has a `similar view <https://bughunters.google.com/learn/invalid-reports/google-products/4965108570390528/csv-formula-injection>`_.
.. _faqsynchronization: