hi
Can you share your test project?
liming.ma@volosoft.com
hi
You can upgrade abp to 9.xa, but can you share a 8.x test project to show the vulnerability issue?
https://abp.io/docs/latest/release-info/migration-guides
Thanks.
hi
Are you running it with dotnet run or in IIS?
hi
but on package creation it is coming
Can you share a test project to show it?
liming.ma@volosoft.com Thanks
hi
Your project doesn't reference the Volo.Abp.Cli package.
Can you share how you got the vulnerability details from your project?
Thanks.
hi
Can you check AddProductionEncryptionAndSigningCertificate method in your module?
The default key file name is openiddict.pfx and the password is in appsettings.json
dotnet dev-certs https -v -ep openiddict.pfx -p 00000000-0000-0000-0000-000000000000
00000000-0000-0000-0000 000000000000 is your certificate password.
Then you need to publish this PFX file to your production server.
Thanks.