Skip to content
Open access

Empirical Evaluation of a DevSecOps Proxy Pipeline for Multi-Tier Web Applications

Jul 2026 · Future Internet · 0 citations · 21 references

TL;DR

This research proposes the evaluation of a “proxy” DevSecOps pipeline, defined as an automated intermediary architecture that decouples intensive security scanning from the primary build flow to prevent bottlenecks and demonstrates that security validation is the most time-intensive part of the automated proxy workflow.

Abstract

The use of DevSecOps seeks to ensure that the functionality of securing software is incorporated throughout the software development life cycle, but the difference between the theoretical model and the empirically proven version, specifically for multi-tier web applications, remains wide. This research proposes the evaluation of a “proxy” DevSecOps pipeline, defined as an automated intermediary architecture that decouples intensive security scanning from the primary build flow to prevent bottlenecks. Designed specifically for multi-tier PHP-based web applications, the model leverages infrastructure as code (Terraform) and Static Application Security Testing (SAST) to ensure that security validation remains continuous without impeding the integration speed. This research utilized the Terraform model on the Amazon Web Services cloud platform, with three EC2 instances and Jenkins integration, and the use of many tools for the testing process, divided into the following experiments for DevSecOps functionality measurement: the first for the baseline efficiency process, the dynamic scaling process, the validation test for the fail-safe mechanism, and the accuracy process for the vulnerabilities’ detection. This research indicates that the process exhibited stability and consistency for the average execution times, which took 122.08 ± 1.69 s, and low values for the 5.04% additional cost for concurrent executions. The 100% activation process for the fail-safe mechanism for the injection of vulnerabilities indicates that the process took 41.82% of the total pipeline execution time, demonstrating that security validation is the most time-intensive part of the automated proxy workflow, and the low costs of 0.0047 dollars for the entire process, specifically for the infrastructure aspect. The false positives for the process were measured as 10–15%, and the low costs for the entire process, which took 0.56–0.58 s for the total process.

Read PDF

Similar papers

Open access 2026

Security from Design, Bridging Model-Driven Architecture and DevSecOps Using Zynerator

It is shown that the enhanced Zynerator framework reduces development effort, strengthens security posture, and accelerates DevSecOps adoption, indicating that DevSecOps-aware model-driven engineering offers a viable pathway toward secure, auto-mated software delivery.

Younes Zouani, Mohamed Lachgar, Youssef Harrati et al. · 0 citations
Open access Aug 2026

Empirical Evaluation of DevOps Implementation in Optimizing the Software Life Cycle for Cloud Platforms

Today, IT organizations, in particular, have to provide quick, reliable and high-quality software solutions for meeting the changing market requirements. While the development process has been structured by traditional software engineering paradigms (Waterfall, Agile and Spiral Models), traditional workflows often involve operational bottlenecks. In particular, the lack of communication and coordination between development and operations can lead to delivery delays. DevOps has come about as a transformative approach that fuses software design and IT operations into a single, streamlined and automated process that aims to overcome these systemic inefficiencies. DevOps is used to streamline the software delivery pipeline, when paired with Cloud Computing infrastructure, including SaaS, PaaS, and IaaS solutions from AWS, Azure, and GCP. In this project, one will be working on building a Continuous Integration and Continuous Deployment (CI/CD) pipeline using Microsoft Azure to automate software delivery and improve overall efficiency

Ashwani Kumar, Geetanjali Amarawat · 0 citations
Open access 2024

Non-Functional Testing Strategies for Large-Scale Applications: Load & Performance and Security Testing Frameworks

A comprehensive framework for integrating Load & Performance Testing and Security Testing into the software development lifecycle of enterprise-grade applications is presented, addressing scalability bottlenecks, throughput degradation under concurrent load, and security vulnerabilities that emerge specifically under high-traffic conditions.

Urvish Gajjar, H. Shah · 0 citations
Preprint Jul 2026

Specification-Driven DevOps for Multi-Service Environments

This study investigates whether a frontier LLM can generate Dockerfiles and Docker Compose configurations for multi-service applications using repository contents without access to developer-authored deployment artifacts and analytically derives a minimal explicit deployment specification for information that cannot be reliably inferred from repository artifacts.

Oleg Grynets, Kyrylo Fursov, V. Lyashkevych et al. · 0 citations
Open access Jul 2026

VulnScanner Pro: A Rule-Based Automated Web Application Vulnerability Assessment and Risk-Scoring System

VulnScanner Pro is a self-hosted assessment tool that tries to sit in the gap between the two extremes of manual penetration testing and automated security assessment, and recommends four recommendations for fixing the six missing HTTP security headers.

Athili Laxmi Lavanya, Mycharla Madhavkumar, D. Gangadhar · 0 citations
Open access Jul 2026

DESIGN AND IMPLEMENTATION OF AN INTEGRATED AUTOMATED VULNERABILITY SCANNING PLATFORM FOR WEB APPLICATION SECURITY ASSESSMENT

An extensible platform capable of orchestrating reconnaissance, dynamic application security testing (DAST), static configuration analysis, and information leak detection through unified command-line interface and consolidated HTML reporting is developed.

O.I. Fediushyn, Hlib Khivrenko, Nataliia Popova et al. · 0 citations