Tag

code safety

0 views collected around this technical thread.

37 Interactive Technology Team
37 Interactive Technology Team
Aug 19, 2024 · Artificial Intelligence

Nova: An AI‑Powered Code Review System Integrated with CI/CD Pipelines

Nova is an AI-powered code review system integrated with GitLab CI and SonarQube, offering full-project context, multi-language support, extensibility for models and search methods, easy Docker deployment, safety filters, and aims to improve review precision and provide customizable audit prompts.

AI code reviewCI/CDContext Retrieval
0 likes · 3 min read
Nova: An AI‑Powered Code Review System Integrated with CI/CD Pipelines
Continuous Delivery 2.0
Continuous Delivery 2.0
Jul 15, 2024 · Artificial Intelligence

Safely Repairing Broken Builds with Machine Learning

Google's research demonstrates that a machine‑learning model trained on build logs and code snapshots can automatically suggest safe, high‑quality fixes for broken builds, boosting developer productivity by about two percent without introducing detectable security risks.

Build AutomationML-assisted debuggingcode safety
0 likes · 10 min read
Safely Repairing Broken Builds with Machine Learning
Python Programming Learning Circle
Python Programming Learning Circle
May 24, 2022 · Information Security

Common Python Vulnerabilities and How to Secure Them

This article outlines the most frequent security flaws in Python—including command injection, outdated versions, unsafe temporary files, misuse of assert statements, and import path issues—while offering practical mitigation strategies to help developers protect their applications.

Best Practicescode safetysecurity
0 likes · 6 min read
Common Python Vulnerabilities and How to Secure Them