SEJul 21, 2021

Automated Identification of Security Discussions in Microservices Systems: Industrial Surveys and Experiments

arXiv:2107.10059v11 citations
Originality Synthesis-oriented
AI Analysis

This addresses a domain-specific challenge for microservices developers by providing an automated tool to improve security awareness, though it is incremental as it builds on existing machine learning methods.

The paper tackled the problem of identifying security discussions in microservices systems to aid developers in making informed security decisions, achieving an average F1-score of 77.89% with a deep learning model that outperformed baselines.

Lack of awareness and knowledge of microservices-specific security challenges and solutions often leads to ill-informed security decisions in microservices system development. We claim that identifying and leveraging security discussions scattered in existing microservices systems can partially close this gap. We define security discussion as "a paragraph from developer discussions that includes design decisions, challenges, or solutions relating to security". We first surveyed 67 practitioners and found that securing microservices systems is a unique challenge and that having access to security discussions is useful for making security decisions. The survey also confirms the usefulness of potential tools that can automatically identify such security discussions. We developed fifteen machine/deep learning models to automatically identify security discussions. We applied these models on a manually constructed dataset consisting of 4,813 security discussions and 12,464 non-security discussions. We found that all the models can effectively identify security discussions: an average precision of 84.86%, recall of 72.80%, F1-score of 77.89%, AUC of 83.75% and G-mean 82.77%. DeepM1, a deep learning model, performs the best, achieving above 84% in all metrics and significantly outperforms three baselines. Finally, the practitioners' feedback collected from a validation survey reveals that security discussions identified by DeepM1 have promising applications in practice.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes