Skip to content

Commit

Permalink
Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
flashcode committed Sep 7, 2024
1 parent 09b3d9f commit a6acb50
Show file tree
Hide file tree
Showing 7 changed files with 537 additions and 349 deletions.
4 changes: 4 additions & 0 deletions weechat/doc/_i18n_security.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@ def __i18n_doc_security():
gettext_noop("Access of uninitialized pointer")
gettext_noop("After changing options <code>weechat.network.gnutls_ca_system</code> or <code>weechat.network.gnutls_ca_user</code>, you must restart WeeChat.")
gettext_noop("After changing the options <code>weechat.network.gnutls_ca_system</code> or <code>weechat.network.gnutls_ca_user</code>, the TLS verification function is lost.\n<br>\nConsequently, any connection to a server with TLS is made without verifying the certificate, which could lead to a man-in-the-middle attack.\n<br>\nConnection to IRC servers with TLS is affected, as well as any connection a server made by a plugin or a script using the function hook_connect.")
gettext_noop("An integer overflow can happen when looping over items in a list.\n<br>\nThis can only happen in rare conditions on 32 and 64-bit systems, as the list must contain more than 2,147,483,647 elements.\n<br>\nOn 16-bit systems, this happens with a list that contains more than 32,767 elements.")
gettext_noop("Buffer overflow on malformed IRC message 324 (channel mode).")
gettext_noop("Buffer overflow on new IRC message 005 with nick prefixes.")
gettext_noop("Buffer overflow when receiving a DCC file.")
gettext_noop("Buffer overflow when receiving a malformed IRC message 324 (channel mode).")
gettext_noop("Buffer overflow when removing quotes in DCC filename.")
gettext_noop("Buffer overflows in build of strings.")
gettext_noop("Core, IRC")
gettext_noop("Core, Plugins")
gettext_noop("Crash in API function infobar_printf.")
gettext_noop("Crash on IRC commands sent via Relay.")
gettext_noop("Crash on malformed IRC message 352 (WHO).")
Expand All @@ -42,6 +44,8 @@ def __i18n_doc_security():
gettext_noop("IRC, Plugins")
gettext_noop("Improper certificate validation")
gettext_noop("Improper input validation")
gettext_noop("Integer Overflow or Wraparound")
gettext_noop("Integer overflow in loops on lists.")
gettext_noop("Logger")
gettext_noop("Out-of-bounds read")
gettext_noop("Out-of-bounds write")
Expand Down
Loading

0 comments on commit a6acb50

Please sign in to comment.