Conversation
* 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
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.
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