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.
hod-foundation
Advanced tools
Install the dependencies and build the project resources
$ npm install
Initiate the server in development mode (Express is used to serve the static resources in development).
$ npm run dev
Then select one of the following journeys to see the applcation in action
See the development documentation for a complete description of the application and how to maintain and support BRP.
Start the application in default mode (production). We use Nginx to serve our static resources in production and ci.
$ npm start
Start the application with Nodemon in development mode. Debug is switched on and the server restarts when the JS or Sass are recompiled.
$ npm run dev
Run the unit tests
$ npm run test
Run the EcmaScript (ES) linter. Rules are defined in .eslintrc
$ npm run lint
Run the jscs style checker. Rules are defined in .jscsrc.json
$ npm run style
Analyse the quality of the codebase (for results - open ./reports/plato/index.html)
$ npm run quality
Compile the Sass to CSS
$ npm run sass
For details on Acceptance tests
See the package.json for a full list of scripts.
Full list of environment variables
FAQs
An Express-based framework for building .gov.uk forms.
We found that hod-foundation 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.