LinuxSuRen / api-testing

YAML based API testing tool. 开源接口调试、测试工具。Mock Server

Home Page:https://linuxsuren.github.io/api-testing/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update golang.org/x/net to fix CVE-2023-45288

im-jinxinwang opened this issue · comments

Description:

What issue is being seen? Describe what should be happening instead of
the bug, for example: api-testing should not crash, the expected value isn't
returned, etc.

The golang.org/x/net (v0.22.0) shipped in latest release has a vulnerability CVE-2023-45288.

It can be resolved by updating golang.org/x/net greater than or equal to 0.23.0

Repro steps:

Include sample requests, environment, etc. All data and inputs
required to reproduce the bug.

Note: If there are privacy concerns, sanitize the data prior to
sharing.

Environment:

Include the environment like api-testing version, os version and so on.

Logs:

Include the access logs and the api-testing logs.

commented

Thanks for reporting.

/assign @yuluo-yx