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.
openfpga-validator
Advanced tools
Script which validates OpenFPGA core zips
To run, do:
npx openfpga-validator@latest check <path_to_zip>
(you'll need node installed but after that it'll be a 1 line thing)
It'll return the errors, warnings, & recommendations
Can check for more options with
npx openfpga-validator@lastest check --help
If you want to add a check then:
Or, if you want to do it yourself
src/checks
folder then create a new oneCheckFn
must
in the Analogue Docs, then it's an error
warning
Recommendation
await
for it to the main index.ts
good
folder in test_zips
and a "bad" example in the bad
onenpm test -- -u
to update the snapshots within the tests & check they look as expectedDoing
npm run run check <path_to_zip>
Will build the TS files & run it as if a user's done npx openfpga-validator check <path_to_zip>
FAQs
Script which validates OpenFPGA core zips
We found that openfpga-validator demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.