DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

Related

  • The DevSecOps Paradox: Why Security Automation Is Both Solving and Creating Pipeline Vulnerabilities
  • Building an OWASP 2025 Security Scanner in 48 Hours
  • DevSecConflict: How Google Project Zero and FFmpeg Went Viral For All the Wrong Reasons
  • Evaluating AI Vulnerability Detection: How Reliable Are LLMs for Secure Coding?

Trending

  • Prompt Injection Is Real, So I Built a Python Firewall for LLM Pipelines
  • Persistent Memory for AI Agents Using LangChain's Deep Agents
  • Architecting Proactive IT: NinjaOne Remote Monitoring and Management
  • Zero-Downtime Deployments for Java Apps on Kubernetes
  1. DZone
  2. Software Design and Architecture
  3. Security
  4. Automatically Get Security Vulnerabilities Posted to Slack

Automatically Get Security Vulnerabilities Posted to Slack

When you're tasked with keeping software secure, teamwork is paramount. Learn how you can use Slack to quickly respond to security threats and vulnerabilities.

By 
Ram Gopinathan user avatar
Ram Gopinathan
·
Oct. 27, 17 · Tutorial
Likes (4)
Comment
Save
Tweet
Share
6.4K Views

Join the DZone community and get the full member experience.

Join For Free

Overview

It's extremely important to always be aware of all the announcements related to security issues for the products you use and support within your company. If you use Slack, you can have all the security vulnerabilities related to a product/vendor posted directly to a Slack channel. In this article, I will go over how we can automatically get Docker security vulnerabilities posted to a Slack channel.

Approach

You can get a list of known security vulnerabilities using the www.cvedetails.com website. Known security vulnerabilities can be searched by the vendor, product, version, etc. The below RSS feed will provide you with all known security vulnerabilities for Docker: 

http://www.cvedetails.com/vulnerability-feed.php?vendor_id=13534&orderby=3&cvssscoremin=0

If you want to further filter down by a specific product or version you can simply add "product_id" and/or "version_id" to the query string. To find the product id or version id, www.cvedetails.com provides product search and version search capabilities. Once you have found the product through the search capability, you can simply copy the product id and/or version id from the address bar in your browser and include it in the query string for the above RSS feed URL.

From the above RSS feed URL, the vendor id "13534" is for Docker.

Create a channel named "Docker" in your Slack workspace where all security vulnerabilities related to Docker can be posted.

Copy the above RSS URL and issue the following command in the Docker channel in Slack.

/feed subscribe http://www.cvedetails.com/vulnerability-feed.php?vendor_id=13534&orderby=3&cvssscoremin=0

Before you subscribe to the RSS feed, verify that it's not already subscribed to by issuing the command below which will list out all the RSS feeds that have already been subscribed to: 

 /feed list

Conclusion

Once you receive an announcement, you should evaluate it and if you are affected by it patch or mitigate the risk, test it, and notify everyone.

security Vulnerability Slack (software)

Opinions expressed by DZone contributors are their own.

Related

  • The DevSecOps Paradox: Why Security Automation Is Both Solving and Creating Pipeline Vulnerabilities
  • Building an OWASP 2025 Security Scanner in 48 Hours
  • DevSecConflict: How Google Project Zero and FFmpeg Went Viral For All the Wrong Reasons
  • Evaluating AI Vulnerability Detection: How Reliable Are LLMs for Secure Coding?

Partner Resources

×

Comments

The likes didn't load as expected. Please refresh the page and try again.

  • RSS
  • X
  • Facebook

ABOUT US

  • About DZone
  • Support and feedback
  • Community research

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 215
  • Nashville, TN 37211
  • [email protected]

Let's be friends:

  • RSS
  • X
  • Facebook