-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve ID format validation #12824
Comments
88250
added a commit
to 88250/lute
that referenced
this issue
Oct 18, 2024
88250
added a commit
to 88250/lute
that referenced
this issue
Oct 18, 2024
88250
added a commit
to 88250/lute
that referenced
this issue
Oct 18, 2024
88250
added a commit
that referenced
this issue
Oct 18, 2024
88250
added a commit
that referenced
this issue
Oct 18, 2024
测试后发现严格校验会导致之前的一些块无法加载,还是只能取消校验。 |
ID 格式不合法会造成哪些问题? |
通过 id 获取创建时间会报错,正文里有日志。 |
88250
added a commit
that referenced
this issue
Oct 21, 2024
这些不合法的ID是怎么产生的 |
猜测可能是某些插件扩展生成的。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
从用户反馈中发现一些 ID 格式不合法(分和秒不可能超过 59),需要改进 ID 校验实现。
The text was updated successfully, but these errors were encountered: