-
The module method [`Interrobang.bangify_method`](https://github.com/fny/interrobang/blob/master/lib/interrobang.rb#L77) was improperly detected as both a module and instance method.
---
Re: [B] [Int…
-
```
What steps will reproduce the problem?
1. Calibrate radio with only stick controls
2. CH7 gets calibrated to whatever is the min/max deviation of the PWM
3. activate any CH7 function - it switches…
-
I notice almost every time I use postage I end up having to specify the channel type many times.
Some places this can be reduced with `impl postage::Sink` `impl postage::Stream`, but always.
I th…
-
Event how to ,tks.
in c# bind ocx event like this.
netobj1.OnConnected += new System.EventHandler(this.netobj1_OnConnected);
pinke updated
4 months ago
-
# Handle
sirhashalot
# Vulnerability details
## Impact
The `_sendForReceiver()` function only sets a return function in the "if" code block, not the "else" case. If the "else" case is true, no va…
-
# Handle
defsec
# Vulnerability details
## Impact
In the contract there is no re-entrancy mitigations. Contracts interact with various outside sources (tokens, aave pools, other possible strategi…
-
Non-native arithmetic gadget has now been implemented. Collecting small snippets and improvement ideas for later improvement:
- [x] feat: add Field structure which has methods which return `emulated.…
-
How can modify parameters from ldap before sent to DB?
for example:
AUTH_LDAP_USER_ATTR_MAP = {
"first_name": "givenName",
"last_name": "sn",
"email": "mail",
"phone":"mobile"
}
…
-
# Lines of code
https://github.com/code-423n4/2024-04-renzo/blob/main/contracts/Bridge/L1/xRenzoBridge.sol#L175
# Vulnerability details
## Impact
If the `xReceive` function fails to handle reverts…
-
## Signature Re-Use
The `adminAccountMigration()` function intends to allow a seller to update `auction.seller` in the event their account is compromised. However, the signature in `requireAuthorized…