-
# Lines of code
https://github.com/code-423n4/2024-08-wildcat/blob/main/src/access/MarketConstraintHooks.sol#L204-L288
# Vulnerability details
## Impact
The `reserveRatioBips` will be incorrect if…
-
## Describe the bug
I am trying to use this library on AWS Lambda, serverless. I've added the basic oauth configuration. It worked for an hour and now I am getting this error. "Failed to refresh acce…
-
Don't count sleeping hours etc. towards expiry.
See also #590 and #924, which are substantially different but related, and #924 will be required in order to implement this one.
-
```
obj = {
"id": 1,
"uname": "abc"
}
rj.jsonset('key1', Path.rootPath(), obj)
```
-
![expiry date wrong.JPG](https://raw.githubusercontent.com/nus-cs2113-AY2122S1/pe/master/files/a355d024-038d-4ad1-a230-a8880ba2ae7c.JPG)
expiry date should show expiry dates of items to be expired a…
-
```
Uploaded files require manual pruning to prevent strains on disk quota.
Request:
- files auto purge from database upon expiration and are moved to pending
deletion folder.
- files are then dele…
-
The intention is to expire in 7 days, but the code doesn't provide a number thats 7 days ahead of now...far from it!
https://github.com/dwyl/learn-json-web-tokens/blob/master/example/lib/helpers.js#L3…
-
```
Uploaded files require manual pruning to prevent strains on disk quota.
Request:
- files auto purge from database upon expiration and are moved to pending
deletion folder.
- files are then dele…
-
This is a feature suggestion rather than a bug report.
I've been configuring a couple of suppression rules for generated code today. I've pushed a couple of pull requests up to get them fixed but i…
-
送金でexpiryのチェックを行っているが、送金元と送金先のheightが異なっていることは充分あり得る。
BOLT4の"expiry_too_soon"も`if the cltv_expiry is unreasonably near the present`と、数値が決まっているわけでは無い。
どこかで余裕を持たせるようになっているのだろうか?