Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug #2

Open
NdA994 opened this issue Feb 16, 2024 · 5 comments
Open

Bug #2

NdA994 opened this issue Feb 16, 2024 · 5 comments
Assignees

Comments

@NdA994
Copy link
Contributor

NdA994 commented Feb 16, 2024

Sono cambiate le API del NIST e quindi il programma crasha

@NdA994
Copy link
Contributor Author

NdA994 commented Feb 16, 2024

In nistAPI modificare
@get("cpes/1.0") in @get("cpes/2.0") essendo 1.0 deprecati e dismessi dal NIST.

https://nvd.nist.gov/general/news/change-timeline
Si dovrebbe vedere che cosa estrae dalle vecchie CPE e vedere di reimplementare il tutto.

cpe23Uri -> cpeName
cpes -> product.cpe

nistAPI.getCPEs(cpe.toCpeString()).execute(); -> genera un null pointer
Si dovrebbe cambiare tutta la logia dietro le API del Nist (com.lprevidente.edb2docker.entity.vo.nist.*)

@NdA994
Copy link
Contributor Author

NdA994 commented Feb 18, 2024

@NdA994
Copy link
Contributor Author

NdA994 commented Feb 19, 2024

La versione presente nel maven è 1.18.22 non è più supportata per la JDK 21. Si bisogna passare alla 1.18.30

<dependency>
            <groupId>org.projectlombok</groupId>
            <artifactId>lombok</artifactId>
            <version>1.18.30</version>
            <scope>true</scope>
</dependency>

projectlombok/lombok#3393

@NdA994
Copy link
Contributor Author

NdA994 commented Feb 20, 2024

Promemoria per 35729 -> Si dovre provare su macchina linux per vedere se lancia la configurazione
INFO 6412 --- [ restartedMain] c.l.e.s.WordpressService : Configuration created. Trying to configure it

@NdA994
Copy link
Contributor Author

NdA994 commented Feb 21, 2024

WP Core works, I'll start eval process as soon as possible (tested with ids 36844, 47720 and 47800).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants