${sleep,7}
${sleep,7}
GraphQL libraries like [GraphQL Ruby](https://graphql-ruby.org/schema/limiting_visibility) and [GraphQL Java](https://github.com/graphql-java/graphql-java/blob/v13.0/src/main/java/graphql/schema/visibility/GraphqlFieldVisibility.java) support hiding GraphQL schema fields from certain types of users. I'm having a hard time finding such a feature in this library....
## Please make sure that you have checked the boxes: - [x] [Pease review the Troubleshooting doc for additional details regarding your issue.](https://github.com/Netflix/security_monkey/blob/develop/docs/troubleshooting.md) - [x] Review the [Quickstart guide](https://github.com/Netflix/security_monkey/blob/develop/docs/quickstart.md) -...
**Please do not report security vulnerabilities here**. The [Responsible Disclosure Program](https://auth0.com/whitehat) details the procedure for disclosing security issues. **Thank you in advance for helping us to improve this library!** Please...
### Describe the desired feature ## What's The Problem Slither output in the terminal can become nearly impossible to read if the contract being analyzed is large. In numerous cases...
It would be great if there was a security.txt document added to this repo to allow for bug bounty hunters and researchers to know rules regarding bug bounty in your...
## What's the Problem I'm unable to connect the DBSeeder application to my mysql localhost server. I am able to connect to the MySQL server via other applications and via...
**Describe the bug** When running `yarn install` inside the docker container, the following error is produced: ``` contracts-env_1 | [4/4] Building fresh packages... contracts-env_1 | error /src/node_modules/@chainlink/contracts: Command failed. contracts-env_1...
## Description of Bug It is possible for a user to liquidate the PawnBank contract via the `underwriteLoan` function through a re-entrancy attack. This is caused by line 209: ```solidity...
## Description of the Bug The PawnBank contract seizeNFT function requires that the the loanCompletionTime be less than the block's timestamp: ``` require(loan.loanCompleteTime < block.timestamp, "Can't seize before expiry."); ```...
## Issues Resolved #11 #15 ## What Does This PR Do This PR adds an optional choice for users to add projects they follow to custom lists. The way this...