sbp icon indicating copy to clipboard operation
sbp copied to clipboard

Help

Open Gracemansam opened this issue 10 months ago • 7 comments

Thank you for your response, I have been able to start the plugin and have access to the endpoint inside the plugin. but pls can you explain how I can stop and update the plugin. And connect each plugin to the data base of the core. It was not that written in the Read Me file. Thank you.

Gracemansam avatar Apr 19 '24 23:04 Gracemansam

Hi, you could find all significant usages in test cases right now.

Sorry for the poor documentation, I am really running out of energy at the moment.

hank-cp avatar Apr 22 '24 03:04 hank-cp

Hi @Gracemansam, you look like going into panic, posting your problem everywhere, even those issues are very possibly NOT relevent to your problem. It doesn't help to solve your problem at all.

Why don't you create a demo repository like other programming guys, which could 100% reproduce the problem you are encountering, and describe your expecting result precisely, to help us to understand your problem quickly and easily.

We are not super man with X-Ray eyes, could fix everything by just one glance.

hank-cp avatar Apr 23 '24 08:04 hank-cp

Okay, Apology for that. Thank you. Currently, I have fix all the issues execpt for the database.

Gracemansam avatar Apr 23 '24 16:04 Gracemansam

You didn't config the project depedencies correcly. Please refer to this demo project, and JPA integration document

Quick hint: You need to use org.laxture:sbp-spring-boot-jpa-starter:3.2.24 and introduce SbpJpaConfigurer in the plugin.

hank-cp avatar Apr 24 '24 07:04 hank-cp

Check your ddl-auto configuration.

hank-cp avatar May 04 '24 03:05 hank-cp

Again, can your demo repo reproduce the 401 problem?

hank-cp avatar May 09 '24 12:05 hank-cp

Hello hank, Thank you for the constant support with the framework. I tried dockerizing the my application with the sbp. it complain of pf4j vulnerability. can you increase to version 3.11 of pf4j maybe the vulnerability has been fixed. Below are the error message. You can help look into it. Thank you

An issue in pf4j pf4j v.3.9.0 and before allows a remote attacker to obtain sensitive information and execute arbitrary code via the expandIfZip method in the extract function.

An issue in pf4j pf4j v.3.9.0 and before allows a remote attacker to obtain sensitive information and execute arbitrary code via the loadpluginPath parameter.

An issue in pf4j pf4j v.3.9.0 and before allows a remote attacker to obtain sensitive information and execute arbitrary code via the zippluginPath parameter.

Gracemansam avatar May 14 '24 10:05 Gracemansam

Have upgrade pf4j to 3.11.1 on latest version of sbp.

hank-cp avatar Jun 25 '24 11:06 hank-cp