openzeppelin-solidity
OpenZeppelin Contracts is a library for secure smart contract development. [Moved to: https://github.com/OpenZeppelin/openzeppelin-contracts] (by OpenZeppelin)
RegEx-DoS
:cop: :punch: RegEx Denial of Service (ReDos) Scanner (by Wisdom)
openzeppelin-solidity | RegEx-DoS | |
---|---|---|
4 | - | |
10,805 | 162 | |
- | 0.0% | |
9.4 | 0.0 | |
almost 4 years ago | over 7 years ago | |
JavaScript | JavaScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
openzeppelin-solidity
Posts with mentions or reviews of openzeppelin-solidity.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-07-09.
-
Attack Vectors in Solidity #6:Unexpected Ether( Incorrect Use of this.balance)
pragma solidity ^0.5.0; import "https://github.com/OpenZeppelin/openzeppelin-solidity/contracts/math/SafeMath.sol"; contract MyContract { using SafeMath for uint256; function deposit() public payable { // code to deposit ether } function withdraw(uint256 _amount) public { require(this.balance.sub(_amount) >= 0, "Insufficient funds"); // code to withdraw ether } }
-
How to check if tokenholder is holding 2 different tokens at the same time before an event is triggered?
The basic structure could be done as follows using OZ ERC20 interface https://github.com/OpenZeppelin/openzeppelin-solidity/blob/master/contracts/token/ERC20/IERC20.sol
- Is this why shib price keeps going down?
-
can someone tell me what this contract wants?
// See: https://github.com/OpenZeppelin/openzeppelin-solidity/pull/522
RegEx-DoS
Posts with mentions or reviews of RegEx-DoS.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning RegEx-DoS yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
When comparing openzeppelin-solidity and RegEx-DoS you can also consider the following projects:
openzeppelin-contracts - OpenZeppelin Contracts is a library for secure smart contract development.
snyk - Snyk CLI scans and monitors your projects for security vulnerabilities. [Moved to: https://github.com/snyk/cli]
SoliditySamples - Solidity Smart Contracts Samples
Themis - Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data storage. Has unified APIs across 14 platforms.
bytecode-verifier - Compile Solidity source code and verify its bytecode matches the blockchain
rate-limiter-flexible - Atomic counters and rate limiting tools. Limit resource access at any scale.