Skip to content

chore: update imports and improve code consistency

208f1e4
Select commit
Loading
Failed to load commit list.
Draft

feat: crud operation for phonebook #78

chore: update imports and improve code consistency
208f1e4
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Dec 5, 2025 in 2s

1 new alert including 1 high severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 59 in frontend/src/lib/utils/secureStorage.js

See this annotation in the file changed.

Code scanning / CodeQL

Clear text storage of sensitive information High

This stores sensitive data returned by
a call to generateMasterPassword
as clear text.
This stores sensitive data returned by
a call to generateMasterPassword
as clear text.
This stores sensitive data returned by
an access to autoPassword
as clear text.

Check failure on line 88 in frontend/src/lib/utils/secureStorage.js

See this annotation in the file changed.

Code scanning / CodeQL

Clear text storage of sensitive information High

This stores sensitive data returned by
a call to generateMasterPassword
as clear text.
This stores sensitive data returned by
an access to autoPassword
as clear text.
This stores sensitive data returned by
a call to generateMasterPassword
as clear text.
This stores sensitive data returned by
an access to masterPassword
as clear text.