-
**Github username:** --
**Twitter username:** --
**Submission hash (on-chain):** 0xc9744d2c5939517f8898f82f71d405f530cb3b42aecadba999ceb9ff71671507
**Severity:** medium
**Description:**
**Descriptio…
-
I'm having issues getting my horizontal scroll wheel to work, and apologies if there's something obvious I'm missing since I'm still a relatively new Linux user. From what I can tell, my mouse _should…
-
## JavaScript API
JavaScript calls all Rust functions that start with `init_` when the game is loaded by switching to play mode or the game is reloaded using `Ctrl + R`. This allows multiple entry po…
-
# Findings for Notional x Index Coop C4 Contest
**Type of Audit:** Security Review
**Type of Project:** DeFi
**Language**: Solidity
**Methods**: Manual review, automated test suite
## Audit Scope
1. […
-
Hello everybody. I have been annoyed by unstable reading of the irremote library or my Ir receiver. I have used Ir receiver connected to Arduino mega 2560's digital pin 9. I have also tried to conne…
-
Title: Not verified input
Severity: Low Risk
external / public functions parameters should be validated to make sure the address is not 0.
Otherwise if not given the right input it can mista…
-
#### Is your question related to a specific version? If so, please specify:
Microsoft.NET.Sdk.Functions 3.0.7
Microsoft.Azure.WebJobs.Extensions.ServiceBus 4.1.1
#### What language does your ques…
-
# Lines of code
https://github.com/code-423n4/2023-02-ethos/blob/main/Ethos-Vault/contracts/ReaperVaultV2.sol#L368-L408
# Vulnerability details
## Impact
Contracts that integrate with the `ReaperV…
-
Here's the design on top of my mind:
```go
type v1alpha1Component Unstructured
type v1alpha2Component Unstructured
...
// Converter is the plugin that convert v1alpha1 OAM types to v1alpha2 t…
-
[Repro][1]
The receiver type for constructor functions is covariant, but when I pass a constructor for an abstract class into a function parameter and then try to instantiate it within the function…