object(app\admin\model\bug\Bug)#19 (37) {
  ["name":protected]=>
  string(3) "bug"
  ["autoWriteTimestamp":protected]=>
  string(7) "integer"
  ["createTime":protected]=>
  string(10) "createtime"
  ["updateTime":protected]=>
  string(10) "updatetime"
  ["deleteTime":protected]=>
  string(10) "deletetime"
  ["append":protected]=>
  array(0) {
  }
  ["connection":protected]=>
  array(0) {
  }
  ["parent":protected]=>
  NULL
  ["query":protected]=>
  NULL
  ["table":protected]=>
  NULL
  ["class":protected]=>
  string(23) "app\admin\model\bug\Bug"
  ["error":protected]=>
  NULL
  ["validate":protected]=>
  NULL
  ["pk":protected]=>
  NULL
  ["field":protected]=>
  array(0) {
  }
  ["except":protected]=>
  array(0) {
  }
  ["disuse":protected]=>
  array(0) {
  }
  ["readonly":protected]=>
  array(0) {
  }
  ["visible":protected]=>
  array(0) {
  }
  ["hidden":protected]=>
  array(0) {
  }
  ["data":protected]=>
  array(24) {
    ["id"]=>
    int(11809)
    ["cve_code"]=>
    string(14) "CVE-2022-31163"
    ["cnnvd"]=>
    string(17) "CNNVD-202207-2244"
    ["cncve"]=>
    string(1) "/"
    ["cvss_score"]=>
    float(8.1)
    ["system"]=>
    string(37) "红旗Asianux服务器操作系统 V8"
    ["desc"]=>
    string(1282) "TZInfo 是一个 Ruby 库,它提供对时区数据的访问,并允许使用时区规则转换时间。0.36.1 之前的版本以及 1.2.10 之前的版本在与 Ruby 数据源 tzinfo-data 一起使用时,容易受到相对路径遍历的攻击。使用 Ruby 数据源时,时区在 Ruby 文件中定义。每个时区都有一个文件。时区文件根据需要使用“require”加载。在受影响的版本中,“TZInfo::Timezone.get”无法正确验证时区标识符,允许标识符内出现换行符。使用 Ruby 版本 1.9.3 及更高版本时,“TZInfo::Timezone.get”可以使用“require”加载非预期文件,并在 Ruby 进程中执行它们。0.3.61 和 1.2.10 版本包含可正确验证时区标识符的修复程序。2.0.0 及更高版本不易受攻击。如果文件名称符合有效时区标识符规则,且文件在加载路径中的目录中具有“tzinfo/definition”前缀,则版本 0.3.61 仍可从 Ruby 加载路径加载任意文件。应用程序应确保不将不受信任的文件放在加载路径的目录中。作为一种解决方法,可以在将时区标识符传递给“TZInfo::Timezone.get”之前对其进行验证,方法是确保它与正则表达式“\A[A-Za-z0-9+\-_]+(?:\/[A-Za-z0-9+\-_]+)*\z”匹配。"
    ["date"]=>
    string(10) "2024-11-01"
    ["level"]=>
    string(6) "高危"
    ["package"]=>
    string(15) "rubygem-tzinfo;"
    ["repair_version"]=>
    NULL
    ["repair"]=>
    string(89) "软件包升级
dnf update rubygem-tzinfo-1.2.5-2 
dnf update rubygem-tzinfo-doc-1.2.5-2
"
    ["prove"]=>
    NULL
    ["patch"]=>
    NULL
    ["references"]=>
    array(6) {
      [0]=>
      string(53) "https://github.com/tzinfo/tzinfo/releases/tag/v0.3.61"
      [1]=>
      string(72) "https://github.com/tzinfo/tzinfo/security/advisories/GHSA-5cm2-9h8c-rvfx"
      [2]=>
      string(53) "https://github.com/tzinfo/tzinfo/releases/tag/v1.2.10"
      [3]=>
      string(80) "https://github.com/tzinfo/tzinfo/commit/9eddbb5c0e682736f61d0dd803b6031a5db9eadf"
      [4]=>
      string(80) "https://github.com/tzinfo/tzinfo/commit/9905ca93abf7bf3e387bd592406e403cd18334c7"
      [5]=>
      string(66) "https://lists.debian.org/debian-lts-announce/2022/08/msg00009.html"
    }
    ["createtime"]=>
    int(1733118387)
    ["updatetime"]=>
    int(1733118387)
    ["deletetime"]=>
    NULL
    ["visible"]=>
    int(1)
    ["name"]=>
    NULL
    ["cvss_info"]=>
    NULL
    ["sys_type"]=>
    string(21) "服务器操作系统"
    ["repair_date"]=>
    string(10) "2024-11-04"
    ["cve_name"]=>
    string(19) "TZInfo 安全漏洞"
  }
  ["origin":protected]=>
  array(24) {
    ["id"]=>
    int(11809)
    ["cve_code"]=>
    string(14) "CVE-2022-31163"
    ["cnnvd"]=>
    string(17) "CNNVD-202207-2244"
    ["cncve"]=>
    string(1) "/"
    ["cvss_score"]=>
    float(8.1)
    ["system"]=>
    string(37) "红旗Asianux服务器操作系统 V8"
    ["desc"]=>
    string(1282) "TZInfo 是一个 Ruby 库,它提供对时区数据的访问,并允许使用时区规则转换时间。0.36.1 之前的版本以及 1.2.10 之前的版本在与 Ruby 数据源 tzinfo-data 一起使用时,容易受到相对路径遍历的攻击。使用 Ruby 数据源时,时区在 Ruby 文件中定义。每个时区都有一个文件。时区文件根据需要使用“require”加载。在受影响的版本中,“TZInfo::Timezone.get”无法正确验证时区标识符,允许标识符内出现换行符。使用 Ruby 版本 1.9.3 及更高版本时,“TZInfo::Timezone.get”可以使用“require”加载非预期文件,并在 Ruby 进程中执行它们。0.3.61 和 1.2.10 版本包含可正确验证时区标识符的修复程序。2.0.0 及更高版本不易受攻击。如果文件名称符合有效时区标识符规则,且文件在加载路径中的目录中具有“tzinfo/definition”前缀,则版本 0.3.61 仍可从 Ruby 加载路径加载任意文件。应用程序应确保不将不受信任的文件放在加载路径的目录中。作为一种解决方法,可以在将时区标识符传递给“TZInfo::Timezone.get”之前对其进行验证,方法是确保它与正则表达式“\A[A-Za-z0-9+\-_]+(?:\/[A-Za-z0-9+\-_]+)*\z”匹配。"
    ["date"]=>
    string(10) "2024-11-01"
    ["level"]=>
    string(6) "高危"
    ["package"]=>
    string(15) "rubygem-tzinfo;"
    ["repair_version"]=>
    NULL
    ["repair"]=>
    string(89) "软件包升级
dnf update rubygem-tzinfo-1.2.5-2 
dnf update rubygem-tzinfo-doc-1.2.5-2
"
    ["prove"]=>
    NULL
    ["patch"]=>
    NULL
    ["references"]=>
    string(409) "https://github.com/tzinfo/tzinfo/releases/tag/v0.3.61;https://github.com/tzinfo/tzinfo/security/advisories/GHSA-5cm2-9h8c-rvfx;https://github.com/tzinfo/tzinfo/releases/tag/v1.2.10;https://github.com/tzinfo/tzinfo/commit/9eddbb5c0e682736f61d0dd803b6031a5db9eadf;https://github.com/tzinfo/tzinfo/commit/9905ca93abf7bf3e387bd592406e403cd18334c7;https://lists.debian.org/debian-lts-announce/2022/08/msg00009.html"
    ["createtime"]=>
    int(1733118387)
    ["updatetime"]=>
    int(1733118387)
    ["deletetime"]=>
    NULL
    ["visible"]=>
    int(1)
    ["name"]=>
    NULL
    ["cvss_info"]=>
    NULL
    ["sys_type"]=>
    string(21) "服务器操作系统"
    ["repair_date"]=>
    string(10) "2024-11-04"
    ["cve_name"]=>
    string(19) "TZInfo 安全漏洞"
  }
  ["relation":protected]=>
  array(0) {
  }
  ["auto":protected]=>
  array(0) {
  }
  ["insert":protected]=>
  array(0) {
  }
  ["update":protected]=>
  array(0) {
  }
  ["dateFormat":protected]=>
  bool(false)
  ["type":protected]=>
  array(0) {
  }
  ["isUpdate":protected]=>
  bool(true)
  ["replace":protected]=>
  bool(false)
  ["force":protected]=>
  bool(false)
  ["updateWhere":protected]=>
  array(1) {
    ["id"]=>
    array(2) {
      [0]=>
      string(2) "eq"
      [1]=>
      string(5) "11809"
    }
  }
  ["failException":protected]=>
  bool(false)
  ["useGlobalScope":protected]=>
  bool(true)
  ["batchValidate":protected]=>
  bool(false)
  ["resultSetType":protected]=>
  string(5) "array"
  ["relationWrite":protected]=>
  NULL
}