From 7820c5a8f15e0824a0ea554b9063cb5cc57c2be7 Mon Sep 17 00:00:00 2001 From: Holger Wasem Date: Fri, 27 Oct 2023 17:21:33 +0200 Subject: [PATCH] commit by to_remotes 2023-10-27 17:21:33 +0200 from vmdevhw --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4b5179..818af0d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,12 @@ -# How to read the information of a given tag +# How to read the information of a given Commit **bundle-audit.json**: This file contains audit information in JSON format **report.txt**: In a text format it is described which vulnerabilities have been detected -**update-info.txt**: Contains Information as of which date the vulnerabilities database is that has been used to perform the checks. \ No newline at end of file +**update-info.txt**: Contains Information as of which date the vulnerabilities database is that has been used to perform the checks. + +# What is being checked and how? + +The application being checked is Xalimo Teamplay which is a Rails application provided by a docker image. +Basis for the check is the set of used packages (called Gems). These are being tested against a constantantly updated database of know vulnerabilities. \ No newline at end of file