Skip to content
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

fix(sec): upgrade netty-all to 4.1.44.Final #1971

Merged
merged 1 commit into from
Oct 8, 2022
Merged

fix(sec): upgrade netty-all to 4.1.44.Final #1971

merged 1 commit into from
Oct 8, 2022

Conversation

NanKeXXX
Copy link
Contributor

Upgrade netty-all 4.1.42.Final to 4.1.44.Final for vulnerability fix:
- CVE-2020-7238
- CVE-2019-20444
- CVE-2019-20445

@codecov
Copy link

codecov bot commented Oct 1, 2022

Codecov Report

Merging #1971 (563d104) into master (51d29ac) will decrease coverage by 0.01%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master    #1971      +/-   ##
============================================
- Coverage     70.49%   70.48%   -0.02%     
- Complexity      724      978     +254     
============================================
  Files           454      454              
  Lines         39138    39138              
  Branches       5574     5574              
============================================
- Hits          27592    27587       -5     
- Misses         8837     8839       +2     
- Partials       2709     2712       +3     
Impacted Files Coverage Δ
...baidu/hugegraph/backend/store/raft/RaftResult.java 81.25% <0.00%> (-18.75%) ⬇️
...aidu/hugegraph/backend/store/raft/RaftClosure.java 44.82% <0.00%> (-17.25%) ⬇️
...hugegraph/backend/store/raft/RaftBackendStore.java 75.26% <0.00%> (-6.46%) ⬇️
...va/com/baidu/hugegraph/task/ServerInfoManager.java 73.25% <0.00%> (-1.75%) ⬇️
...u/hugegraph/backend/store/mysql/MysqlSessions.java 69.49% <0.00%> (ø)
...hugegraph/backend/store/raft/rpc/RaftRequests.java 20.12% <0.00%> (+0.22%) ⬆️
...ugegraph/backend/store/raft/StoreStateMachine.java 65.76% <0.00%> (+0.90%) ⬆️
...va/com/baidu/hugegraph/util/collection/IntSet.java 75.00% <0.00%> (+1.27%) ⬆️
...hugegraph/backend/store/raft/rpc/RpcForwarder.java 71.18% <0.00%> (+1.69%) ⬆️
.../hugegraph/backend/store/rocksdb/RocksDBTable.java 69.12% <0.00%> (+2.01%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@javeme
Copy link
Contributor

javeme commented Oct 1, 2022

scylladb 11 ci error, we try to re-run it again.

master node: 1
2022-10-01 02:09:44 [main] [INFO] c.b.h.HugeGraph - Graph 'hugegraph' has been cleared
2022-10-01 02:09:44 [main] [INFO] c.b.h.HugeGraph - Close graph standardhugegraph[hugegraph]
Error:  Tests run: 731, Failures: 5, Errors: 146, Skipped: 22, Time elapsed: 970.714 s <<< FAILURE! - in com.baidu.hugegraph.core.CoreTestSuite
Error:  testQueryEdgesByHasValues(com.baidu.hugegraph.core.EdgeCoreTest)  Time elapsed: 0.045 s  <<< ERROR!
com.baidu.hugegraph.exception.ExistedException: The property key 'id' has existed
	at com.baidu.hugegraph.core.EdgeCoreTest.initSchema(EdgeCoreTest.java:92)

Error:  testAddEdgeWithTtlAndTtlStartTime(com.baidu.hugegraph.core.EdgeCoreTest)  Time elapsed: 0.013 s  <<< ERROR!
com.baidu.hugegraph.exception.ExistedException: The property key 'id' has existed
	at com.baidu.hugegraph.core.EdgeCoreTest.initSchema(EdgeCoreTest.java:92)

@imbajin imbajin merged commit 7621aa7 into apache:master Oct 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants