-
-
Notifications
You must be signed in to change notification settings - Fork 483
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
1.12.15 #261
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
} | ||
if (localSave) { | ||
File dest = new File(eruptProp.getUploadPath() + path); | ||
if (!dest.getParentFile().exists()) { |
Check failure
Code scanning / CodeQL
Uncontrolled data used in path expression High
This path depends on a .
This path depends on a .
This path depends on a .
This path depends on a .
This path depends on a .
This path depends on a .
user-provided value
Error loading related location
Loading This path depends on a
user-provided value
Error loading related location
Loading This path depends on a
user-provided value
Error loading related location
Loading This path depends on a
user-provided value
Error loading related location
Loading This path depends on a
user-provided value
Error loading related location
Loading This path depends on a
user-provided value
Error loading related location
Loading if (localSave) { | ||
File dest = new File(eruptProp.getUploadPath() + path); | ||
if (!dest.getParentFile().exists()) { | ||
if (!dest.getParentFile().mkdirs()) { |
Check failure
Code scanning / CodeQL
Uncontrolled data used in path expression High
This path depends on a .
This path depends on a .
This path depends on a .
This path depends on a .
This path depends on a .
This path depends on a .
user-provided value
Error loading related location
Loading This path depends on a
user-provided value
Error loading related location
Loading This path depends on a
user-provided value
Error loading related location
Loading This path depends on a
user-provided value
Error loading related location
Loading This path depends on a
user-provided value
Error loading related location
Loading This path depends on a
user-provided value
Error loading related location
Loading
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🐞 解决数值组件手动清除再查询会报错的bug #
🐞 解决 ueditor 拖动上传图片保存不成功的问题 #
🐞 修复分页时选中按钮的删除状态未清除的bug #
🐞 修复 bi 数据表组件声明顺序与渲染顺序不一致的问题 #
🐞 修复 bi 时间区间组件清空时查询条件报错的问题 #
🐞 修复级联查询时二级弹出有可能失效的bug #
🧩 copyrightTxt 支持渲染标签
🧩 多附件上传场景支持选择后的查看与下载
🧩 表格自动滚动区域支持高度自适应
🌟 升级 spring boot 至 2.7.18
🌟 erupt-bi 表格支持显示百分比进度条
🌟 erupt-bi 表格支持配置长文本类型、链接类型
🌟 在线日志支持 JUL 的日志的 appender
🌟 tagType 增加 maxTagCount 配置,控制最大可选择标签数
🌟 lambdaQuery 支持select返回目标对象
🌟 增加 Open API 能力,支持外部系统通过 appid + secret 获取 erupt token
🌟 增加全局函数 msg/modal/notify
🌟 tpl 支持使用抽屉方式打开
🌟 节点日志使用抽屉方式打开