GDATASoftwareAG / smartvmi

Virtual Machine Introspection (VMI) for memory forensics and machine-learning.
http://www.smartvmi.org
MIT License
24 stars 5 forks source link

Add logging for backing parameters #94

Closed cakeless closed 10 months ago

sonarcloud[bot] commented 1 year ago

[InMemoryScanner Plugin] Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

sonarcloud[bot] commented 1 year ago

[ApiTracing Plugin] Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 5 Code Smells

54.4% 54.4% Coverage
0.0% 0.0% Duplication

sonarcloud[bot] commented 1 year ago

[VMICore] Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

rageagainsthepc commented 1 year ago

I've given this PR a little bit of thought and perhaps there is a relatively easy solution that avoids committing to a json structure in the plugin: std::multimap

sonarcloud[bot] commented 1 year ago

[InMemoryScanner Plugin] Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

sonarcloud[bot] commented 1 year ago

[ApiTracing Plugin] Please retry analysis of this Pull-Request directly on SonarCloud.

sonarcloud[bot] commented 11 months ago

[VMICore] Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

sonarcloud[bot] commented 11 months ago

[ApiTracing Plugin] Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

29.4% 29.4% Coverage
0.0% 0.0% Duplication

rageagainsthepc commented 10 months ago

@cakeless Are you planning to squash those commits? I am asking because it looks like the nits have been amended to the latest commit.