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

Added proxy functionality #440

Merged
merged 1 commit into from
Dec 20, 2023
Merged

Conversation

martenrebane
Copy link
Contributor

  • MOPPAND-1019

Signed-off-by: Marten Rebane [email protected]

throw new CentralConfigurationException("Something went wrong during fetching configuration", e);
if (httpClient != null) {
CompletableFuture.runAsync(() -> {
Call call = httpClient.newCall(request);

Check warning

Code scanning / CodeQL

Android missing certificate pinning Medium

This network call does not implement certificate pinning. (no explicitly trusted domains)
if (encryptedPreferences != null) {
SharedPreferences.Editor editor = encryptedPreferences.edit();
editor.putString(resources.getString(R.string.main_settings_proxy_password_key), password);
editor.commit();

Check failure

Code scanning / CodeQL

Cleartext storage of sensitive information using `SharedPreferences` on Android High

This stores the 'SharedPreferences' class
edit(...)
containing
sensitive data
which
was set as a shared preference
.
This stores the 'SharedPreferences' class
edit(...)
containing
sensitive data
which
was set as a shared preference
.
This stores the 'SharedPreferences' class
edit(...)
containing
sensitive data
which
was set as a shared preference
.
This stores the 'SharedPreferences' class
edit(...)
containing
sensitive data
which
was set as a shared preference
.
Copy link
Contributor Author

@martenrebane martenrebane Sep 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@martenrebane martenrebane force-pushed the MOPPAND-1019 branch 3 times, most recently from 21ddef2 to bb6cb1e Compare November 20, 2023 16:12
@martenrebane martenrebane force-pushed the MOPPAND-1019 branch 2 times, most recently from 3b62a6e to 328b673 Compare November 27, 2023 23:22
@martenrebane martenrebane merged commit 7e11306 into open-eid:master Dec 20, 2023
3 checks passed
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.

1 participant