VOOZH about

URL: https://thenewstack.io/security/

⇱ Cloud Native and IT Security News and Trends | The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson

Security

OVERVIEW

Security involves securing applications, devices, and users accessing the network infrastructure. To prevent cyber threats and exploitation, network security implements multiple layers of defense within the network and at the edge. The cost of operational overhead and other expenses can be reduced by adopting serverless security.

Cloud native computing and cloud computing require different approaches to security. Cloud native security has a set of priorities and open-source security requirements that come with introducing both a container and container orchestrator into a production environment.

Securing both internal and external systems has become vital. This is evident in the Docker Hub intrusion in early 2019, which also affected GitHub, BitBucket, and other public/private cloud-based repositories.

What Is Application Security?

Application security is developing and testing security features to detect and prevent vulnerabilities. Securing applications avoid unauthorized access and modification of software.

What Is Zero Trust Security?

Zero trust security is a framework that verifies everyone and trusts no one. Access to networks, applications, devices, software, and systems is verified through a combination of authentication and validated for appropriate user access. In today’s cybersecurity-driven world, zero trust helps to ensure data and company information is kept out of the wrong hands.

What Is Network Security?

Network security involves protecting a networking infrastructure, including applications, devices, and users with access to these things. Through multiple layers of defense within the network and at the edge, network security implements a host of controls and policies to prevent cyber threats and exploitation.

Still interested in security? Check out: Shared Security for Interconnected Blockchains

Network Security Tools Provide Software Protection

Network security tools are hardware and software that protect your network from potential threats. These tools secure sensitive information and enable consistent delivery of your organization’s solutions.

Here are some of the protections that network security tools provide:

Firewall. By using predefined rules, firewalls control network traffic flow.

Network Segmentation. Set boundaries between network segments with similar roles, risks, or functions in a company.

Access Control. Network security systems help organizations manage their networks and systems by limiting or providing access when required.

Data Loss Prevention (DLP). Data Loss Prevention software monitors your network for unauthorized attempts to access your data and stops unauthorized data exfiltration.

Email Security. Protecting email content and accounts from threats is essential for privacy and relationships with customers or team members. Security vendors help email service providers secure your information with advanced network security systems.

Intrusion Prevention Systems (IPS). Intrusions often occur in networks and systems. Attackers try to exploit intrusions before solutions are implemented. Security tools such as IPS prevent attackers from interfering by monitoring a network for malicious activity and taking actions such as blocking to prevent such activities.

Sandboxing. Network security tools enable sandboxing — a process that allows you to run codes in an isolated environment that mirrors end-user activities safely. This process is excellent for testing codes and identifying threats before deployment.

Hyperscale Network Security. When numerous servers are networked into a scalable cloud computing system, that’s hyperscale. Increasing or decreasing the number of servers in use allows the network to cope with large and small data volumes according to changing requirements.

Serverless Security Improves Application Agility

Serverless security is an operational model in cloud computing where applications depend on managed cloud services to simplify infrastructure security. Adopting serverless security reduces operational overhead and other costs. As applications no longer rely on other services for functionality such as authentication, developers can focus on optimization, thereby increasing agility.

Benefits of a Secure Development Process

Many development teams create codes and try to bolt on security at the end of development rather than securing the process. Here are some reasons why a secure development process is essential:

Early detection of errors. A secure development process allows developers to identify problems in different environments quickly. This reduces the time spent on fixes and enables developers to optimize their operations.

Cost reduction. Early detection of security flaws decreases the cost of fixing errors. Fewer development components are affected, reducing the cost of devising and implementing solutions.

Reduction of corrupt data. A secure development process minimizes the risk of threats and code interference. Security tools prevent unauthorized access and malicious behavior and ensure data security.

Security Architecture Challenges

Security platforms prevent system breaches and malware. Although these functions are advantageous, security architecture also poses some challenges:

Adoption of DevOps. Many organizations have adopted some form of DevOps into their processes. The need for agility and speed associated with DevOps introduces development and security vulnerabilities to systems.

Architectural fragments. Many architectures are fragmented with little to no integration. This disconnection increases security risks, as there are blind spots in company infrastructure, room for errors, and time wasted.

