-
# Lines of code
https://github.com/code-423n4/2024-03-zksync/blob/4f0ba34f34a864c354c7e8c47643ed8f4a250e13/code/system-contracts/bootloader/bootloader.yul#L919-L1052
# Vulnerability details
## Pr…
-
**Story**
Guest users can bookmark items. We have also had problems on other systems with guest user accounts filling up the Users table. I suggest that we turn off guest users if possible (see h…
-
**Context:** [EcPairing.yul#L1634](https://github.com/lambdaclass/zksync_era_precompiles/blob/bb9d3991d7af865a717f19559cd256a6ba6a90c8/precompiles/EcPairing.yul#L1634)
**Description:**
The G2 po…
-
## Summary
When creating a new Permission Set Term and Condition, the term will not display in Blacklight if the first line in the dialogue box is empty.
Example:
![Image](https://github.com/…
-
At the top of the page when a user is signed in Blacklight, we would like to change yale university+net ID to the user's email.
**Screenshot for username shown when logged in:**
![Image](https://gi…
-
**Story**
We would like to remove the “Back to Bookmarks” button from the permission_requests page. Additionally, we would like to change the header “Digital Access Requests” to read just “Access Req…
-
many internal functions are so small that they should be inlined to avoid a jump
perhaps the solidity optimizer should handle this with a large number of runs, but some functions are expected to be…
-
**Story**
Users need a way to navigate to their Access Requests without having to perform a search or go through the Bookmarks menu. We will add a link titled “Access Requests” to the header, to the r…
-
```solidity
contract C {
function f() public pure {
assembly {
let opcode := byte(0, 0)
}
}
}
```
Produces
```log
Error: Expected AsciiStringLiteral …
-
**Story**
In the “request pending” message that appears on an object page in Blacklight after a user submits an access request, we should include a link to the Access Requests page (`permission_reques…