[security] Basic Audit#859
Conversation
Signed-off-by: Chojan Shang <psiace@outlook.com>
Signed-off-by: Chojan Shang <psiace@outlook.com>
Signed-off-by: Chojan Shang <psiace@outlook.com>
|
Thanks for the contribution! Please review the labels and make any necessary changes. |
| jobs: | ||
| security-audit: | ||
| runs-on: ubuntu-latest | ||
| if: "!contains(github.event.head_commit.message, 'audit skip')" |
There was a problem hiding this comment.
change to if: "contains(github.event.head_commit.message, 'audit')"?
There was a problem hiding this comment.
or check github.event.comment.body when pr is created?
Codecov Report
@@ Coverage Diff @@
## master #859 +/- ##
======================================
Coverage 77% 77%
======================================
Files 326 326
Lines 18019 18111 +92
======================================
+ Hits 14037 14122 +85
- Misses 3982 3989 +7
Continue to review full report at Codecov.
|
|
Cool. Pain |
| anyhow = "1.0.41" | ||
| paste = "^1.0" | ||
| ordered-float = "2.0" | ||
| ordered-float = "2.5" |
There was a problem hiding this comment.
Hmm, why we bump ordered-float here?
There was a problem hiding this comment.
I see.
This is scanned by https://deps.rs/repo/github/datafuselabs/datafuse
It seems that's the dep bot job, don't know why it's not working
| <h1>Datafuse</h1> | ||
| <strong> | ||
| Modern Real-Time Data Processing & Analytics DBMS with Cloud-Native Architecture | ||
| Modern Real-Time Data Processing & Analytics DBMS with Cloud-Native Architecture |
arrow-rs upstraem: We can fix it in: https://github.com/datafuse-extras/arrow-rs |
|
|
We can use https://github.com/datafuse-extras/arrow-rs for this patch now 🚀 |
Signed-off-by: Chojan Shang <psiace@outlook.com>
|
CI Passed |
8 similar comments
|
CI Passed |
|
CI Passed |
|
CI Passed |
|
CI Passed |
|
CI Passed |
|
CI Passed |
|
CI Passed |
|
CI Passed |
I hereby agree to the terms of the CLA available at: https://datafuse.rs/policies/cla/
Summary
Changelog
Related Issues
Related #852
Test Plan
No test plan.