OpenListTeam / OpenListTeam/OpenList-Frontend

[BUG] 存储选择界面输入正则表达式特殊字符导致System Error

Open
#214 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
TypeScript
Stars
100
Forks
240
Avg merge
22h 42m
Merged PRs (30d)
17

Description

请确认以下事项
  • 我已确认阅读并同意 AGPL-3.0 第15条
    本程序不提供任何明示或暗示的担保,使用风险由您自行承担。

  • 我已确认阅读并同意 AGPL-3.0 第16条
    无论何种情况,版权持有人或其他分发者均不对使用本程序所造成的任何损失承担责任。

  • 我确认我的描述清晰,语法礼貌,能帮助开发者快速定位问题,并符合社区规则。

  • 我已确认阅读了OpenList文档

  • 我已确认没有重复的问题或讨论。

  • 我已确认是OpenList的问题,而不是其他原因(例如 网络依赖操作)。

  • 我认为此问题必须由OpenList处理,而非第三方。

  • 我已确认这个问题在最新版本中没有被修复。

OpenList 版本(必填)

v4.1.2

使用的存储驱动(必填)

Any

问题描述(必填)

在OpenList驱动选择界面,输入任何正则表达式内的特殊字符都会导致System Error'
界面:

Image

输入正则表达式特殊字符(如+ \)后

Image
配置文件内容(必填)

与配置文件内容无关,属于前端问题

日志(可选)

No response

复现链接(可选)

新建存储,选择驱动输入框,内输入正则表达式特殊字符(如+ \)(可以位于其他字符中间)

推测由于前端不验证直接使用输入作为正则匹配导致

Image

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the error in the new-storage driver selection input using regex special characters such as + or \. Inspect the frontend path that handles this input and its regex matching, then verify that entering these characters no longer produces a System Error.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.