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

Remove whitespaces and add Overrides #3803

Merged
merged 2 commits into from Sep 30, 2022
Merged

Conversation

nielsm5
Copy link
Sponsor Member

@nielsm5 nielsm5 commented Sep 30, 2022

No description provided.

// execute
Runtime rt = Runtime.getRuntime();

Process child = rt.exec(callAndArgs);

Check failure

Code scanning / CodeQL

Building a command line with string concatenation

Command line is built with string concatenation.
SSLContext sslcontext = SSLContext.getInstance("TLS");
sslcontext.init(
null, // No KeyManager required
new TrustManager[] { new DummyTrustManager() },

Check failure

Code scanning / CodeQL

`TrustManager` that accepts all certificates

This [TrustManager](1), which is defined [here](2) and trusts any certificate, is used here.
@nielsm5 nielsm5 merged commit 4b68cc1 into master Sep 30, 2022
@nielsm5 nielsm5 deleted the feature/whitelinesAndOverrides branch September 30, 2022 12:32
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.

None yet

2 participants