Skip to content

Add dependency security hardening per Hai-Hulud 2.0 guidelines#144

Open
kaviththiranga wants to merge 2 commits intomainfrom
add-dependabot
Open

Add dependency security hardening per Hai-Hulud 2.0 guidelines#144
kaviththiranga wants to merge 2 commits intomainfrom
add-dependabot

Conversation

@kaviththiranga
Copy link
Contributor

  • Create .npmrc with ignore-scripts=true to prevent malicious lifecycle scripts
  • Pin all dependency versions (remove ^ and ~ semver ranges) to prevent unintended updates

Security audit verified:

  • CI/CD already uses npm ci (enforces lockfile)
  • No npm update commands in pipelines
  • No npx commands without version pinning
  • No installed packages match Hai-Hulud 2.0 affected versions list

 - Create .npmrc with ignore-scripts=true to prevent malicious lifecycle scripts
 - Pin all dependency versions (remove ^ and ~ semver ranges) to prevent
   unintended updates

 Security audit verified:
 - CI/CD already uses npm ci (enforces lockfile)
 - No npm update commands in pipelines
 - No npx commands without version pinning
 - No installed packages match Hai-Hulud 2.0 affected versions list
stefinie123
stefinie123 previously approved these changes Nov 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments