From 3119094eed4992c4006d7c9c8c9fb265fb1387e8 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 15 Aug 2025 08:44:41 -0400 Subject: [PATCH] Added "e.g" (example) text to README for framework: field --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27ca2ef872..686cde3e10 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ patched_versions: * `gem` \[String\] (required): Name of the affected gem. * `library` \[String\] (optional): Name of the ruby library which the affected gem belongs to. -* `framework` \[String\] (optional): Name of the framework which the affected gem belongs to. +* `framework` \[String\] (optional): Name of the framework which the affected gem belongs to. (e.g. rails) * `platform` \[String\] (optional): If this vulnerability is platform-specific, name of platform this vulnerability affects (e.g. jruby) * `cve` \[String\] (optional): Common Vulnerabilities and Exposures (CVE) ID. * `osvdb` \[Integer\] (optional): Open Sourced Vulnerability Database (OSVDB) ID.