Published on April 10, 2019
4 min read
A closer look at GitLab’s security scanning tools and the HIPAA risk analysis.
The importance of the HIPAA risk analysis (45 CFR § 164.308(a)(1)(ii)(A)) can’t be overstated. The Office for Civil Rights (OCR) announced 2018 was an all-time record year for HIPAA enforcement, and an incomplete risk analysis or inadequate follow-up on findings were cited in three of the major breaches.
Digitization of healthcare is moving faster than ever. From patient portals to patient-reported outcomes platform, there’s an application for just about everything. But as we adjust our pace of building and innovating in this digital healthcare era, we must quickly recalibrate our pace of identifying risks and vulnerabilities in our software.
You may already know, GitLab is a single tool for the entire DevOps lifecycle, from project planning to deployment. But it’s also a powerful security tool that can add automated vulnerability scanning to your development process.
Let’s take a closer look.
Using Static Application Security Testing (SAST), you can identify vulnerabilities in your source code. Setting up SAST is easy – you can either include the SAST CI job or use Auto SAST. After that’s done, and every time the job is run, your source code will be scanned. When the scan is done, the results are displayed right on the merge request. And when you go to any pipeline with a SAST job, you’ll be shown a security report with the findings.
Unlike SAST, which scans source code for vulnerabilities, Dynamic Application Security Testing (DAST) analyzes running web applications for vulnerabilities. It’s just as simple to set up as SAST – simply add a DAST CI/CD job to your pipeline. DAST will also display the findings directly in the merge request and create a report artifact.
If you use Docker, you can use Container Scanning to scan your Docker images for vulnerabilities. This is again as simple as adding a Container Scanning CI/CD job to your pipeline! The scan will generate a report artifact you can download and review.
The risk analysis standard requires both risks and vulnerabilities. One common risk is for secrets (API keys and passwords, for example) to be inadvertently leaked. To address that problem, we’re working on Secret Detection. It’ll check files and configurations to identify potentially sensitive information, running every time a commit is pushed to a branch.
In the coming year we’ll be adding a number of product categories to our Secure stage to help improve your application’s security and find more vulnerabilities. Here’s what you can look forward to:
Interactive Application Security Testing (IAST) assesses an application’s response to an external security scan (like DAST) to identify vulnerabilities that wouldn’t be caught by just the external scan. When this feature is complete, it’ll add yet another layer of vulnerability detection to DAST.
Another way to find application vulnerabilities is to generate random inputs and send them to the application. By doing this, you can find unintended behaviors in the application that may result in a vulnerability. While fuzzing is often a niche technique, we’re working on adding basic fuzzing capability straight into GitLab!
Today, with GitLab, you can:
In the near future, with GitLab, you’ll be able to:
Whether you’re a four-person startup making the next groundbreaking healthcare analytics platform, or an academic medical center developing health applications, having security visibility where it didn’t exist previously is a good thing. And having that visibility incorporated directly into your development process with minimal work and seamless integration is even better.
With GitLab’s security features you can incorporate automated vulnerability detection straight into your development process. While the risk analysis requirement goes beyond just the software you’re writing, as you write more code faster, automating part of the software security portion can only help.
THE INFORMATION PROVIDED ON THIS WEBSITE IS TO BE USED FOR INFORMATIONAL PURPOSES ONLY. THE INFORMATION SHOULD NOT BE RELIED UPON OR CONSTRUED AS LEGAL OR COMPLIANCE ADVICE OR OPINIONS. THE INFORMATION IS NOT COMPREHENSIVE AND WILL NOT GUARANTEE COMPLIANCE WITH ANY REGULATION OR INDUSTRY STANDARD. YOU MUST NOT RELY ON THE INFORMATION FOUND ON THIS WEBSITE AS AN ALTERNATIVE TO SEEKING PROFESSIONAL ADVICE FROM YOUR ATTORNEY AND/OR COMPLIANCE PROFESSIONAL.
Cover image by rawpixel.com on Pexels
Find out which plan works best for your team
Learn about pricingLearn about what GitLab can do for your team
Talk to an expert