diff options
| author | Marc Mutz <marc.mutz@qt.io> | 2025-08-01 10:18:11 +0200 |
|---|---|---|
| committer | Marc Mutz <marc.mutz@qt.io> | 2025-08-01 17:46:03 +0200 |
| commit | 24c731eb272bff5b360d62001eab65a5dd28cd50 (patch) | |
| tree | 17e8ea2678cdba7c0f9670509f463aee2f72ff5c /src/gui/doc/snippets/code | |
| parent | f7b9c9f60884db76c0c5b36ba333c3538ce6f2ec (diff) | |
Mark QTranslator as security-critical
It parses .qm files, and even contains a byte code interpreter for
picking the correct plural form.
Even though .qm files are considered to be a trusted part of the
application, trust isn't a determining factor for security
criticality.
A user of QTranslator depends 100% on the component to do its job of
parsing data external to the process, with no error reporting other
than a bool. This makes the component security-critical.
The two header files only contain declarations, so are
security-significant (the default) with reason:header-decls-only.
Task-number: QTBUG-135190
Pick-to: 6.10 6.9 6.8
Change-Id: If6778fea42a60e4414624e7aaffb569583cebdd6
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Diffstat (limited to 'src/gui/doc/snippets/code')
0 files changed, 0 insertions, 0 deletions
