Merge pull request #2504 from fireflyi/master

存在sql注入风险
3.1.1-release
许雪里 3 months ago committed by GitHub
commit ddcacc2d68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -188,8 +188,8 @@
executor_handler = #{executorHandler}, executor_handler = #{executorHandler},
executor_param = #{executorParam}, executor_param = #{executorParam},
executor_block_strategy = #{executorBlockStrategy}, executor_block_strategy = #{executorBlockStrategy},
executor_timeout = ${executorTimeout}, executor_timeout = #{executorTimeout},
executor_fail_retry_count = ${executorFailRetryCount}, executor_fail_retry_count = #{executorFailRetryCount},
glue_type = #{glueType}, glue_type = #{glueType},
glue_source = #{glueSource}, glue_source = #{glueSource},
glue_remark = #{glueRemark}, glue_remark = #{glueRemark},

Loading…
Cancel
Save