Skip to content

Commit 9cdbc30

Browse files
authored
Update README.md (#228)
1 parent 0cf74fd commit 9cdbc30

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
1-
# SonarSource Text Plugin
1+
# SonarText: detect BIDI Characters Vulnerabilities and Leaking Secrets
22
[![Build Status](https://api.cirrus-ci.com/github/SonarSource/sonar-text.svg?branch=master)](https://cirrus-ci.com/github/SonarSource/sonar-text)
33
[![Quality Gate Status](https://next.sonarqube.com/sonarqube/api/project_badges/measure?project=org.sonarsource.text%3Atext&metric=alert_status&token=75147023237a0ed7ea1a5efc5fe7ce286061ad6f)](https://next.sonarqube.com/sonarqube/dashboard?id=org.sonarsource.text%3Atext)
44
[![Coverage](https://next.sonarqube.com/sonarqube/api/project_badges/measure?project=org.sonarsource.text%3Atext&metric=coverage&token=75147023237a0ed7ea1a5efc5fe7ce286061ad6f)](https://next.sonarqube.com/sonarqube/dashboard?id=org.sonarsource.text%3Atext)
55

6-
Plugin used to analyze all files containing text.
6+
This SonarSource project is a static code analyzer made to detect:
7+
* BIDI Characters Vulnerabilities
8+
* Leaking Secrets/Tokens
9+
10+
It is a component of the Sonar Solution. It is embedded in SonarLint, SonarQube, and SonarCloud.
11+
This component helps you prevent the leakage of secrets even before you push them into your repository thanks to SonarLint.
12+
13+
# Features
14+
* [110+ secret patterns](https://rules.sonarsource.com/secrets/) supported
15+
* detection of [BIDI characters](https://rules.sonarsource.com/text/) that could lead to attacks
16+
* detection of secrets in all files indexed by Sonar products
717

818
### Build
919

0 commit comments

Comments
 (0)