mpet
mpet
Hi, We had some guys in our project running an audit with this tool. They got the following message.  Now they want to remove the support for these MAC...
Hi, I found the following code: new ByteBuddy() .redefine(clazz) .visit(new MemberRemoval().  but no stripAnnotation? Is there any plans for it? I would make my life easier :-) //mike
Hi, I have the following code: ``` AnnotationDescription annotationDescription = AnnotationDescription.Latent.Builder.ofType((Class
Hi, We establish a TLS connection using the provided files in this project. ``` 2022-03-07 07:58:02,202 (PowerLogger.java:328) DEBUG : default-tls 0.0.0.0 1 10 5 serverkey servercert cacerts clientcerts 1 02:E9:38:1F:F6:8B:62:DE:0A:0B:C5:03:81:A8:03:49:A0:00:7F:8B:F3...
Hi, I am successfully logging in to netopeer2 on using TLS: ``` 2021-08-27 15:09:48,702 (Slf4jLogConsumer.java:71) INFO : STDERR: [INF]: LN: Accepted a connection on 0.0.0.0:6513. 2021-08-27 15:09:48,703 (Slf4jLogConsumer.java:71) INFO :...
Hi, We run agains a server using libnetconf2. When set to use the NETCONF 1.0 capability for the client it works like a charm. ```2020-10-21 16:25:54,819 (AbstractTransport.java:327) DEBUG : Hello...
Hi, I compared to https://github.com/jenkinsci/trilead-ssh2 on gitub that we are using. I see you have support for Elliptic Curve (EC) KeyExchange algoritm. Any plans to merge this in the the...
Our products running in K8, resource under test, must be visible in dashboard/CLI so we know the status of it and also relate to testcase/test suite. When we run a...
## Issue Description When running sonar rules on java code that has the following construct: https://docs.oracle.com/en/java/javase/17/language/pattern-matching-instanceof-operator.html#GUID-843060B5-240C-4F47-A7B0-95C42E5B08A7 Sonarqube rule: findbugs:SA_LOCAL_SELF_COMPARISON gives a false positive. ## Environment | Component | Version |...
Hi, We need to test this RFC: https://datatracker.ietf.org/doc/rfc8525/ Before I create a test case I wonder if the following scenario is supported in Netopeer2: Our NETCONF client have an open...