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

fixed configureTizenGlobal <= check for tizen certificate in Tizen St… #1258

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

ElenaDiachenko
Copy link
Contributor

Description

  • Tizen certificate is not added to the Tizen certificate manager if it already exists in the.rnv folder

Related issues

Npm releases

n/a


addDevelopTizenCertificate(c, {
profileName: DEFAULTS.certificateProfile,
certPath: path.join(certDirPath, `${certFilename}.p12`),

Check warning

Code scanning / CodeQL

Unsafe shell command constructed from library input Medium

This path concatenation which depends on
library input
is later used in a
shell command
.
This path concatenation which depends on
library input
is later used in a
shell command
.
@ElenaDiachenko ElenaDiachenko changed the base branch from main to release/1.0 November 27, 2023 09:05
@mihaiblaga89 mihaiblaga89 merged commit 834dc3d into release/1.0 Nov 27, 2023
3 checks passed
@pavjacko pavjacko added this to the 1.0 milestone Dec 8, 2023
@pavjacko pavjacko deleted the fix/tizen_certificate branch February 14, 2024 20:08
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

Successfully merging this pull request may close these issues.

3 participants