From 57f6a8a249ccfae3f4396c26e1e05e53bb0cf7e0 Mon Sep 17 00:00:00 2001 From: Philip Hayton Date: Fri, 15 Mar 2024 15:23:15 +0000 Subject: [PATCH] docs(java): mark Java as GA (#1498) docs(java): mark Java as ga --- README.md | 6 +++--- docs/reference/supported-languages.njk | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d488c1f1c..c3f71d781 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@

Bearer CLI is a static application security testing (SAST) tool that scans your source code and analyzes your data flows to discover, filter and prioritize security and privacy risks.

- Currently supporting: JavaScript/TypeScript (GA), Ruby (GA), PHP (GA), Java (Beta), Go (Beta), Python (Alpha) - Learn more + Currently supporting: JavaScript/TypeScript (GA), Ruby (GA), PHP (GA), Java (GA), Go (Beta), Python (Alpha) - Learn more

@@ -259,11 +259,11 @@ Bearer CLI currently supports: - + - + diff --git a/docs/reference/supported-languages.njk b/docs/reference/supported-languages.njk index d21e32a86..e8cbc34b7 100644 --- a/docs/reference/supported-languages.njk +++ b/docs/reference/supported-languages.njk @@ -26,7 +26,7 @@ supportChart: rules: true searchName: lang-java searchTerm: java_ - status: Beta + status: GA php: name: PHP frameworks:
GAJavaScript/TypeScript, Ruby, PHPJavaScript/TypeScript, Ruby, PHP, Java
BetaJava, GoGo
Alpha