forked from bnb-chain/bsc
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'bn-develop' into merge-pascal
- Loading branch information
Showing
1,122 changed files
with
71,802 additions
and
43,443 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,36 @@ | ||
# Lines starting with '#' are comments. | ||
# Each line is a file pattern followed by one or more owners. | ||
accounts/usbwallet @karalabe | ||
accounts/scwallet @gballet | ||
accounts/abi @gballet @MariusVanDerWijden | ||
cmd/clef @holiman | ||
consensus @karalabe | ||
core/ @karalabe @holiman @rjl493456442 | ||
eth/ @karalabe @holiman @rjl493456442 | ||
eth/catalyst/ @gballet | ||
|
||
accounts/usbwallet/ @gballet | ||
accounts/scwallet/ @gballet | ||
accounts/abi/ @gballet @MariusVanDerWijden | ||
beacon/engine/ @MariusVanDerWijden @lightclient @fjl | ||
beacon/light/ @zsfelfoldi | ||
beacon/merkle/ @zsfelfoldi | ||
beacon/types/ @zsfelfoldi @fjl | ||
beacon/params/ @zsfelfoldi @fjl | ||
cmd/clef/ @holiman | ||
cmd/evm/ @holiman @MariusVanDerWijden @lightclient | ||
core/state/ @rjl493456442 @holiman | ||
crypto/ @gballet @jwasinger @holiman @fjl | ||
core/ @holiman @rjl493456442 | ||
eth/ @holiman @rjl493456442 | ||
eth/catalyst/ @MariusVanDerWijden @lightclient @fjl @jwasinger | ||
eth/tracers/ @s1na | ||
ethclient/ @fjl | ||
ethdb/ @rjl493456442 | ||
event/ @fjl | ||
trie/ @rjl493456442 | ||
triedb/ @rjl493456442 | ||
core/tracing/ @s1na | ||
graphql/ @s1na | ||
les/ @zsfelfoldi @rjl493456442 | ||
light/ @zsfelfoldi @rjl493456442 | ||
internal/ethapi/ @fjl @s1na @lightclient | ||
internal/era/ @lightclient | ||
metrics/ @holiman | ||
miner/ @MariusVanDerWijden @holiman @fjl @rjl493456442 | ||
node/ @fjl | ||
p2p/ @fjl @zsfelfoldi | ||
rlp/ @fjl | ||
params/ @fjl @holiman @karalabe @gballet @rjl493456442 @zsfelfoldi | ||
rpc/ @fjl @holiman | ||
p2p/simulations @fjl | ||
p2p/protocols @fjl | ||
p2p/testing @fjl | ||
signer/ @holiman |
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
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
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,6 @@ Diederik Loerakker <[email protected]> | |
Dimitry Khokhlov <[email protected]> | ||
|
||
Domino Valdano <[email protected]> | ||
Domino Valdano <[email protected]> <[email protected]> | ||
|
||
Edgar Aroutiounian <[email protected]> | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
CVE-2024-34478 # "CWE-754: Improper Check for Unusual or Exceptional Conditions." This vulnerability is BTC only, BSC does not have the issue. | ||
CVE-2024-6104 # "CWE-532: Information Exposure Through Log Files" This is caused by the vulnerabilities [email protected], it is only used in cmd devp2p, impact is limited. will upgrade to v0.7.7 later | ||
CVE-2024-8421 # "CWE-400: Uncontrolled Resource Consumption (Resource Exhaustion)" This vulnerability is caused by issues in the golang.org/x/net package. Even the latest version(v0.29.0) has not yet addressed it, but we will continue to monitor updates closely. | ||
CVE-2024-8421 # "CWE-400: Uncontrolled Resource Consumption (Resource Exhaustion)" This vulnerability is caused by issues in the golang.org/x/net package. Even the latest version(v0.29.0) has not yet addressed it, but we will continue to monitor updates closely. | ||
CVE-2024-51744 # "CWE-347: Improper Verification of Cryptographic Signature" & "CWE-755: Improper Handling of Exceptional Conditions" This vulnerability is caused mishandling of JWT error code, BSC does not have the issue as it does not check the detail error code. |
Oops, something went wrong.