{"document":{"aggregate_severity":{"namespace":"https://www.suse.com/support/security/rating/","text":"moderate"},"category":"csaf_security_advisory","csaf_version":"2.0","distribution":{"text":"Copyright 2024 SUSE LLC. All rights reserved.","tlp":{"label":"WHITE","url":"https://www.first.org/tlp/"}},"lang":"en","notes":[{"category":"summary","text":"Security update for weechat","title":"Title of the patch"},{"category":"description","text":"This update for weechat fixes the following issues:\n\nupdate to 3.2.1:\n\n* CVE-2021-40516: relay: fix crash when decoding a malformed\n  websocket frame (boo#1190206)\n\nupdate to 3.2\n\nmain changes:\n\n  * use XDG directories by default (config, data, cache, runtime)\n  * add support of IRC SASL mechanisms\n    SCRAM-SHA-1, SCRAM-SHA-256 and SCRAM-SHA-512\n  * automatically load system certificates\n    without giving a hardcoded path to the file with certificates\n  * add options to customize commands executed on system signals received\n    (SIGHUP, SIGQUIT, SIGTERM, SIGUSR1, SIGUSR2)\n  * add bar item 'tls_version' and buflist format\n  * add signals 'cursor_start' and 'cursor_end'\n  * add function crypto_hmac in API\n  * add translated string in evaluation of expressions with 'translate:xxx'\n  * add info 'weechat_daemon'\n  * add Python stub for WeeChat API\n  * add variables '${tg_shell_argc}' and '${tg_shell_argvN}'\n    in command trigger evaluated strings\n  * many bugs fixed.\n\nfor all changes, please visit:\n  https://weechat.org/files/changelog/ChangeLog-3.2.html\n\nupdate to 3.1\n\nNew features\n\n  * core: add options weechat.look.hotlist_update_on_buffer_switch\n    and weechat.look.read_marker_update_on_buffer_switch (issue #992, issue #993)\n  * core: add option sec.crypt.passphrase_command to read passphrase from an\n    external program on startup, remove option sec.crypt.passphrase_file (issue #141)\n  * core: improve debug in command /eval: display more verbose debug\n    with two '-d', add indentation and colors\n  * core: add options 'setvar' and 'delvar' in command /buffer,\n    rename option 'localvar' to 'listvar'\n  * core: add buffer local variable 'completion_default_template' (evaluated)\n    to override the value of option 'weechat.completion.default_template' (issue #1600)\n  * core: add option 'recreate' in command /filter\n  * core: add raw string in evaluation of expressions with 'raw:xxx' (issue #1611)\n  * core: add evaluation of conditions in evaluation of expressions\n    with 'eval_cond:xxx' (issue #1582)\n  * api: add info_hashtable 'secured_data'\n  * irc: add info 'irc_is_message_ignored'\n  * irc: add server option 'default_chantypes',\n    used when the server does not send them in message 005 (issue #1610)\n  * trigger: add variable '${tg_trigger_name}' in command trigger evaluated strings (issue #1580)\n\n- Bug fixes\n\n  * core: fix quoted line in cursor mode (issue #1602)\n  * core: fix wrong size of the new window after vertical split (issue #1612)\n  * core: do not remove quotes in arguments of command /eval\n    as they can be part of the evaluated expression/condition (issue #1601)\n  * core: display an error when the buffer is not found with command /command -buffer\n  * buflist: add option buflist.look.use_items to speed up display of buflist (issue #1613)\n  * irc: add bar item 'irc_nick_prefix'\n  * irc: fix separator between nick and host in bar item 'irc_nick_host'\n  * irc: fix completion of commands /halfop and /dehalfop\n\n- Documentation\n\n  * do not build weechat-headless man page if headless binary is disabled (issue #1607)\n\nupdate to 3.0.1:\n\n  * exec: fix search of command by identifier\n  * spell: fix refresh of bar item 'spell_suggest' when the input becomes empty (issue #1586)\n  * spell: fix crash with IRC color codes in command line (issue #1589)\n\nupdate to 3.0\n\nNew features\n\n  * api: add optional list of colors in infos 'nick_color' and 'nick_color_name' (issue #1565)\n  * api: add argument 'bytes' in function string_dyn_concat\n  * api: add function string_color_code_size (issue #1547)\n  * exec: add option '-oerr' to send stderr to buffer (now disabled by default) (issue #1566)\n  * fset: add option fset.look.auto_refresh (issue #1553)\n  * irc: add pointer to irc_nick in focus of bar item 'buffer_nicklist' (issue #1535, issue #1538)\n  * irc: allow to send text on buffers with commands /allchan, /allpv and /allserv\n  * irc: evaluate command executed by commands /allchan, /allpv and /allserv (issue #1536)\n  * script: add option script.scripts.download_enabled (issue #1548)\n  * trigger: add variable 'tg_argc' in data set by command trigger (issue #1576)\n  * trigger: add variable 'tg_trigger_name' in data set by all triggers (issue #1567, issue #1568)\n\nBug fixes\n\n  * core: set 'notify_level' to 3 if there is a highlight in the line (issue #1529)\n  * core: do not add line with highlight and tag 'notify_none' to hotlist (issue #1529)\n  * irc: remove SASL timeout message displayed by error\n    after successful SASL authentication (issue #1515)\n  * irc: send all channels in a single JOIN command when reconnecting to the server (issue #1551)\n  * script: do not automatically download list of scripts on startup\n    if the file is too old (issue #1548)\n  * spell: properly skip WeeChat and IRC color codes when checking words in input (issue #1547)\n  * trigger: fix recursive calls to triggers using regex (issue #1546)\n  * trigger: add ${tg_tags} !!- ,notify_none, in conditions of default trigger 'beep' (issue #1529)\n\n- Tests\n\n  * core: add tests on GUI line functions\n\n- Build\n\n  * core: disable debug by default in autotools build\n  * tests: fix compilation with CppUTest ≥ 4.0\n\n- new .desktop file from weechat sources\n- update to 2.9\n- New features\n  * core: add bar option 'color_bg_inactive': color for window bars\n    in inactive window (issue #732)\n  * core: add Alacritty title escape sequence support (issue #1517)\n  * core: display notify level for current buffer\n    with command /buffer notify (issue #1505)\n  * core: count only visible nicks in bar item 'buffer_nicklist_count',\n    add bar items 'buffer_nicklist_count_groups' and 'buffer_nicklist_count_all'\n    (issue #1506)\n  * core: set default size for input bar to 0 (automatic) (issue #1498)\n  * core: add default key Alt+Enter to insert a newline (issue #1498)\n  * core: add flag 'input_multiline' in buffer (issue #984, issue #1063)\n  * core: add a scalable WeeChat logo (SVG) (issue #1454, issue #1456)\n  * core: add base 16/32/64 encoding/decoding in evaluation of expressions\n    with 'base_encode:base,xxx' and 'base_decode:base,xxx'\n  * core: add case sensitive wildcard matching comparison operator (==* and !!*)\n    and case sensitive/insensitive include comparison operators (==-, !!-, =-, !-)\n    in evaluation of expressions\n  * core: add default key Alt+Shift+N to toggle nicklist bar\n  * core: add command line option '--stdout' in weechat-headless binary\n    to log to stdout rather than ~/.weechat/weechat.log (issue #1475, issue #1477)\n  * core: reload configuration files on SIGHUP (issue #1476)\n  * api: add pointer '_bar_window' in hashtable sent to hook focus callback (issue #1450)\n  * api: add info_hashtable 'focus_info' (issue #1245, issue #1257)\n  * api: rename function hook_completion_get_string to completion_get_string\n    and hook_completion_list_add to completion_list_add\n  * api: add functions completion_new, completion_search and completion_free\n  * api: add hdata 'completion_word'\n  * buflist: add default key Alt+Shift+B to toggle buflist\n  * buflist: add options enable/disable/toggle in command /buflist\n  * buflist: evaluate option buflist.look.sort so that sort can be customized\n    for each of the three buflist bar items (issue #1465)\n  * irc: add support of UTF8MAPPING (issue #1528)\n  * irc: display account messages in buffers (issue #1250)\n  * python: add WeeChat sharedir python directory to PYTHONPATH (issue #1537)\n  * relay: increase default limits for IRC backlog options\n  * relay: add command 'handshake' in weechat relay protocol and nonce\n    to prevent replay attacks, add options relay.network.password_hash_algo,\n    relay.network.password_hash_iterations, relay.network.nonce_size (issue #1474)\n  * relay: add command 'completion' in weechat relay protocol\n    to perform a completion on a string at a given position (issue #1484)\n  * relay: add option relay.network.auth_timeout\n  * relay: update default colors for client status\n  * relay: add status 'waiting_auth' in irc and weechat protocols (issue #1358)\n  * trigger: evaluate arguments of command when the trigger is created (issue #1472)\n- Bug fixes\n  * core: fix command /window scroll_beyond_end when buffer has fewer lines\n    than chat height (issue #1509)\n  * core: force buffer property 'time_for_each_line' to 0 for buffers\n    with free content (issue #1485)\n  * core: don’t collapse consecutive newlines in lines displayed\n    before the first buffer is created\n  * core: don’t remove consecutive newlines when pasting text (issue #1500)\n  * core: don’t collapse consecutive newlines in bar content (issue #1500)\n  * core: fix WEECHAT_SHAREDIR with CMake build (issue #1461)\n  * core: fix memory leak in calculation of expression on FreeBSD (issue #1469)\n  * core: fix resize of a bar when its size is 0 (automatic) (issue #1470)\n  * api: fix use of pointer after free in function key_unbind\n  * api: replace plugin and buffer name by buffer pointer in argument 'modifier_data'\n    sent to weechat_print modifier callback (issue #42)\n  * buflist: add 'window' pointer in bar item evaluation only if it’s not NULL\n    (if bar type is 'window')\n  * exec: fix use of same task id for different tasks (issue #1491)\n  * fifo: fix errors when writing in the FIFO pipe (issue #713)\n  * guile: enable again /guile eval (issue #1514)\n  * irc: use new default chantypes '#&' when the server does not send it\n  * irc: add support of optional server in info 'irc_is_nick',\n    fix check of nick using UTF8MAPPING isupport value (issue #1528)\n  * irc: fix add of ignore with flags in regex, display full ignore mask\n    in list of ignores (issue #1518)\n  * irc: do not remove spaces at the end of users messages received (issue #1513)\n  * irc: fix realname delimiter color in WHO/WHOX response (issue #1497)\n  * irc: reuse a buffer with wrong type 'channel'\n    when a private message is received (issue #869)\n  * python: fix crash when invalid UTF-8 string is in a WeeChat hashtable\n    converted to a Python dict (issue #1463)\n  * relay: add missing field 'notify_level' in message '_buffer_line_added' (issue #1529)\n  * relay: fix slow send of data to clients when SSL is enabled\n  * trigger: only return trigger’s return code\n    when condition evaluates to true (issue #592)\n  * trigger: fix truncated trigger command with commands /trigger input|output|recreate\n  * trigger: do not hide values of options with /set command in cmd_pass trigger\n- Documentation\n  * add includes directory\n  * merge 53 auto-generated files into 11 files\n  * fix broken literal blocks in Japanese docs with Firefox (issue #1466)\n- Tests\n  * core: add CI with GitHub Actions, move codecov.io upload to GitHub Actions\n  * core: switch to Ubuntu Bionic on Travis CI, use pylint3 to lint Python scripts\n  * core: run tests on plugins only if the plugins are enabled and compiled\n  * irc: add tests on IRC color and channel functions\n- Build\n  * javascript: disable build by default and remove Debian packaging\n    of JavaScript plugin (issue #360)\n  * core: make GnuTLS a required dependency\n  * core: fix build with CMake 3.17.0\n  * core: fix build with cygport on Cygwin\n","title":"Description of the patch"},{"category":"details","text":"openSUSE-2022-83","title":"Patchnames"},{"category":"legal_disclaimer","text":"CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).","title":"Terms of use"}],"publisher":{"category":"vendor","contact_details":"https://www.suse.com/support/security/contact/","name":"SUSE Product Security Team","namespace":"https://www.suse.com/"},"references":[{"category":"external","summary":"SUSE ratings","url":"https://www.suse.com/support/security/rating/"},{"category":"self","summary":"URL of this CSAF notice","url":"https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2022_0083-1.json"},{"category":"self","summary":"URL for openSUSE-SU-2022:0083-1","url":"https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/BIN6EHDK3X2MKPRRVYID7266KDLB6SHB/"},{"category":"self","summary":"E-Mail link for openSUSE-SU-2022:0083-1","url":"https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/BIN6EHDK3X2MKPRRVYID7266KDLB6SHB/"},{"category":"self","summary":"SUSE Bug 1190206","url":"https://bugzilla.suse.com/1190206"},{"category":"self","summary":"SUSE CVE CVE-2021-40516 page","url":"https://www.suse.com/security/cve/CVE-2021-40516/"}],"title":"Security update for weechat","tracking":{"current_release_date":"2022-03-18T15:01:16Z","generator":{"date":"2022-03-18T15:01:16Z","engine":{"name":"cve-database.git:bin/generate-csaf.pl","version":"1"}},"id":"openSUSE-SU-2022:0083-1","initial_release_date":"2022-03-18T15:01:16Z","revision_history":[{"date":"2022-03-18T15:01:16Z","number":"1","summary":"Current version"}],"status":"final","version":"1"}},"product_tree":{"branches":[{"branches":[{"branches":[{"category":"product_version","name":"weechat-3.2.1-bp153.2.3.1.aarch64","product":{"name":"weechat-3.2.1-bp153.2.3.1.aarch64","product_id":"weechat-3.2.1-bp153.2.3.1.aarch64"}},{"category":"product_version","name":"weechat-devel-3.2.1-bp153.2.3.1.aarch64","product":{"name":"weechat-devel-3.2.1-bp153.2.3.1.aarch64","product_id":"weechat-devel-3.2.1-bp153.2.3.1.aarch64"}},{"category":"product_version","name":"weechat-lua-3.2.1-bp153.2.3.1.aarch64","product":{"name":"weechat-lua-3.2.1-bp153.2.3.1.aarch64","product_id":"weechat-lua-3.2.1-bp153.2.3.1.aarch64"}},{"category":"product_version","name":"weechat-perl-3.2.1-bp153.2.3.1.aarch64","product":{"name":"weechat-perl-3.2.1-bp153.2.3.1.aarch64","product_id":"weechat-perl-3.2.1-bp153.2.3.1.aarch64"}},{"category":"product_version","name":"weechat-python-3.2.1-bp153.2.3.1.aarch64","product":{"name":"weechat-python-3.2.1-bp153.2.3.1.aarch64","product_id":"weechat-python-3.2.1-bp153.2.3.1.aarch64"}},{"category":"product_version","name":"weechat-ruby-3.2.1-bp153.2.3.1.aarch64","product":{"name":"weechat-ruby-3.2.1-bp153.2.3.1.aarch64","product_id":"weechat-ruby-3.2.1-bp153.2.3.1.aarch64"}},{"category":"product_version","name":"weechat-spell-3.2.1-bp153.2.3.1.aarch64","product":{"name":"weechat-spell-3.2.1-bp153.2.3.1.aarch64","product_id":"weechat-spell-3.2.1-bp153.2.3.1.aarch64"}},{"category":"product_version","name":"weechat-tcl-3.2.1-bp153.2.3.1.aarch64","product":{"name":"weechat-tcl-3.2.1-bp153.2.3.1.aarch64","product_id":"weechat-tcl-3.2.1-bp153.2.3.1.aarch64"}}],"category":"architecture","name":"aarch64"},{"branches":[{"category":"product_version","name":"weechat-3.2.1-bp153.2.3.1.i586","product":{"name":"weechat-3.2.1-bp153.2.3.1.i586","product_id":"weechat-3.2.1-bp153.2.3.1.i586"}},{"category":"product_version","name":"weechat-devel-3.2.1-bp153.2.3.1.i586","product":{"name":"weechat-devel-3.2.1-bp153.2.3.1.i586","product_id":"weechat-devel-3.2.1-bp153.2.3.1.i586"}},{"category":"product_version","name":"weechat-lua-3.2.1-bp153.2.3.1.i586","product":{"name":"weechat-lua-3.2.1-bp153.2.3.1.i586","product_id":"weechat-lua-3.2.1-bp153.2.3.1.i586"}},{"category":"product_version","name":"weechat-perl-3.2.1-bp153.2.3.1.i586","product":{"name":"weechat-perl-3.2.1-bp153.2.3.1.i586","product_id":"weechat-perl-3.2.1-bp153.2.3.1.i586"}},{"category":"product_version","name":"weechat-python-3.2.1-bp153.2.3.1.i586","product":{"name":"weechat-python-3.2.1-bp153.2.3.1.i586","product_id":"weechat-python-3.2.1-bp153.2.3.1.i586"}},{"category":"product_version","name":"weechat-ruby-3.2.1-bp153.2.3.1.i586","product":{"name":"weechat-ruby-3.2.1-bp153.2.3.1.i586","product_id":"weechat-ruby-3.2.1-bp153.2.3.1.i586"}},{"category":"product_version","name":"weechat-spell-3.2.1-bp153.2.3.1.i586","product":{"name":"weechat-spell-3.2.1-bp153.2.3.1.i586","product_id":"weechat-spell-3.2.1-bp153.2.3.1.i586"}},{"category":"product_version","name":"weechat-tcl-3.2.1-bp153.2.3.1.i586","product":{"name":"weechat-tcl-3.2.1-bp153.2.3.1.i586","product_id":"weechat-tcl-3.2.1-bp153.2.3.1.i586"}}],"category":"architecture","name":"i586"},{"branches":[{"category":"product_version","name":"weechat-lang-3.2.1-bp153.2.3.1.noarch","product":{"name":"weechat-lang-3.2.1-bp153.2.3.1.noarch","product_id":"weechat-lang-3.2.1-bp153.2.3.1.noarch"}}],"category":"architecture","name":"noarch"},{"branches":[{"category":"product_version","name":"weechat-3.2.1-bp153.2.3.1.ppc64le","product":{"name":"weechat-3.2.1-bp153.2.3.1.ppc64le","product_id":"weechat-3.2.1-bp153.2.3.1.ppc64le"}},{"category":"product_version","name":"weechat-devel-3.2.1-bp153.2.3.1.ppc64le","product":{"name":"weechat-devel-3.2.1-bp153.2.3.1.ppc64le","product_id":"weechat-devel-3.2.1-bp153.2.3.1.ppc64le"}},{"category":"product_version","name":"weechat-lua-3.2.1-bp153.2.3.1.ppc64le","product":{"name":"weechat-lua-3.2.1-bp153.2.3.1.ppc64le","product_id":"weechat-lua-3.2.1-bp153.2.3.1.ppc64le"}},{"category":"product_version","name":"weechat-perl-3.2.1-bp153.2.3.1.ppc64le","product":{"name":"weechat-perl-3.2.1-bp153.2.3.1.ppc64le","product_id":"weechat-perl-3.2.1-bp153.2.3.1.ppc64le"}},{"category":"product_version","name":"weechat-python-3.2.1-bp153.2.3.1.ppc64le","product":{"name":"weechat-python-3.2.1-bp153.2.3.1.ppc64le","product_id":"weechat-python-3.2.1-bp153.2.3.1.ppc64le"}},{"category":"product_version","name":"weechat-ruby-3.2.1-bp153.2.3.1.ppc64le","product":{"name":"weechat-ruby-3.2.1-bp153.2.3.1.ppc64le","product_id":"weechat-ruby-3.2.1-bp153.2.3.1.ppc64le"}},{"category":"product_version","name":"weechat-spell-3.2.1-bp153.2.3.1.ppc64le","product":{"name":"weechat-spell-3.2.1-bp153.2.3.1.ppc64le","product_id":"weechat-spell-3.2.1-bp153.2.3.1.ppc64le"}},{"category":"product_version","name":"weechat-tcl-3.2.1-bp153.2.3.1.ppc64le","product":{"name":"weechat-tcl-3.2.1-bp153.2.3.1.ppc64le","product_id":"weechat-tcl-3.2.1-bp153.2.3.1.ppc64le"}}],"category":"architecture","name":"ppc64le"},{"branches":[{"category":"product_version","name":"weechat-3.2.1-bp153.2.3.1.s390x","product":{"name":"weechat-3.2.1-bp153.2.3.1.s390x","product_id":"weechat-3.2.1-bp153.2.3.1.s390x"}},{"category":"product_version","name":"weechat-devel-3.2.1-bp153.2.3.1.s390x","product":{"name":"weechat-devel-3.2.1-bp153.2.3.1.s390x","product_id":"weechat-devel-3.2.1-bp153.2.3.1.s390x"}},{"category":"product_version","name":"weechat-lua-3.2.1-bp153.2.3.1.s390x","product":{"name":"weechat-lua-3.2.1-bp153.2.3.1.s390x","product_id":"weechat-lua-3.2.1-bp153.2.3.1.s390x"}},{"category":"product_version","name":"weechat-perl-3.2.1-bp153.2.3.1.s390x","product":{"name":"weechat-perl-3.2.1-bp153.2.3.1.s390x","product_id":"weechat-perl-3.2.1-bp153.2.3.1.s390x"}},{"category":"product_version","name":"weechat-python-3.2.1-bp153.2.3.1.s390x","product":{"name":"weechat-python-3.2.1-bp153.2.3.1.s390x","product_id":"weechat-python-3.2.1-bp153.2.3.1.s390x"}},{"category":"product_version","name":"weechat-ruby-3.2.1-bp153.2.3.1.s390x","product":{"name":"weechat-ruby-3.2.1-bp153.2.3.1.s390x","product_id":"weechat-ruby-3.2.1-bp153.2.3.1.s390x"}},{"category":"product_version","name":"weechat-spell-3.2.1-bp153.2.3.1.s390x","product":{"name":"weechat-spell-3.2.1-bp153.2.3.1.s390x","product_id":"weechat-spell-3.2.1-bp153.2.3.1.s390x"}},{"category":"product_version","name":"weechat-tcl-3.2.1-bp153.2.3.1.s390x","product":{"name":"weechat-tcl-3.2.1-bp153.2.3.1.s390x","product_id":"weechat-tcl-3.2.1-bp153.2.3.1.s390x"}}],"category":"architecture","name":"s390x"},{"branches":[{"category":"product_version","name":"weechat-3.2.1-bp153.2.3.1.x86_64","product":{"name":"weechat-3.2.1-bp153.2.3.1.x86_64","product_id":"weechat-3.2.1-bp153.2.3.1.x86_64"}},{"category":"product_version","name":"weechat-devel-3.2.1-bp153.2.3.1.x86_64","product":{"name":"weechat-devel-3.2.1-bp153.2.3.1.x86_64","product_id":"weechat-devel-3.2.1-bp153.2.3.1.x86_64"}},{"category":"product_version","name":"weechat-lua-3.2.1-bp153.2.3.1.x86_64","product":{"name":"weechat-lua-3.2.1-bp153.2.3.1.x86_64","product_id":"weechat-lua-3.2.1-bp153.2.3.1.x86_64"}},{"category":"product_version","name":"weechat-perl-3.2.1-bp153.2.3.1.x86_64","product":{"name":"weechat-perl-3.2.1-bp153.2.3.1.x86_64","product_id":"weechat-perl-3.2.1-bp153.2.3.1.x86_64"}},{"category":"product_version","name":"weechat-python-3.2.1-bp153.2.3.1.x86_64","product":{"name":"weechat-python-3.2.1-bp153.2.3.1.x86_64","product_id":"weechat-python-3.2.1-bp153.2.3.1.x86_64"}},{"category":"product_version","name":"weechat-ruby-3.2.1-bp153.2.3.1.x86_64","product":{"name":"weechat-ruby-3.2.1-bp153.2.3.1.x86_64","product_id":"weechat-ruby-3.2.1-bp153.2.3.1.x86_64"}},{"category":"product_version","name":"weechat-spell-3.2.1-bp153.2.3.1.x86_64","product":{"name":"weechat-spell-3.2.1-bp153.2.3.1.x86_64","product_id":"weechat-spell-3.2.1-bp153.2.3.1.x86_64"}},{"category":"product_version","name":"weechat-tcl-3.2.1-bp153.2.3.1.x86_64","product":{"name":"weechat-tcl-3.2.1-bp153.2.3.1.x86_64","product_id":"weechat-tcl-3.2.1-bp153.2.3.1.x86_64"}}],"category":"architecture","name":"x86_64"},{"branches":[{"category":"product_name","name":"SUSE Package Hub 15 SP3","product":{"name":"SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3"}},{"category":"product_name","name":"openSUSE Leap 15.3","product":{"name":"openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3","product_identification_helper":{"cpe":"cpe:/o:opensuse:leap:15.3"}}}],"category":"product_family","name":"SUSE Linux Enterprise"}],"category":"vendor","name":"SUSE"}],"relationships":[{"category":"default_component_of","full_product_name":{"name":"weechat-3.2.1-bp153.2.3.1.aarch64 as component of SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3:weechat-3.2.1-bp153.2.3.1.aarch64"},"product_reference":"weechat-3.2.1-bp153.2.3.1.aarch64","relates_to_product_reference":"SUSE Package Hub 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"weechat-3.2.1-bp153.2.3.1.i586 as component of SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3:weechat-3.2.1-bp153.2.3.1.i586"},"product_reference":"weechat-3.2.1-bp153.2.3.1.i586","relates_to_product_reference":"SUSE Package Hub 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"weechat-3.2.1-bp153.2.3.1.ppc64le as component of SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3:weechat-3.2.1-bp153.2.3.1.ppc64le"},"product_reference":"weechat-3.2.1-bp153.2.3.1.ppc64le","relates_to_product_reference":"SUSE Package Hub 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"weechat-3.2.1-bp153.2.3.1.s390x as component of SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3:weechat-3.2.1-bp153.2.3.1.s390x"},"product_reference":"weechat-3.2.1-bp153.2.3.1.s390x","relates_to_product_reference":"SUSE Package Hub 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"weechat-3.2.1-bp153.2.3.1.x86_64 as component of SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3:weechat-3.2.1-bp153.2.3.1.x86_64"},"product_reference":"weechat-3.2.1-bp153.2.3.1.x86_64","relates_to_product_reference":"SUSE Package Hub 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"weechat-devel-3.2.1-bp153.2.3.1.aarch64 as component of SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3:weechat-devel-3.2.1-bp153.2.3.1.aarch64"},"product_reference":"weechat-devel-3.2.1-bp153.2.3.1.aarch64","relates_to_product_reference":"SUSE Package Hub 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"weechat-devel-3.2.1-bp153.2.3.1.i586 as component of SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3:weechat-devel-3.2.1-bp153.2.3.1.i586"},"product_reference":"weechat-devel-3.2.1-bp153.2.3.1.i586","relates_to_product_reference":"SUSE Package Hub 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"weechat-devel-3.2.1-bp153.2.3.1.ppc64le as component of SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3:weechat-devel-3.2.1-bp153.2.3.1.ppc64le"},"product_reference":"weechat-devel-3.2.1-bp153.2.3.1.ppc64le","relates_to_product_reference":"SUSE Package Hub 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"weechat-devel-3.2.1-bp153.2.3.1.s390x as component of SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3:weechat-devel-3.2.1-bp153.2.3.1.s390x"},"product_reference":"weechat-devel-3.2.1-bp153.2.3.1.s390x","relates_to_product_reference":"SUSE Package Hub 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"weechat-devel-3.2.1-bp153.2.3.1.x86_64 as component of SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3:weechat-devel-3.2.1-bp153.2.3.1.x86_64"},"product_reference":"weechat-devel-3.2.1-bp153.2.3.1.x86_64","relates_to_product_reference":"SUSE Package Hub 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"weechat-lang-3.2.1-bp153.2.3.1.noarch as component of SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3:weechat-lang-3.2.1-bp153.2.3.1.noarch"},"product_reference":"weechat-lang-3.2.1-bp153.2.3.1.noarch","relates_to_product_reference":"SUSE Package Hub 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"weechat-lua-3.2.1-bp153.2.3.1.aarch64 as component of SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3:weechat-lua-3.2.1-bp153.2.3.1.aarch64"},"product_reference":"weechat-lua-3.2.1-bp153.2.3.1.aarch64","relates_to_product_reference":"SUSE Package Hub 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"weechat-lua-3.2.1-bp153.2.3.1.i586 as component of SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3:weechat-lua-3.2.1-bp153.2.3.1.i586"},"product_reference":"weechat-lua-3.2.1-bp153.2.3.1.i586","relates_to_product_reference":"SUSE Package Hub 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"weechat-lua-3.2.1-bp153.2.3.1.ppc64le as component of SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3:weechat-lua-3.2.1-bp153.2.3.1.ppc64le"},"product_reference":"weechat-lua-3.2.1-bp153.2.3.1.ppc64le","relates_to_product_reference":"SUSE Package Hub 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"weechat-lua-3.2.1-bp153.2.3.1.s390x as component of SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3:weechat-lua-3.2.1-bp153.2.3.1.s390x"},"product_reference":"weechat-lua-3.2.1-bp153.2.3.1.s390x","relates_to_product_reference":"SUSE Package Hub 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"weechat-lua-3.2.1-bp153.2.3.1.x86_64 as component of SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3:weechat-lua-3.2.1-bp153.2.3.1.x86_64"},"product_reference":"weechat-lua-3.2.1-bp153.2.3.1.x86_64","relates_to_product_reference":"SUSE Package Hub 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"weechat-perl-3.2.1-bp153.2.3.1.aarch64 as component of SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3:weechat-perl-3.2.1-bp153.2.3.1.aarch64"},"product_reference":"weechat-perl-3.2.1-bp153.2.3.1.aarch64","relates_to_product_reference":"SUSE Package Hub 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"weechat-perl-3.2.1-bp153.2.3.1.i586 as component of SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3:weechat-perl-3.2.1-bp153.2.3.1.i586"},"product_reference":"weechat-perl-3.2.1-bp153.2.3.1.i586","relates_to_product_reference":"SUSE Package Hub 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"weechat-perl-3.2.1-bp153.2.3.1.ppc64le as component of SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3:weechat-perl-3.2.1-bp153.2.3.1.ppc64le"},"product_reference":"weechat-perl-3.2.1-bp153.2.3.1.ppc64le","relates_to_product_reference":"SUSE Package Hub 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"weechat-perl-3.2.1-bp153.2.3.1.s390x as component of SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3:weechat-perl-3.2.1-bp153.2.3.1.s390x"},"product_reference":"weechat-perl-3.2.1-bp153.2.3.1.s390x","relates_to_product_reference":"SUSE Package Hub 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"weechat-perl-3.2.1-bp153.2.3.1.x86_64 as component of SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3:weechat-perl-3.2.1-bp153.2.3.1.x86_64"},"product_reference":"weechat-perl-3.2.1-bp153.2.3.1.x86_64","relates_to_product_reference":"SUSE Package Hub 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"weechat-python-3.2.1-bp153.2.3.1.aarch64 as component of SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3:weechat-python-3.2.1-bp153.2.3.1.aarch64"},"product_reference":"weechat-python-3.2.1-bp153.2.3.1.aarch64","relates_to_product_reference":"SUSE Package Hub 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"weechat-python-3.2.1-bp153.2.3.1.i586 as component of SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3:weechat-python-3.2.1-bp153.2.3.1.i586"},"product_reference":"weechat-python-3.2.1-bp153.2.3.1.i586","relates_to_product_reference":"SUSE Package Hub 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"weechat-python-3.2.1-bp153.2.3.1.ppc64le as component of SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3:weechat-python-3.2.1-bp153.2.3.1.ppc64le"},"product_reference":"weechat-python-3.2.1-bp153.2.3.1.ppc64le","relates_to_product_reference":"SUSE Package Hub 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"weechat-python-3.2.1-bp153.2.3.1.s390x as component of SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3:weechat-python-3.2.1-bp153.2.3.1.s390x"},"product_reference":"weechat-python-3.2.1-bp153.2.3.1.s390x","relates_to_product_reference":"SUSE Package Hub 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"weechat-python-3.2.1-bp153.2.3.1.x86_64 as component of SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3:weechat-python-3.2.1-bp153.2.3.1.x86_64"},"product_reference":"weechat-python-3.2.1-bp153.2.3.1.x86_64","relates_to_product_reference":"SUSE Package Hub 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"weechat-ruby-3.2.1-bp153.2.3.1.aarch64 as component of SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3:weechat-ruby-3.2.1-bp153.2.3.1.aarch64"},"product_reference":"weechat-ruby-3.2.1-bp153.2.3.1.aarch64","relates_to_product_reference":"SUSE Package Hub 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"weechat-ruby-3.2.1-bp153.2.3.1.i586 as component of SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3:weechat-ruby-3.2.1-bp153.2.3.1.i586"},"product_reference":"weechat-ruby-3.2.1-bp153.2.3.1.i586","relates_to_product_reference":"SUSE Package Hub 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"weechat-ruby-3.2.1-bp153.2.3.1.ppc64le as component of SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3:weechat-ruby-3.2.1-bp153.2.3.1.ppc64le"},"product_reference":"weechat-ruby-3.2.1-bp153.2.3.1.ppc64le","relates_to_product_reference":"SUSE Package Hub 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"weechat-ruby-3.2.1-bp153.2.3.1.s390x as component of SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3:weechat-ruby-3.2.1-bp153.2.3.1.s390x"},"product_reference":"weechat-ruby-3.2.1-bp153.2.3.1.s390x","relates_to_product_reference":"SUSE Package Hub 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"weechat-ruby-3.2.1-bp153.2.3.1.x86_64 as component of SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3:weechat-ruby-3.2.1-bp153.2.3.1.x86_64"},"product_reference":"weechat-ruby-3.2.1-bp153.2.3.1.x86_64","relates_to_product_reference":"SUSE Package Hub 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"weechat-spell-3.2.1-bp153.2.3.1.aarch64 as component of SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3:weechat-spell-3.2.1-bp153.2.3.1.aarch64"},"product_reference":"weechat-spell-3.2.1-bp153.2.3.1.aarch64","relates_to_product_reference":"SUSE Package Hub 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"weechat-spell-3.2.1-bp153.2.3.1.i586 as component of SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3:weechat-spell-3.2.1-bp153.2.3.1.i586"},"product_reference":"weechat-spell-3.2.1-bp153.2.3.1.i586","relates_to_product_reference":"SUSE Package Hub 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"weechat-spell-3.2.1-bp153.2.3.1.ppc64le as component of SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3:weechat-spell-3.2.1-bp153.2.3.1.ppc64le"},"product_reference":"weechat-spell-3.2.1-bp153.2.3.1.ppc64le","relates_to_product_reference":"SUSE Package Hub 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"weechat-spell-3.2.1-bp153.2.3.1.s390x as component of SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3:weechat-spell-3.2.1-bp153.2.3.1.s390x"},"product_reference":"weechat-spell-3.2.1-bp153.2.3.1.s390x","relates_to_product_reference":"SUSE Package Hub 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"weechat-spell-3.2.1-bp153.2.3.1.x86_64 as component of SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3:weechat-spell-3.2.1-bp153.2.3.1.x86_64"},"product_reference":"weechat-spell-3.2.1-bp153.2.3.1.x86_64","relates_to_product_reference":"SUSE Package Hub 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"weechat-tcl-3.2.1-bp153.2.3.1.aarch64 as component of SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3:weechat-tcl-3.2.1-bp153.2.3.1.aarch64"},"product_reference":"weechat-tcl-3.2.1-bp153.2.3.1.aarch64","relates_to_product_reference":"SUSE Package Hub 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"weechat-tcl-3.2.1-bp153.2.3.1.i586 as component of SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3:weechat-tcl-3.2.1-bp153.2.3.1.i586"},"product_reference":"weechat-tcl-3.2.1-bp153.2.3.1.i586","relates_to_product_reference":"SUSE Package Hub 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"weechat-tcl-3.2.1-bp153.2.3.1.ppc64le as component of SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3:weechat-tcl-3.2.1-bp153.2.3.1.ppc64le"},"product_reference":"weechat-tcl-3.2.1-bp153.2.3.1.ppc64le","relates_to_product_reference":"SUSE Package Hub 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"weechat-tcl-3.2.1-bp153.2.3.1.s390x as component of SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3:weechat-tcl-3.2.1-bp153.2.3.1.s390x"},"product_reference":"weechat-tcl-3.2.1-bp153.2.3.1.s390x","relates_to_product_reference":"SUSE Package Hub 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"weechat-tcl-3.2.1-bp153.2.3.1.x86_64 as component of SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3:weechat-tcl-3.2.1-bp153.2.3.1.x86_64"},"product_reference":"weechat-tcl-3.2.1-bp153.2.3.1.x86_64","relates_to_product_reference":"SUSE Package Hub 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"weechat-3.2.1-bp153.2.3.1.aarch64 as component of openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3:weechat-3.2.1-bp153.2.3.1.aarch64"},"product_reference":"weechat-3.2.1-bp153.2.3.1.aarch64","relates_to_product_reference":"openSUSE Leap 15.3"},{"category":"default_component_of","full_product_name":{"name":"weechat-3.2.1-bp153.2.3.1.i586 as component of openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3:weechat-3.2.1-bp153.2.3.1.i586"},"product_reference":"weechat-3.2.1-bp153.2.3.1.i586","relates_to_product_reference":"openSUSE Leap 15.3"},{"category":"default_component_of","full_product_name":{"name":"weechat-3.2.1-bp153.2.3.1.ppc64le as component of openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3:weechat-3.2.1-bp153.2.3.1.ppc64le"},"product_reference":"weechat-3.2.1-bp153.2.3.1.ppc64le","relates_to_product_reference":"openSUSE Leap 15.3"},{"category":"default_component_of","full_product_name":{"name":"weechat-3.2.1-bp153.2.3.1.s390x as component of openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3:weechat-3.2.1-bp153.2.3.1.s390x"},"product_reference":"weechat-3.2.1-bp153.2.3.1.s390x","relates_to_product_reference":"openSUSE Leap 15.3"},{"category":"default_component_of","full_product_name":{"name":"weechat-3.2.1-bp153.2.3.1.x86_64 as component of openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3:weechat-3.2.1-bp153.2.3.1.x86_64"},"product_reference":"weechat-3.2.1-bp153.2.3.1.x86_64","relates_to_product_reference":"openSUSE Leap 15.3"},{"category":"default_component_of","full_product_name":{"name":"weechat-devel-3.2.1-bp153.2.3.1.aarch64 as component of openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3:weechat-devel-3.2.1-bp153.2.3.1.aarch64"},"product_reference":"weechat-devel-3.2.1-bp153.2.3.1.aarch64","relates_to_product_reference":"openSUSE Leap 15.3"},{"category":"default_component_of","full_product_name":{"name":"weechat-devel-3.2.1-bp153.2.3.1.i586 as component of openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3:weechat-devel-3.2.1-bp153.2.3.1.i586"},"product_reference":"weechat-devel-3.2.1-bp153.2.3.1.i586","relates_to_product_reference":"openSUSE Leap 15.3"},{"category":"default_component_of","full_product_name":{"name":"weechat-devel-3.2.1-bp153.2.3.1.ppc64le as component of openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3:weechat-devel-3.2.1-bp153.2.3.1.ppc64le"},"product_reference":"weechat-devel-3.2.1-bp153.2.3.1.ppc64le","relates_to_product_reference":"openSUSE Leap 15.3"},{"category":"default_component_of","full_product_name":{"name":"weechat-devel-3.2.1-bp153.2.3.1.s390x as component of openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3:weechat-devel-3.2.1-bp153.2.3.1.s390x"},"product_reference":"weechat-devel-3.2.1-bp153.2.3.1.s390x","relates_to_product_reference":"openSUSE Leap 15.3"},{"category":"default_component_of","full_product_name":{"name":"weechat-devel-3.2.1-bp153.2.3.1.x86_64 as component of openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3:weechat-devel-3.2.1-bp153.2.3.1.x86_64"},"product_reference":"weechat-devel-3.2.1-bp153.2.3.1.x86_64","relates_to_product_reference":"openSUSE Leap 15.3"},{"category":"default_component_of","full_product_name":{"name":"weechat-lang-3.2.1-bp153.2.3.1.noarch as component of openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3:weechat-lang-3.2.1-bp153.2.3.1.noarch"},"product_reference":"weechat-lang-3.2.1-bp153.2.3.1.noarch","relates_to_product_reference":"openSUSE Leap 15.3"},{"category":"default_component_of","full_product_name":{"name":"weechat-lua-3.2.1-bp153.2.3.1.aarch64 as component of openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3:weechat-lua-3.2.1-bp153.2.3.1.aarch64"},"product_reference":"weechat-lua-3.2.1-bp153.2.3.1.aarch64","relates_to_product_reference":"openSUSE Leap 15.3"},{"category":"default_component_of","full_product_name":{"name":"weechat-lua-3.2.1-bp153.2.3.1.i586 as component of openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3:weechat-lua-3.2.1-bp153.2.3.1.i586"},"product_reference":"weechat-lua-3.2.1-bp153.2.3.1.i586","relates_to_product_reference":"openSUSE Leap 15.3"},{"category":"default_component_of","full_product_name":{"name":"weechat-lua-3.2.1-bp153.2.3.1.ppc64le as component of openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3:weechat-lua-3.2.1-bp153.2.3.1.ppc64le"},"product_reference":"weechat-lua-3.2.1-bp153.2.3.1.ppc64le","relates_to_product_reference":"openSUSE Leap 15.3"},{"category":"default_component_of","full_product_name":{"name":"weechat-lua-3.2.1-bp153.2.3.1.s390x as component of openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3:weechat-lua-3.2.1-bp153.2.3.1.s390x"},"product_reference":"weechat-lua-3.2.1-bp153.2.3.1.s390x","relates_to_product_reference":"openSUSE Leap 15.3"},{"category":"default_component_of","full_product_name":{"name":"weechat-lua-3.2.1-bp153.2.3.1.x86_64 as component of openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3:weechat-lua-3.2.1-bp153.2.3.1.x86_64"},"product_reference":"weechat-lua-3.2.1-bp153.2.3.1.x86_64","relates_to_product_reference":"openSUSE Leap 15.3"},{"category":"default_component_of","full_product_name":{"name":"weechat-perl-3.2.1-bp153.2.3.1.aarch64 as component of openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3:weechat-perl-3.2.1-bp153.2.3.1.aarch64"},"product_reference":"weechat-perl-3.2.1-bp153.2.3.1.aarch64","relates_to_product_reference":"openSUSE Leap 15.3"},{"category":"default_component_of","full_product_name":{"name":"weechat-perl-3.2.1-bp153.2.3.1.i586 as component of openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3:weechat-perl-3.2.1-bp153.2.3.1.i586"},"product_reference":"weechat-perl-3.2.1-bp153.2.3.1.i586","relates_to_product_reference":"openSUSE Leap 15.3"},{"category":"default_component_of","full_product_name":{"name":"weechat-perl-3.2.1-bp153.2.3.1.ppc64le as component of openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3:weechat-perl-3.2.1-bp153.2.3.1.ppc64le"},"product_reference":"weechat-perl-3.2.1-bp153.2.3.1.ppc64le","relates_to_product_reference":"openSUSE Leap 15.3"},{"category":"default_component_of","full_product_name":{"name":"weechat-perl-3.2.1-bp153.2.3.1.s390x as component of openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3:weechat-perl-3.2.1-bp153.2.3.1.s390x"},"product_reference":"weechat-perl-3.2.1-bp153.2.3.1.s390x","relates_to_product_reference":"openSUSE Leap 15.3"},{"category":"default_component_of","full_product_name":{"name":"weechat-perl-3.2.1-bp153.2.3.1.x86_64 as component of openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3:weechat-perl-3.2.1-bp153.2.3.1.x86_64"},"product_reference":"weechat-perl-3.2.1-bp153.2.3.1.x86_64","relates_to_product_reference":"openSUSE Leap 15.3"},{"category":"default_component_of","full_product_name":{"name":"weechat-python-3.2.1-bp153.2.3.1.aarch64 as component of openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3:weechat-python-3.2.1-bp153.2.3.1.aarch64"},"product_reference":"weechat-python-3.2.1-bp153.2.3.1.aarch64","relates_to_product_reference":"openSUSE Leap 15.3"},{"category":"default_component_of","full_product_name":{"name":"weechat-python-3.2.1-bp153.2.3.1.i586 as component of openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3:weechat-python-3.2.1-bp153.2.3.1.i586"},"product_reference":"weechat-python-3.2.1-bp153.2.3.1.i586","relates_to_product_reference":"openSUSE Leap 15.3"},{"category":"default_component_of","full_product_name":{"name":"weechat-python-3.2.1-bp153.2.3.1.ppc64le as component of openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3:weechat-python-3.2.1-bp153.2.3.1.ppc64le"},"product_reference":"weechat-python-3.2.1-bp153.2.3.1.ppc64le","relates_to_product_reference":"openSUSE Leap 15.3"},{"category":"default_component_of","full_product_name":{"name":"weechat-python-3.2.1-bp153.2.3.1.s390x as component of openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3:weechat-python-3.2.1-bp153.2.3.1.s390x"},"product_reference":"weechat-python-3.2.1-bp153.2.3.1.s390x","relates_to_product_reference":"openSUSE Leap 15.3"},{"category":"default_component_of","full_product_name":{"name":"weechat-python-3.2.1-bp153.2.3.1.x86_64 as component of openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3:weechat-python-3.2.1-bp153.2.3.1.x86_64"},"product_reference":"weechat-python-3.2.1-bp153.2.3.1.x86_64","relates_to_product_reference":"openSUSE Leap 15.3"},{"category":"default_component_of","full_product_name":{"name":"weechat-ruby-3.2.1-bp153.2.3.1.aarch64 as component of openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3:weechat-ruby-3.2.1-bp153.2.3.1.aarch64"},"product_reference":"weechat-ruby-3.2.1-bp153.2.3.1.aarch64","relates_to_product_reference":"openSUSE Leap 15.3"},{"category":"default_component_of","full_product_name":{"name":"weechat-ruby-3.2.1-bp153.2.3.1.i586 as component of openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3:weechat-ruby-3.2.1-bp153.2.3.1.i586"},"product_reference":"weechat-ruby-3.2.1-bp153.2.3.1.i586","relates_to_product_reference":"openSUSE Leap 15.3"},{"category":"default_component_of","full_product_name":{"name":"weechat-ruby-3.2.1-bp153.2.3.1.ppc64le as component of openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3:weechat-ruby-3.2.1-bp153.2.3.1.ppc64le"},"product_reference":"weechat-ruby-3.2.1-bp153.2.3.1.ppc64le","relates_to_product_reference":"openSUSE Leap 15.3"},{"category":"default_component_of","full_product_name":{"name":"weechat-ruby-3.2.1-bp153.2.3.1.s390x as component of openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3:weechat-ruby-3.2.1-bp153.2.3.1.s390x"},"product_reference":"weechat-ruby-3.2.1-bp153.2.3.1.s390x","relates_to_product_reference":"openSUSE Leap 15.3"},{"category":"default_component_of","full_product_name":{"name":"weechat-ruby-3.2.1-bp153.2.3.1.x86_64 as component of openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3:weechat-ruby-3.2.1-bp153.2.3.1.x86_64"},"product_reference":"weechat-ruby-3.2.1-bp153.2.3.1.x86_64","relates_to_product_reference":"openSUSE Leap 15.3"},{"category":"default_component_of","full_product_name":{"name":"weechat-spell-3.2.1-bp153.2.3.1.aarch64 as component of openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3:weechat-spell-3.2.1-bp153.2.3.1.aarch64"},"product_reference":"weechat-spell-3.2.1-bp153.2.3.1.aarch64","relates_to_product_reference":"openSUSE Leap 15.3"},{"category":"default_component_of","full_product_name":{"name":"weechat-spell-3.2.1-bp153.2.3.1.i586 as component of openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3:weechat-spell-3.2.1-bp153.2.3.1.i586"},"product_reference":"weechat-spell-3.2.1-bp153.2.3.1.i586","relates_to_product_reference":"openSUSE Leap 15.3"},{"category":"default_component_of","full_product_name":{"name":"weechat-spell-3.2.1-bp153.2.3.1.ppc64le as component of openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3:weechat-spell-3.2.1-bp153.2.3.1.ppc64le"},"product_reference":"weechat-spell-3.2.1-bp153.2.3.1.ppc64le","relates_to_product_reference":"openSUSE Leap 15.3"},{"category":"default_component_of","full_product_name":{"name":"weechat-spell-3.2.1-bp153.2.3.1.s390x as component of openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3:weechat-spell-3.2.1-bp153.2.3.1.s390x"},"product_reference":"weechat-spell-3.2.1-bp153.2.3.1.s390x","relates_to_product_reference":"openSUSE Leap 15.3"},{"category":"default_component_of","full_product_name":{"name":"weechat-spell-3.2.1-bp153.2.3.1.x86_64 as component of openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3:weechat-spell-3.2.1-bp153.2.3.1.x86_64"},"product_reference":"weechat-spell-3.2.1-bp153.2.3.1.x86_64","relates_to_product_reference":"openSUSE Leap 15.3"},{"category":"default_component_of","full_product_name":{"name":"weechat-tcl-3.2.1-bp153.2.3.1.aarch64 as component of openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3:weechat-tcl-3.2.1-bp153.2.3.1.aarch64"},"product_reference":"weechat-tcl-3.2.1-bp153.2.3.1.aarch64","relates_to_product_reference":"openSUSE Leap 15.3"},{"category":"default_component_of","full_product_name":{"name":"weechat-tcl-3.2.1-bp153.2.3.1.i586 as component of openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3:weechat-tcl-3.2.1-bp153.2.3.1.i586"},"product_reference":"weechat-tcl-3.2.1-bp153.2.3.1.i586","relates_to_product_reference":"openSUSE Leap 15.3"},{"category":"default_component_of","full_product_name":{"name":"weechat-tcl-3.2.1-bp153.2.3.1.ppc64le as component of openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3:weechat-tcl-3.2.1-bp153.2.3.1.ppc64le"},"product_reference":"weechat-tcl-3.2.1-bp153.2.3.1.ppc64le","relates_to_product_reference":"openSUSE Leap 15.3"},{"category":"default_component_of","full_product_name":{"name":"weechat-tcl-3.2.1-bp153.2.3.1.s390x as component of openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3:weechat-tcl-3.2.1-bp153.2.3.1.s390x"},"product_reference":"weechat-tcl-3.2.1-bp153.2.3.1.s390x","relates_to_product_reference":"openSUSE Leap 15.3"},{"category":"default_component_of","full_product_name":{"name":"weechat-tcl-3.2.1-bp153.2.3.1.x86_64 as component of openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3:weechat-tcl-3.2.1-bp153.2.3.1.x86_64"},"product_reference":"weechat-tcl-3.2.1-bp153.2.3.1.x86_64","relates_to_product_reference":"openSUSE Leap 15.3"}]},"vulnerabilities":[{"cve":"CVE-2021-40516","ids":[{"system_name":"SUSE CVE Page","text":"https://www.suse.com/security/cve/CVE-2021-40516"}],"notes":[{"category":"general","text":"WeeChat before 3.2.1 allows remote attackers to cause a denial of service (crash) via a crafted WebSocket frame that trigger an out-of-bounds read in plugins/relay/relay-websocket.c in the Relay plugin.","title":"CVE description"}],"product_status":{"recommended":["SUSE Package Hub 15 SP3:weechat-3.2.1-bp153.2.3.1.aarch64","SUSE Package Hub 15 SP3:weechat-3.2.1-bp153.2.3.1.i586","SUSE Package Hub 15 SP3:weechat-3.2.1-bp153.2.3.1.ppc64le","SUSE Package Hub 15 SP3:weechat-3.2.1-bp153.2.3.1.s390x","SUSE Package Hub 15 SP3:weechat-3.2.1-bp153.2.3.1.x86_64","SUSE Package Hub 15 SP3:weechat-devel-3.2.1-bp153.2.3.1.aarch64","SUSE Package Hub 15 SP3:weechat-devel-3.2.1-bp153.2.3.1.i586","SUSE Package Hub 15 SP3:weechat-devel-3.2.1-bp153.2.3.1.ppc64le","SUSE Package Hub 15 SP3:weechat-devel-3.2.1-bp153.2.3.1.s390x","SUSE Package Hub 15 SP3:weechat-devel-3.2.1-bp153.2.3.1.x86_64","SUSE Package Hub 15 SP3:weechat-lang-3.2.1-bp153.2.3.1.noarch","SUSE Package Hub 15 SP3:weechat-lua-3.2.1-bp153.2.3.1.aarch64","SUSE Package Hub 15 SP3:weechat-lua-3.2.1-bp153.2.3.1.i586","SUSE Package Hub 15 SP3:weechat-lua-3.2.1-bp153.2.3.1.ppc64le","SUSE Package Hub 15 SP3:weechat-lua-3.2.1-bp153.2.3.1.s390x","SUSE Package Hub 15 SP3:weechat-lua-3.2.1-bp153.2.3.1.x86_64","SUSE Package Hub 15 SP3:weechat-perl-3.2.1-bp153.2.3.1.aarch64","SUSE Package Hub 15 SP3:weechat-perl-3.2.1-bp153.2.3.1.i586","SUSE Package Hub 15 SP3:weechat-perl-3.2.1-bp153.2.3.1.ppc64le","SUSE Package Hub 15 SP3:weechat-perl-3.2.1-bp153.2.3.1.s390x","SUSE Package Hub 15 SP3:weechat-perl-3.2.1-bp153.2.3.1.x86_64","SUSE Package Hub 15 SP3:weechat-python-3.2.1-bp153.2.3.1.aarch64","SUSE Package Hub 15 SP3:weechat-python-3.2.1-bp153.2.3.1.i586","SUSE Package Hub 15 SP3:weechat-python-3.2.1-bp153.2.3.1.ppc64le","SUSE Package Hub 15 SP3:weechat-python-3.2.1-bp153.2.3.1.s390x","SUSE Package Hub 15 SP3:weechat-python-3.2.1-bp153.2.3.1.x86_64","SUSE Package Hub 15 SP3:weechat-ruby-3.2.1-bp153.2.3.1.aarch64","SUSE Package Hub 15 SP3:weechat-ruby-3.2.1-bp153.2.3.1.i586","SUSE Package Hub 15 SP3:weechat-ruby-3.2.1-bp153.2.3.1.ppc64le","SUSE Package Hub 15 SP3:weechat-ruby-3.2.1-bp153.2.3.1.s390x","SUSE Package Hub 15 SP3:weechat-ruby-3.2.1-bp153.2.3.1.x86_64","SUSE Package Hub 15 SP3:weechat-spell-3.2.1-bp153.2.3.1.aarch64","SUSE Package Hub 15 SP3:weechat-spell-3.2.1-bp153.2.3.1.i586","SUSE Package Hub 15 SP3:weechat-spell-3.2.1-bp153.2.3.1.ppc64le","SUSE Package Hub 15 SP3:weechat-spell-3.2.1-bp153.2.3.1.s390x","SUSE Package Hub 15 SP3:weechat-spell-3.2.1-bp153.2.3.1.x86_64","SUSE Package Hub 15 SP3:weechat-tcl-3.2.1-bp153.2.3.1.aarch64","SUSE Package Hub 15 SP3:weechat-tcl-3.2.1-bp153.2.3.1.i586","SUSE Package Hub 15 SP3:weechat-tcl-3.2.1-bp153.2.3.1.ppc64le","SUSE Package Hub 15 SP3:weechat-tcl-3.2.1-bp153.2.3.1.s390x","SUSE Package Hub 15 SP3:weechat-tcl-3.2.1-bp153.2.3.1.x86_64","openSUSE Leap 15.3:weechat-3.2.1-bp153.2.3.1.aarch64","openSUSE Leap 15.3:weechat-3.2.1-bp153.2.3.1.i586","openSUSE Leap 15.3:weechat-3.2.1-bp153.2.3.1.ppc64le","openSUSE Leap 15.3:weechat-3.2.1-bp153.2.3.1.s390x","openSUSE Leap 15.3:weechat-3.2.1-bp153.2.3.1.x86_64","openSUSE Leap 15.3:weechat-devel-3.2.1-bp153.2.3.1.aarch64","openSUSE Leap 15.3:weechat-devel-3.2.1-bp153.2.3.1.i586","openSUSE Leap 15.3:weechat-devel-3.2.1-bp153.2.3.1.ppc64le","openSUSE Leap 15.3:weechat-devel-3.2.1-bp153.2.3.1.s390x","openSUSE Leap 15.3:weechat-devel-3.2.1-bp153.2.3.1.x86_64","openSUSE Leap 15.3:weechat-lang-3.2.1-bp153.2.3.1.noarch","openSUSE Leap 15.3:weechat-lua-3.2.1-bp153.2.3.1.aarch64","openSUSE Leap 15.3:weechat-lua-3.2.1-bp153.2.3.1.i586","openSUSE Leap 15.3:weechat-lua-3.2.1-bp153.2.3.1.ppc64le","openSUSE Leap 15.3:weechat-lua-3.2.1-bp153.2.3.1.s390x","openSUSE Leap 15.3:weechat-lua-3.2.1-bp153.2.3.1.x86_64","openSUSE Leap 15.3:weechat-perl-3.2.1-bp153.2.3.1.aarch64","openSUSE Leap 15.3:weechat-perl-3.2.1-bp153.2.3.1.i586","openSUSE Leap 15.3:weechat-perl-3.2.1-bp153.2.3.1.ppc64le","openSUSE Leap 15.3:weechat-perl-3.2.1-bp153.2.3.1.s390x","openSUSE Leap 15.3:weechat-perl-3.2.1-bp153.2.3.1.x86_64","openSUSE Leap 15.3:weechat-python-3.2.1-bp153.2.3.1.aarch64","openSUSE Leap 15.3:weechat-python-3.2.1-bp153.2.3.1.i586","openSUSE Leap 15.3:weechat-python-3.2.1-bp153.2.3.1.ppc64le","openSUSE Leap 15.3:weechat-python-3.2.1-bp153.2.3.1.s390x","openSUSE Leap 15.3:weechat-python-3.2.1-bp153.2.3.1.x86_64","openSUSE Leap 15.3:weechat-ruby-3.2.1-bp153.2.3.1.aarch64","openSUSE Leap 15.3:weechat-ruby-3.2.1-bp153.2.3.1.i586","openSUSE Leap 15.3:weechat-ruby-3.2.1-bp153.2.3.1.ppc64le","openSUSE Leap 15.3:weechat-ruby-3.2.1-bp153.2.3.1.s390x","openSUSE Leap 15.3:weechat-ruby-3.2.1-bp153.2.3.1.x86_64","openSUSE Leap 15.3:weechat-spell-3.2.1-bp153.2.3.1.aarch64","openSUSE Leap 15.3:weechat-spell-3.2.1-bp153.2.3.1.i586","openSUSE Leap 15.3:weechat-spell-3.2.1-bp153.2.3.1.ppc64le","openSUSE Leap 15.3:weechat-spell-3.2.1-bp153.2.3.1.s390x","openSUSE Leap 15.3:weechat-spell-3.2.1-bp153.2.3.1.x86_64","openSUSE Leap 15.3:weechat-tcl-3.2.1-bp153.2.3.1.aarch64","openSUSE Leap 15.3:weechat-tcl-3.2.1-bp153.2.3.1.i586","openSUSE Leap 15.3:weechat-tcl-3.2.1-bp153.2.3.1.ppc64le","openSUSE Leap 15.3:weechat-tcl-3.2.1-bp153.2.3.1.s390x","openSUSE Leap 15.3:weechat-tcl-3.2.1-bp153.2.3.1.x86_64"]},"references":[{"category":"external","summary":"CVE-2021-40516","url":"https://www.suse.com/security/cve/CVE-2021-40516"},{"category":"external","summary":"SUSE Bug 1190206 for CVE-2021-40516","url":"https://bugzilla.suse.com/1190206"}],"remediations":[{"category":"vendor_fix","details":"To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n","product_ids":["SUSE Package Hub 15 SP3:weechat-3.2.1-bp153.2.3.1.aarch64","SUSE Package Hub 15 SP3:weechat-3.2.1-bp153.2.3.1.i586","SUSE Package Hub 15 SP3:weechat-3.2.1-bp153.2.3.1.ppc64le","SUSE Package Hub 15 SP3:weechat-3.2.1-bp153.2.3.1.s390x","SUSE Package Hub 15 SP3:weechat-3.2.1-bp153.2.3.1.x86_64","SUSE Package Hub 15 SP3:weechat-devel-3.2.1-bp153.2.3.1.aarch64","SUSE Package Hub 15 SP3:weechat-devel-3.2.1-bp153.2.3.1.i586","SUSE Package Hub 15 SP3:weechat-devel-3.2.1-bp153.2.3.1.ppc64le","SUSE Package Hub 15 SP3:weechat-devel-3.2.1-bp153.2.3.1.s390x","SUSE Package Hub 15 SP3:weechat-devel-3.2.1-bp153.2.3.1.x86_64","SUSE Package Hub 15 SP3:weechat-lang-3.2.1-bp153.2.3.1.noarch","SUSE Package Hub 15 SP3:weechat-lua-3.2.1-bp153.2.3.1.aarch64","SUSE Package Hub 15 SP3:weechat-lua-3.2.1-bp153.2.3.1.i586","SUSE Package Hub 15 SP3:weechat-lua-3.2.1-bp153.2.3.1.ppc64le","SUSE Package Hub 15 SP3:weechat-lua-3.2.1-bp153.2.3.1.s390x","SUSE Package Hub 15 SP3:weechat-lua-3.2.1-bp153.2.3.1.x86_64","SUSE Package Hub 15 SP3:weechat-perl-3.2.1-bp153.2.3.1.aarch64","SUSE Package Hub 15 SP3:weechat-perl-3.2.1-bp153.2.3.1.i586","SUSE Package Hub 15 SP3:weechat-perl-3.2.1-bp153.2.3.1.ppc64le","SUSE Package Hub 15 SP3:weechat-perl-3.2.1-bp153.2.3.1.s390x","SUSE Package Hub 15 SP3:weechat-perl-3.2.1-bp153.2.3.1.x86_64","SUSE Package Hub 15 SP3:weechat-python-3.2.1-bp153.2.3.1.aarch64","SUSE Package Hub 15 SP3:weechat-python-3.2.1-bp153.2.3.1.i586","SUSE Package Hub 15 SP3:weechat-python-3.2.1-bp153.2.3.1.ppc64le","SUSE Package Hub 15 SP3:weechat-python-3.2.1-bp153.2.3.1.s390x","SUSE Package Hub 15 SP3:weechat-python-3.2.1-bp153.2.3.1.x86_64","SUSE Package Hub 15 SP3:weechat-ruby-3.2.1-bp153.2.3.1.aarch64","SUSE Package Hub 15 SP3:weechat-ruby-3.2.1-bp153.2.3.1.i586","SUSE Package Hub 15 SP3:weechat-ruby-3.2.1-bp153.2.3.1.ppc64le","SUSE Package Hub 15 SP3:weechat-ruby-3.2.1-bp153.2.3.1.s390x","SUSE Package Hub 15 SP3:weechat-ruby-3.2.1-bp153.2.3.1.x86_64","SUSE Package Hub 15 SP3:weechat-spell-3.2.1-bp153.2.3.1.aarch64","SUSE Package Hub 15 SP3:weechat-spell-3.2.1-bp153.2.3.1.i586","SUSE Package Hub 15 SP3:weechat-spell-3.2.1-bp153.2.3.1.ppc64le","SUSE Package Hub 15 SP3:weechat-spell-3.2.1-bp153.2.3.1.s390x","SUSE Package Hub 15 SP3:weechat-spell-3.2.1-bp153.2.3.1.x86_64","SUSE Package Hub 15 SP3:weechat-tcl-3.2.1-bp153.2.3.1.aarch64","SUSE Package Hub 15 SP3:weechat-tcl-3.2.1-bp153.2.3.1.i586","SUSE Package Hub 15 SP3:weechat-tcl-3.2.1-bp153.2.3.1.ppc64le","SUSE Package Hub 15 SP3:weechat-tcl-3.2.1-bp153.2.3.1.s390x","SUSE Package Hub 15 SP3:weechat-tcl-3.2.1-bp153.2.3.1.x86_64","openSUSE Leap 15.3:weechat-3.2.1-bp153.2.3.1.aarch64","openSUSE Leap 15.3:weechat-3.2.1-bp153.2.3.1.i586","openSUSE Leap 15.3:weechat-3.2.1-bp153.2.3.1.ppc64le","openSUSE Leap 15.3:weechat-3.2.1-bp153.2.3.1.s390x","openSUSE Leap 15.3:weechat-3.2.1-bp153.2.3.1.x86_64","openSUSE Leap 15.3:weechat-devel-3.2.1-bp153.2.3.1.aarch64","openSUSE Leap 15.3:weechat-devel-3.2.1-bp153.2.3.1.i586","openSUSE Leap 15.3:weechat-devel-3.2.1-bp153.2.3.1.ppc64le","openSUSE Leap 15.3:weechat-devel-3.2.1-bp153.2.3.1.s390x","openSUSE Leap 15.3:weechat-devel-3.2.1-bp153.2.3.1.x86_64","openSUSE Leap 15.3:weechat-lang-3.2.1-bp153.2.3.1.noarch","openSUSE Leap 15.3:weechat-lua-3.2.1-bp153.2.3.1.aarch64","openSUSE Leap 15.3:weechat-lua-3.2.1-bp153.2.3.1.i586","openSUSE Leap 15.3:weechat-lua-3.2.1-bp153.2.3.1.ppc64le","openSUSE Leap 15.3:weechat-lua-3.2.1-bp153.2.3.1.s390x","openSUSE Leap 15.3:weechat-lua-3.2.1-bp153.2.3.1.x86_64","openSUSE Leap 15.3:weechat-perl-3.2.1-bp153.2.3.1.aarch64","openSUSE Leap 15.3:weechat-perl-3.2.1-bp153.2.3.1.i586","openSUSE Leap 15.3:weechat-perl-3.2.1-bp153.2.3.1.ppc64le","openSUSE Leap 15.3:weechat-perl-3.2.1-bp153.2.3.1.s390x","openSUSE Leap 15.3:weechat-perl-3.2.1-bp153.2.3.1.x86_64","openSUSE Leap 15.3:weechat-python-3.2.1-bp153.2.3.1.aarch64","openSUSE Leap 15.3:weechat-python-3.2.1-bp153.2.3.1.i586","openSUSE Leap 15.3:weechat-python-3.2.1-bp153.2.3.1.ppc64le","openSUSE Leap 15.3:weechat-python-3.2.1-bp153.2.3.1.s390x","openSUSE Leap 15.3:weechat-python-3.2.1-bp153.2.3.1.x86_64","openSUSE Leap 15.3:weechat-ruby-3.2.1-bp153.2.3.1.aarch64","openSUSE Leap 15.3:weechat-ruby-3.2.1-bp153.2.3.1.i586","openSUSE Leap 15.3:weechat-ruby-3.2.1-bp153.2.3.1.ppc64le","openSUSE Leap 15.3:weechat-ruby-3.2.1-bp153.2.3.1.s390x","openSUSE Leap 15.3:weechat-ruby-3.2.1-bp153.2.3.1.x86_64","openSUSE Leap 15.3:weechat-spell-3.2.1-bp153.2.3.1.aarch64","openSUSE Leap 15.3:weechat-spell-3.2.1-bp153.2.3.1.i586","openSUSE Leap 15.3:weechat-spell-3.2.1-bp153.2.3.1.ppc64le","openSUSE Leap 15.3:weechat-spell-3.2.1-bp153.2.3.1.s390x","openSUSE Leap 15.3:weechat-spell-3.2.1-bp153.2.3.1.x86_64","openSUSE Leap 15.3:weechat-tcl-3.2.1-bp153.2.3.1.aarch64","openSUSE Leap 15.3:weechat-tcl-3.2.1-bp153.2.3.1.i586","openSUSE Leap 15.3:weechat-tcl-3.2.1-bp153.2.3.1.ppc64le","openSUSE Leap 15.3:weechat-tcl-3.2.1-bp153.2.3.1.s390x","openSUSE Leap 15.3:weechat-tcl-3.2.1-bp153.2.3.1.x86_64"]}],"scores":[{"cvss_v3":{"baseScore":7.5,"baseSeverity":"HIGH","vectorString":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H","version":"3.1"},"products":["SUSE Package Hub 15 SP3:weechat-3.2.1-bp153.2.3.1.aarch64","SUSE Package Hub 15 SP3:weechat-3.2.1-bp153.2.3.1.i586","SUSE Package Hub 15 SP3:weechat-3.2.1-bp153.2.3.1.ppc64le","SUSE Package Hub 15 SP3:weechat-3.2.1-bp153.2.3.1.s390x","SUSE Package Hub 15 SP3:weechat-3.2.1-bp153.2.3.1.x86_64","SUSE Package Hub 15 SP3:weechat-devel-3.2.1-bp153.2.3.1.aarch64","SUSE Package Hub 15 SP3:weechat-devel-3.2.1-bp153.2.3.1.i586","SUSE Package Hub 15 SP3:weechat-devel-3.2.1-bp153.2.3.1.ppc64le","SUSE Package Hub 15 SP3:weechat-devel-3.2.1-bp153.2.3.1.s390x","SUSE Package Hub 15 SP3:weechat-devel-3.2.1-bp153.2.3.1.x86_64","SUSE Package Hub 15 SP3:weechat-lang-3.2.1-bp153.2.3.1.noarch","SUSE Package Hub 15 SP3:weechat-lua-3.2.1-bp153.2.3.1.aarch64","SUSE Package Hub 15 SP3:weechat-lua-3.2.1-bp153.2.3.1.i586","SUSE Package Hub 15 SP3:weechat-lua-3.2.1-bp153.2.3.1.ppc64le","SUSE Package Hub 15 SP3:weechat-lua-3.2.1-bp153.2.3.1.s390x","SUSE Package Hub 15 SP3:weechat-lua-3.2.1-bp153.2.3.1.x86_64","SUSE Package Hub 15 SP3:weechat-perl-3.2.1-bp153.2.3.1.aarch64","SUSE Package Hub 15 SP3:weechat-perl-3.2.1-bp153.2.3.1.i586","SUSE Package Hub 15 SP3:weechat-perl-3.2.1-bp153.2.3.1.ppc64le","SUSE Package Hub 15 SP3:weechat-perl-3.2.1-bp153.2.3.1.s390x","SUSE Package Hub 15 SP3:weechat-perl-3.2.1-bp153.2.3.1.x86_64","SUSE Package Hub 15 SP3:weechat-python-3.2.1-bp153.2.3.1.aarch64","SUSE Package Hub 15 SP3:weechat-python-3.2.1-bp153.2.3.1.i586","SUSE Package Hub 15 SP3:weechat-python-3.2.1-bp153.2.3.1.ppc64le","SUSE Package Hub 15 SP3:weechat-python-3.2.1-bp153.2.3.1.s390x","SUSE Package Hub 15 SP3:weechat-python-3.2.1-bp153.2.3.1.x86_64","SUSE Package Hub 15 SP3:weechat-ruby-3.2.1-bp153.2.3.1.aarch64","SUSE Package Hub 15 SP3:weechat-ruby-3.2.1-bp153.2.3.1.i586","SUSE Package Hub 15 SP3:weechat-ruby-3.2.1-bp153.2.3.1.ppc64le","SUSE Package Hub 15 SP3:weechat-ruby-3.2.1-bp153.2.3.1.s390x","SUSE Package Hub 15 SP3:weechat-ruby-3.2.1-bp153.2.3.1.x86_64","SUSE Package Hub 15 SP3:weechat-spell-3.2.1-bp153.2.3.1.aarch64","SUSE Package Hub 15 SP3:weechat-spell-3.2.1-bp153.2.3.1.i586","SUSE Package Hub 15 SP3:weechat-spell-3.2.1-bp153.2.3.1.ppc64le","SUSE Package Hub 15 SP3:weechat-spell-3.2.1-bp153.2.3.1.s390x","SUSE Package Hub 15 SP3:weechat-spell-3.2.1-bp153.2.3.1.x86_64","SUSE Package Hub 15 SP3:weechat-tcl-3.2.1-bp153.2.3.1.aarch64","SUSE Package Hub 15 SP3:weechat-tcl-3.2.1-bp153.2.3.1.i586","SUSE Package Hub 15 SP3:weechat-tcl-3.2.1-bp153.2.3.1.ppc64le","SUSE Package Hub 15 SP3:weechat-tcl-3.2.1-bp153.2.3.1.s390x","SUSE Package Hub 15 SP3:weechat-tcl-3.2.1-bp153.2.3.1.x86_64","openSUSE Leap 15.3:weechat-3.2.1-bp153.2.3.1.aarch64","openSUSE Leap 15.3:weechat-3.2.1-bp153.2.3.1.i586","openSUSE Leap 15.3:weechat-3.2.1-bp153.2.3.1.ppc64le","openSUSE Leap 15.3:weechat-3.2.1-bp153.2.3.1.s390x","openSUSE Leap 15.3:weechat-3.2.1-bp153.2.3.1.x86_64","openSUSE Leap 15.3:weechat-devel-3.2.1-bp153.2.3.1.aarch64","openSUSE Leap 15.3:weechat-devel-3.2.1-bp153.2.3.1.i586","openSUSE Leap 15.3:weechat-devel-3.2.1-bp153.2.3.1.ppc64le","openSUSE Leap 15.3:weechat-devel-3.2.1-bp153.2.3.1.s390x","openSUSE Leap 15.3:weechat-devel-3.2.1-bp153.2.3.1.x86_64","openSUSE Leap 15.3:weechat-lang-3.2.1-bp153.2.3.1.noarch","openSUSE Leap 15.3:weechat-lua-3.2.1-bp153.2.3.1.aarch64","openSUSE Leap 15.3:weechat-lua-3.2.1-bp153.2.3.1.i586","openSUSE Leap 15.3:weechat-lua-3.2.1-bp153.2.3.1.ppc64le","openSUSE Leap 15.3:weechat-lua-3.2.1-bp153.2.3.1.s390x","openSUSE Leap 15.3:weechat-lua-3.2.1-bp153.2.3.1.x86_64","openSUSE Leap 15.3:weechat-perl-3.2.1-bp153.2.3.1.aarch64","openSUSE Leap 15.3:weechat-perl-3.2.1-bp153.2.3.1.i586","openSUSE Leap 15.3:weechat-perl-3.2.1-bp153.2.3.1.ppc64le","openSUSE Leap 15.3:weechat-perl-3.2.1-bp153.2.3.1.s390x","openSUSE Leap 15.3:weechat-perl-3.2.1-bp153.2.3.1.x86_64","openSUSE Leap 15.3:weechat-python-3.2.1-bp153.2.3.1.aarch64","openSUSE Leap 15.3:weechat-python-3.2.1-bp153.2.3.1.i586","openSUSE Leap 15.3:weechat-python-3.2.1-bp153.2.3.1.ppc64le","openSUSE Leap 15.3:weechat-python-3.2.1-bp153.2.3.1.s390x","openSUSE Leap 15.3:weechat-python-3.2.1-bp153.2.3.1.x86_64","openSUSE Leap 15.3:weechat-ruby-3.2.1-bp153.2.3.1.aarch64","openSUSE Leap 15.3:weechat-ruby-3.2.1-bp153.2.3.1.i586","openSUSE Leap 15.3:weechat-ruby-3.2.1-bp153.2.3.1.ppc64le","openSUSE Leap 15.3:weechat-ruby-3.2.1-bp153.2.3.1.s390x","openSUSE Leap 15.3:weechat-ruby-3.2.1-bp153.2.3.1.x86_64","openSUSE Leap 15.3:weechat-spell-3.2.1-bp153.2.3.1.aarch64","openSUSE Leap 15.3:weechat-spell-3.2.1-bp153.2.3.1.i586","openSUSE Leap 15.3:weechat-spell-3.2.1-bp153.2.3.1.ppc64le","openSUSE Leap 15.3:weechat-spell-3.2.1-bp153.2.3.1.s390x","openSUSE Leap 15.3:weechat-spell-3.2.1-bp153.2.3.1.x86_64","openSUSE Leap 15.3:weechat-tcl-3.2.1-bp153.2.3.1.aarch64","openSUSE Leap 15.3:weechat-tcl-3.2.1-bp153.2.3.1.i586","openSUSE Leap 15.3:weechat-tcl-3.2.1-bp153.2.3.1.ppc64le","openSUSE Leap 15.3:weechat-tcl-3.2.1-bp153.2.3.1.s390x","openSUSE Leap 15.3:weechat-tcl-3.2.1-bp153.2.3.1.x86_64"]}],"threats":[{"category":"impact","date":"2022-03-18T15:01:16Z","details":"low"}],"title":"CVE-2021-40516"}]}