Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@masa-finance/masa-contracts-staking
Advanced tools
LEDGER_DEPLOYER_ACCOUNT
to the deployers address in .env
COINMARKETCAP_API_KEY
to the CoinMarketCap API key in .env
, if neededANKR_API_KEY
to the Ankr API key in .env
, if neededETHERSCAN_API_KEY
to the Etherscan API key in .env
, if neededBSCSCAN_API_KEY
to the BscScan API key in .env
, if neededPOLYGONSCAN_API_KEY
to the PolygonScan API key in .env
, if neededBASESCAN_API_KEY
to the BaseScan API key in .env
, if neededRun: yarn deploy --network {network}
to deploy.
You can see the deployment address of the smart contracts in the deployments folder. For every deployed smart contract you will find a <smart_contract>.json
JSON file with the address in the "address"
field.
From a clean main
branch you can run the release task bumping the version accordingly based on semantic versioning:
yarn release
The task does the following:
package.json
npm
releaseFor the GitHub releases steps a GitHub personal access token, exported as GITHUB_TOKEN
is required. You can add this environment variable to the .env
file. Setup
FAQs
## Contract Deployments
We found that @masa-finance/masa-contracts-staking demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.