This is an old revision of the document!
* Instrumente de analiză statică: SonarQube, Bandit (Python), ESLint (JavaScript), SpotBugs (Java) * CI/CD Pipeline: GitHub Actions/GitLab CI/CD/Jenkins pentru rularea automată a analizei * Reguli de securitate: OWASP Top 10, CWE (Common Weakness Enumeration) * Format de raportare: SARIF, JSON, HTML
* Configurarea corectă a instrumentelor de analiză statică (30%) * Detectarea și remedierea vulnerabilităților identificate (40%) * Integrarea analizei statice în pipeline-ul CI/CD (30%)
* [https://owasp.org/www-project-top-ten/ OWASP Top 10] / [https://cwe.mitre.org CWE Database] * [https://docs.sonarqube.org/latest/ SonarQube Documentation] / [https://pypi.org/project/bandit/ Bandit (Python)] * [https://eslint.org/docs/latest/ ESLint (JavaScript)] / [https://spotbugs.github.io SpotBugs (Java)] * [https://sarifweb.azurewebsites.net SARIF Specification]