-
### **Summary**
A critical security vulnerability in impler.io's password hashing implementation allows for potential authentication bypass and performance degradation due to missing maximum password…
-
In the project we are not using bcrypt js for hashing password we are using node js crypto module.
-
정말 별 거 아닌데 bcrypt랑 bcryptjs랑 서로 다른 라이브러리인 거 같더라고요. 다운로드 수는 bcryptjs가 더 높지만 마지막 업데이트가 7년 전입니다. 이슈를 한 번 구경해보시고 라이브러리를 교체할만한 사유가 있을지 살펴보면 좋겠습니다.
- https://www.npmjs.com/package/bcryptjs
- https://ww…
-
you're using crypto to hash you're passwords, that's great and it works fine but maybe it would be better to use bcryptjs which is build on the crypto API, it generates the salt for you and you don't …
-
Seems to be an issue with bcrypt for galaxy's test.
https://github.com/galaxy-genome-annotation/galaxy-tools/pull/82
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
**What is the current behavior?**
When adding a package, yarn will corrupt the [bower.json file from bcrypt.js package](https://github.com/dcodeIO/bcrypt.js/blob/master/bower.json).
```json
{
…
-
**Issue Reason:**
Your application might crash or behave differently with the new update
**Reason**
Your application currently uses '^' with the dependencies in the package.json file.
If someon…
-
### What version of Bun is running?
1.1.29+6d43b3662
### What platform is your computer?
Microsoft Windows NT 10.0.22631.0 x64
### What steps can reproduce the bug?
I was working on an API with b…
-
### Describe the bug
When adding a component with shadcn-cli, the devDependencies in the json file do not install.
### Affected component/components
CLI
### How to reproduce
`npx shadcn@latest in…