-
Hey, first of all - what an absolute amazing tool you have built. Many props to you!!!
Wondering if you're going to update the hacktricks links that linpeas spits out in the results? a lot of them …
-
### What feature do you want to see added?
`de.dagere.peass.dependency.traces.OneTraceGenerator.generateTraceFiles` generates Strings which are to long to save:
```
java.lang.NegativeArraySizeExc…
-
**Suggested Solution**
Use `static` instead of `private static`
**Note**
Might already be implemented and the implementation of Peass might be responsible for the false instrumentation.
-
**Suggested Solution**
(Example) Use
```
final long _kieker_sourceInstrumentation_tin = kieker.monitoring.core.controller.MonitoringController.getInstance().getTimeSource().getTime();
```
instead…
-
### What feature do you want to see added?
If projectname in settings.gradle is not explicitly specified like: rootProject.name = projectname, peass uses foldername as modulename while KoPeMe uses "p…
-
### What feature do you want to see added?
A jenkins build-step should be implemented to provide Data for debugging.
So you can see the following:
commit-sha
changed Classes/methods
which TestC…
-
### What feature do you want to see added?
If tracesize is set with traceSizeInMb, traces which extend this limit and therefore are discharded should be deleted to save memory.
### Upstream changes
…
-
### What feature do you want to see added?
Traces are currently saved as plain text files. Therefore, big amounts of hard disk space might be required.
Therefore, the traces and their diffs should b…
-
**Description**
When executing parameterized tests of Tomcat, the following Exception occurs:
No tests found matching Method doTest(org.apache.tomcat.util.http.TestHeaderUtiltoPrintableString) fro…
-
> This issue has been imported from an old repository. It was originally created by @DaGeRe at 2021-10-19T10:38:43Z with number #47
With the configuration ```measurementMode: 'LEVELWISE', useSampling…