sooho
sooho copied to clipboard
Toolbox for auditing and patching vulnerabilities in smart contracts.
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [semver](https://github.com/npm/node-semver) from 5.6.0 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...
Bumps [semver](https://github.com/npm/node-semver) from 6.0.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@lukekarrys, @joaomoreno, @nicolo-ribaudo) Changelog Sourced from...
Bumps [semver](https://github.com/npm/node-semver) from 6.0.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@lukekarrys, @joaomoreno, @nicolo-ribaudo) Changelog Sourced from...
Bumps [async](https://github.com/caolan/async) from 2.6.1 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) v2.6.2 Updated lodash...
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.12 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...
A signature using at auditing is changeable. So we should do signature versioning or entire advisory-db versioning by git tag (for example).
# Problem Expected behavior is same as `lerna run audit -- ~/Documents/Workspace/references/sooho/hgc.sol` when called `lerna run audit -- ./hgc.sol`. ``` bash hyundp:sooho daehyun$ ls CHANGELOG.md SECURITY.md hygener.sol package.json yarn.lock README.md...
[SOOHO](https://sooho.io) plan to share part of the vulnerable database as open source through the [@sooho/advisory-db](https://github.com/soohoio/sooho/tree/develop/packages/sooho-advisory-db). Currently, it only covers [9 CVEs](https://github.com/soohoio/sooho/tree/develop/packages/sooho-advisory-db/ethereum/solidity/cve). Update about 600 CVEs more as soon as possible.
## [@sooho/cli](https://github.com/soohoio/sooho/tree/master/packages/sooho-cli) - [ ] Better readme which follows [standard-readme](https://github.com/RichardLitt/standard-readme) - [ ] Tutorials ## [@sooho/advisory-db](https://github.com/soohoio/sooho/tree/master/packages/sooho-advisory-db) - [ ] Better readme which follows [standard-readme](https://github.com/RichardLitt/standard-readme) - [ ] Tutorials - [...