Compliance mandates. The security architecture must comply with ever-changing government regulations, security standards, and industry regulations. Non-compliance with these requirements attracts fees and penalties. Many present-day security vendors — except those devoted to the cloud-native space, such as Aqua Security — have difficulty complying with these mandates, as seen in the 2019 acquisition of the Twistlock security platform.

Architecture complexity. The extensiveness of some security architecture makes managing risks complex and causes some teams to use the architecture less, which defeats its initial purpose.

How Can Providers Improve Network Security Software

Vector attacks and security risks increase as software development takes place. These risks create the need to improve security infrastructure and optimize existing software.

Here are some ways security providers can improve applications and platforms:

Establishing security policies for pods. Google has developed a security architecture for its cloud called BeyondCorp, a zero-trust model. The software assumes a company firewall will be breached and secures the application at the user level while managing access.

Addressing issues regarding the internet-based collaborative model of application development. Also known as supply-chain security, this process ensures that you improve the safety of your code. Supply chain security helps organizations monitor, analyze, and mitigate risks arising from external services such as software vendors and open-source libraries.

Scanning container images for buggy dependencies. Container images are immutable static files with executable code that can create containers in a system. Security architecture scans these images to ensure container security and secure the development process.

Application security testing. Teams can secure data and ensure maximum software functionality through application security testing, which is the process of evaluating and reporting on the safety of software applications as they move along the software development lifecycle.

At The New Stack, we monitor the development and adoption of cloud-native security tools and the evolution of traditional security tools into the marketplace — which should be API-supported. We also follow advancements as cloud-native security tools offer real-time feedback and become easily licensed for cloud computing environments.

Save this page to learn more about security tools and how they become integrated with DevOps and CI/CD frameworks.

MORE
ESSENTIAL READING
What Is Supply Chain Security and How Does It Work?
Oct 18th, 2022 12:53pm
BY John Ross
The modern supply chain stretches from component suppliers to manufacturers and ultimately to the retail outlet. Here's how to keep it safe in an ever-changing threat landscape.
What Is Zero Trust Security?
Mar 30th, 2022 3:00am
BY Danni White
Zero trust is a security model built on central access controls and not trusting everyone in an organization. Discover how this impacts data security today in this article.
Zero Trust Adoption: 4 Steps to Implementation Success
Jun 21st, 2022 4:00am
BY Phil Britt
Want to know how to implement a zero trust architecture? Follow these four steps for successful implementation in your organization.
Security Metrics that Actually Matter in a DevOps World
Jun 28th, 2019 10:59am
BY Meg O’Leary
DevSecOps’ role as a mindset and practice. In this way it extends beyond just security automation and manifests itself as a culture that produces valuable results for the business.For DevSecOps, this raises the question: If DevOps prioritizes software delivery performance, what should security prioritize to support this?
What Is DevSecOps?
Jul 4th, 2023 3:00am
BY Robert Kimani
Get the DevSecOps definition and learn how DevSecOps integrates security practices into every phase of software development.
SHARE
Security Roadmap

Level up your Security skills with our sister site roadmap.sh, a community-built resource to guide your learning.

TRENDING STORIES
Latest Security Stories
Chainguard Agent Skills matures
Jun 17th, 2026 12:00pm
BY Steven J. Vaughan-Nichols
“Agents need boring infrastructure around them”: Why we need to take an interest in ‘invisible’ AI
Jun 17th, 2026 9:44am
BY Adrian Bridgwater
What your logs can’t tell you when an AI agent acts alone
Jun 14th, 2026 12:00pm
BY Mohit Bansal
SPONSORED
“Don’t just grab random stuff off the internet”: What Chainguard found in 52,000 open-source packages
Jun 11th, 2026 4:38pm
BY Darryl K. Taft
Cleaner AI training data, fewer bugs: Sonar’s SonarSweep explained
Jun 11th, 2026 8:00am
BY Joe Tyler
SPONSORED
Microsoft pulled 73 GitHub repos after malware attack — but still won’t say who’s compromised
Jun 10th, 2026 12:40pm
BY Meredith Shubel
Spring is 23 years old. AI just made it a security emergency.
Jun 9th, 2026 2:48pm
BY Darryl K. Taft
“A dangerous combination”: The 2 factors that can “corrupt” AI agent workflows
Jun 8th, 2026 9:00am
BY Adrian Bridgwater
FULL SECURITY ARCHIVE
TRENDING STORIES