Home / Companies / Sonar / Blog / September 2024

September 2024 Summaries

3 posts from Sonar

Filter
Month: Year:
Post Summaries Back to Blog
In recent years, numerous high-profile attacks on databases have occurred due to SQL injection, deserialization injection, and logging injection vulnerabilities. These attacks can result in significant financial losses and damage to a company's reputation. To mitigate these risks, developers should be aware of the nature of these vulnerabilities and implement proper security measures such as using parameterized queries, avoiding unsafe deserialization practices, and properly securing logging frameworks. Tools like SonarLint, SonarQube, and SonarCloud can help detect and suggest fixes for these vulnerabilities.
Sep 09, 2024 1,311 words in the original blog post.
ISO 27001 is the standard for information security management systems (ISMS), providing a structured framework for managing sensitive data. Achieving certification requires inspection and assessment by a third party, which instills confidence in customers and stakeholders regarding the company's ability to safeguard their data. However, ensuring that control requirements are met across all processes can be challenging, particularly for software development companies with ambitious goals. Sonar's Clean Code solutions cover code quality needs, improving reliability, maintainability, and security by seamlessly integrating into development and build processes. This helps enforce ISO 27002 Secure Coding controls, track changes, provide evidence of secure and high-quality code to auditors, and demonstrate continuous improvement in developers' training.
Sep 03, 2024 684 words in the original blog post.
The article discusses the importance of code analysis in ensuring application security, using SonarCloud as an example. It highlights two vulnerabilities found in pyspider's WebUI component - a Cross-Site Scripting (XSS) reflection and a security hotspot warning for Cross-Site Request Forgery (CSRF). The article explains the difference between a "vulnerability" finding and a "hotspot", emphasizing that both should be taken seriously. It also delves into how legacy basic HTTP authentication could pose security risks, especially when used with CSRF vulnerabilities. The author concludes by stressing the importance of code analysis in maintaining secure applications and promoting Clean Code practices.
Sep 02, 2024 1,268 words in the original blog post.