Skip to content

Enhances RASP with SQLi protection and integrity (#2)#3

Merged
JVBotelho merged 1 commit intomasterfrom
develop
Feb 4, 2026
Merged

Enhances RASP with SQLi protection and integrity (#2)#3
JVBotelho merged 1 commit intomasterfrom
develop

Conversation

@JVBotelho
Copy link
Owner

  • 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

* 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 JVBotelho merged commit 458784a into master Feb 4, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant