File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
- # SonarSource Text Plugin
1
+ # SonarText: detect BIDI Characters Vulnerabilities and Leaking Secrets
2
2
[ ![ Build Status] ( https://api.cirrus-ci.com/github/SonarSource/sonar-text.svg?branch=master )] ( https://cirrus-ci.com/github/SonarSource/sonar-text )
3
3
[ ![ 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 )
4
4
[ ![ 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 )
5
5
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
7
17
8
18
### Build
9
19
You can’t perform that action at this time.
0 commit comments