Enhances RASP with SQLi protection and integrity#2
Merged
Conversation
…cies feat(rasp): Integrate SqlInjectionDetectionEngine and update benchmarks
…eld inspection and update benchmarks
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
JVBotelho
added a commit
that referenced
this pull request
Feb 4, 2026
* feat: Implement native anti-tampering guard * feat: Add performance benchmarks with BenchmarkDotNet * docs: Add comprehensive threat model and attack scenarios * docs: Update README with project overview, security, and performance details * docs: Add attack flow diagram to README * chore: Update repository URL and roadmap in README * feat(security): Introduce SqlInjectionDetectionEngine Core & Dependencies feat(rasp): Integrate SqlInjectionDetectionEngine and update benchmarks * refactor(redteam): Overhaul gRPC exploit script into attack suite * feat(security): Implement advanced native anti-tamper mechanisms * docs: Update README and add Reverse Engineering documentation * docs: Add Architectural Decision Records and Product Roadmap * feat(sql): Refine core SQL normalization and heuristic detection * feat(sql): Update SqlInjectionDetectionEngine API and add unit tests * perf(grpc): Optimize gRPC interceptor for zero-allocation protobuf field inspection and update benchmarks * feat: Introduce NuGet package locking for reproducible builds * style: Apply consistent formatting and whitespace adjustments * feat: Add Directory.Build.props for consistent project settings * refactor: Configure Rasp.Benchmarks project * refactor: Make NativeGuard injectable and improve logging * perf: Adopt LoggerMessage for SqlInjectionDetectionEngine * chore: Update Microsoft.Extensions.* dependencies to 10.0.1 * refactor: Rename Core DependencyInjection to RaspCoreExtensions * style: Add ConfigureAwait(false) and ArgumentNullException checks * fix: Suppress CA2000 warning in RaspMetrics * build: Relax warnings as errors in CI and add InternalsVisibleTo * feat(tests): Add Dependency Injection sanity tests for RASP Bootstrapper * build: Exclude 'modules' from dotnet format in CI * refactor: Apply whitespace and formatting fixes
JVBotelho
added a commit
that referenced
this pull request
Feb 4, 2026
Enhances RASP with SQLi protection and integrity (#2)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Improves the RASP.Net project with SQL injection detection, native anti-tamper mechanisms, and architectural enhancements.
SqlInjectionDetectionEnginefor enhanced security.Key changes:
SqlInjectionDetectionEnginewith heuristic analysis and SIMD pre-filtering. Includes tests and normalization functions.Rasp.Native.Guard.dll) to detect debuggers and tampering, along with .NET integration.This pull request introduces new features and improvements, including unit tests and benchmark configurations.