chore: answer to questions [no ci]
This commit is contained in:
@@ -11,3 +11,7 @@
|
||||
## Q1.2
|
||||
- It's a very bad practice. The secret key will be exposed in the codebase and can be easily accessed by anyone who has access to the codebase. This can lead to security vulnerabilities and compromise the integrity of the application.
|
||||
- To fix this, you can use environment variables to store the secret key.
|
||||
|
||||
## Q1.3
|
||||
- A linter is a tool to statically analyse code for readability and improving code quality. It is usually executed from a standalone tool.
|
||||
- It is used to check for errors, vulns, code smells or general issues but also to enforce a coding style over the whole project.
|
Reference in New Issue
Block a user