Skip to content
代码片段 群组 项目
  • Brian Williams's avatar
    9666082f
    Replace custom CVSS validation with cvss_suite gem · 9666082f
    Brian Williams 创作于
    The first iteration of CVSS validation was a custom implemention.
    However, there exists a gem which does everything we want to do and
    should involve lower maintenance overhead. This change switches to the
    gem and removes the custom implementation. Since cvss_suite works with
    versions 2, 3.0, and 3.1, this change adds tests for cvss_v2 validation
    and refactors the validation to use a validator.
    9666082f
    历史
    Replace custom CVSS validation with cvss_suite gem
    Brian Williams 创作于
    The first iteration of CVSS validation was a custom implemention.
    However, there exists a gem which does everything we want to do and
    should involve lower maintenance overhead. This change switches to the
    gem and removes the custom implementation. Since cvss_suite works with
    versions 2, 3.0, and 3.1, this change adds tests for cvss_v2 validation
    and refactors the validation to use a validator.
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。
此项目使用Bundler管理其依赖关系. 进一步了解