From 9c496e73bb5c20cf4e0c81d5e8291022f7423247 Mon Sep 17 00:00:00 2001 From: "Alec.Schmidt" Date: Tue, 18 Mar 2025 10:30:19 +0100 Subject: [PATCH] chore: answer to questions [no ci] --- docs/questions-part1.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/questions-part1.md b/docs/questions-part1.md index 8a7c2db..54264b3 100644 --- a/docs/questions-part1.md +++ b/docs/questions-part1.md @@ -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. \ No newline at end of file