fuckeversec

Results 5 comments of fuckeversec

I didn't retransforming the class. the matcher code is belong, use nameStartsWith to filter class. ```java agentBuilder.type(nameStartsWith("com.pay")) .transform(new JacksonFieldDesensitizingTransformer()) ```` SendCashReq class has a field recvBankCardNum annotate with Desensitization: ```java...

I think the class was already loaded too. I didn't log this message. I restart the application and use jvm option to logging loaded class. The `SendCashReq` class was at...

I use `net.bytebuddy.agent.ByteBuddyAgent.install()`, not running premain. But the install method is at first line in main method. I didn't reference `SendCashReq` on main classs.

Hello, have you reproduced this issue? Have you identified the root cause of the problem?

I logging of class loading when restart the application in test enviroment, but the error doesn't occur.