
Research
/Security News
10 npm Typosquatted Packages Deploy Multi-Stage Credential Harvester
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.
@iexec/voucher-contracts
Advanced tools
Contracts of iExec Voucher project.
The API documentation can be found in docs/.
UML class diagram for voucher contracts can be found here. Raw version is available here for better readability.
Edit config/deployment.json file to provide deployment configuration of the target
chain if missing.
Deployment configuration can also be provided/overridden using env variables:
IEXEC_POCO_ADDRESSIEXEC_VOUCHER_MANAGER_ACCOUNT_INDEXIEXEC_VOUCHER_MINTER_ACCOUNT_INDEXRun:
npx hardhat deploy --network <name>
Complete the .env file with the following variables:
IS_LOCAL_FORK=true
MNEMONIC=<mnemonic>
If a MNEMONIC is not provided, the default Hardhat one will be used.
npx hardhat node
With appropriate deployer key:
npx hardhat deploy --network bellecour
npx hardhat run ./scripts/verify.ts --network bellecour
Once a Voucher (proxy) is deployed, it can be verified with:
npx hardhat verify <voucherProxyAddress> --network bellecour <beaconAddress>
Note: no need to verify all VoucherProxy contracts because Blockscout automatically matches all similar contracts with the submitted source code.
All contract audit files can be found in audit/ folder.
v1.0.1
Voucher contract. (#61, #72)VoucherHub upgrade and test it on GitHub Action CI using a local fork. (#57)decimals() function in VoucherHub smart contract. (#56)FAQs
Contracts related to iExec Voucher
We found that @iexec/voucher-contracts demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.