Skip to content

Commit 277715d

Browse files
committed
Updated Verbiage after feedback to be more actionable
1 parent 29194c1 commit 277715d

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

src/features/commands.ts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -394,12 +394,14 @@ Have a look at these resources on how to ask good questions:
394394
395395
Some points to consider:
396396
397-
- Don't use create-react-app it is [no longer recommended](https://react.dev/blog/2025/02/14/sunsetting-create-react-app).
397+
- Don't use create-react-app it is [no longer supported](https://react.dev/blog/2025/02/14/sunsetting-create-react-app).
398398
- Set up automated alerts via a service like [dependabot](https://docs.github.com/en/code-security/getting-started/dependabot-quickstart-guide) to be notified of new disclosures.
399-
- Review packages either by inspecting the code or use a service like [Snyk](https://security.snyk.io/vuln/npm).
399+
- Review packages either by inspecting the code or using a service like [Snyk](https://security.snyk.io/vuln/npm).
400+
- Apply [secure coding principles and practices](https://owasp.org/www-project-secure-coding-practices-quick-reference-guide/stable-en/02-checklist/05-checklist.html) - there are [free for open source tool](https://owasp.org/www-community/Free_for_Open_Source_Application_Security_Tools) like [Sonar Qube](https://www.sonarsource.com/open-source-editions/sonarqube-community-edition/) which help find common vulnerabilities like SQL injection, cross-site scripting (XSS), path traversal, and insecure configurations.
400401
- Proactively keep your technology up to date – (everything not just packages).
401-
- Test your code – follow safe practices (like sanitising errors) and ensure you audit features and functionality before pushing to prod.
402-
- Set up multi-factor authentication and avoid re-using passwords by implementing something like a password manager to avoid credential stuffing attacks.
402+
- Keep your identity safe online, don't reuse passwords, enable multi-factor authentication and use a password manager service.
403+
404+
If you are ever unsure just ask! Better to be safe then sorry.
403405
`,
404406
color: EMBED_COLOR,
405407
},

0 commit comments

Comments
 (0)