-
# Lines of code
https://github.com/code-423n4/2024-01-salty/blob/main/src/dao/Proposals.sol#L425
# Vulnerability details
## Impact
To understand the vulnerability, we need to keep in mind the foll…
-
# Lines of code
https://github.com/code-423n4/2022-12-tessera/blob/f37a11407da2af844bbfe868e1422e3665a5f8e4/src/modules/GroupBuy.sol#L299-L319
# Vulnerability details
The README states `If two use…
-
This issue tracks our overall progress. Tick stuff that has been done and add new jobs here as they come up. Possibly link to other issues containing more info on the subject.
- [x] Figure out how …
M4a1x updated
2 years ago
-
-
**Submitting author:** @jschepers (Judith Schepers)
**Repository:** https://github.com/unfoldtoolbox/UnfoldSim.jl
**Branch with paper.md** (empty if default branch): joss-paper
**Version:** v.0.3.1
**…
-
# Rationale
Currently, when go-ethereum builds/executes a block it processes transactions in the EVM (while using the O(1) snapshot to perform DB reads as needed) and then needs to apply all of the…
-
# Problem statement
While performing binary operations `roaring-rs` makes every effort to reuse stores from an owned bitmap that will otherwise be dropped and the end of the op. This is generally a…
saik0 updated
2 years ago
-
Hello,
I've been experimenting with the pre-trained model you've uploaded, and I've noticed an issue. Regardless of the input, the model consistently predicts every image to be label 4. This behavi…
-
One of the major `rand` critiques, which I've recently seen, argues that it makes hard to write "quick and dirty" code. This motivates creation of crates like [`fastrand`](https://github.com/stjepang/…
-
The context needs to correctly determine whether or not the working directories for a session exist, not overwriting previous work. It should also be able to determine whether the work is finished or …