Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

const values in generateRandomPhrase prevent vulnerabilities #633

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

st3b1t
Copy link

@st3b1t st3b1t commented May 20, 2023

const prevents the variable to be re-assigned to another value.
Prevents any vulnerabilities or code errors

const prevents the variable to be assigned to another value.
@st3b1t st3b1t changed the title const values in generateRandomPhrase const values in generateRandomPhrase prevent vulnerabilties May 21, 2023
@st3b1t st3b1t changed the title const values in generateRandomPhrase prevent vulnerabilties const values in generateRandomPhrase prevent vulnerabilities May 21, 2023
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.

None yet

1 participant