Skip to content

Commit 5ebd642

Browse files
committed
Init
1 parent 37ff0d6 commit 5ebd642

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Overview
44

5-
The ABAP Code Analyzer Framework is a powerful tool designed to analyze ABAP (Advanced Business Application Programming) code for potential security vulnerabilities, code quality issues, and best practice violations. This framework provides a flexible and extensible way to scan ABAP code and generate comprehensive reports on various aspects of code security and quality.
5+
The ABAP Code Scanner Framework is a powerful tool designed to analyze ABAP (Advanced Business Application Programming) code for potential security vulnerabilities, code quality issues, and best practice violations. This framework provides a flexible and extensible way to scan ABAP code and generate comprehensive reports on various aspects of code security and quality.
66

77
## Features
88

@@ -41,7 +41,7 @@ This feature will enable the framework to:
4141

4242
## Advanced Private Version
4343

44-
We are excited to announce that a more advanced version of the ABAP Code Analyzer is available as private software. This enhanced version includes:
44+
We are excited to announce that a more advanced version of the ABAP Code Scanner is available as private software. This enhanced version includes:
4545

4646
- Over 250 security checks for comprehensive code analysis
4747
- Additional reporting formats and integration options
@@ -58,8 +58,8 @@ For more information about the advanced private version, please contact RedRays,
5858

5959
1. Clone the repository:
6060
```
61-
git clone https://github.com/redrays-io/ABAP-Code-Analyzer.git
62-
cd ABAP-Code-Analyzer
61+
git clone https://github.com/redrays-io/ABAP-Code-Scanner.git
62+
cd ABAP-Code-Scanner
6363
```
6464

6565
2. Install the required dependencies:
@@ -69,7 +69,7 @@ For more information about the advanced private version, please contact RedRays,
6969

7070
## Usage
7171

72-
To run the ABAP Code Analyzer:
72+
To run the ABAP Code Scanner:
7373

7474
```
7575
python main.py path/to/abap/code/dir
@@ -128,7 +128,7 @@ On Unix-like systems:
128128

129129
## Contributing
130130

131-
Contributions to the ABAP Code Analyzer Framework are welcome! Please feel free to submit pull requests, create issues or spread the word.
131+
Contributions to the ABAP Code Scanner Framework are welcome! Please feel free to submit pull requests, create issues or spread the word.
132132

133133
## License
134134

0 commit comments

Comments
 (0)