-
Notifications
You must be signed in to change notification settings - Fork 1
Feature/zero config r8 #23
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
Merged
Merged
Changes from 20 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
685de70
Hardening and Zero-Config R8 Rules for Retrofit
3334b09
fix/test: align initialize comment and null config params in Retrofit…
468962b
Document initialize comment options and reinitialization in REFERENCE.md
90bc6b7
Simplify initialization: delegate re-init decisions to platform SDK
6ef4eef
Reject null config explicitly with IllegalArgumentException
9c03c1b
Update docs to reflect simplified initialization changes
f8b7ddd
fix: preserve service layer state on SDK initialization failure
2e72c2e
Revise SECURITY.md for clarity on support and reporting
naynovi dc731d8
Merge branch 'pr-20' into feature/3.6.0
charlesoj6205 0927d8d
Relocate BouncyCastle to io.approov.internal.retrofit.bouncycastle
f7dd1c6
Remove hardcoded worker URL fallbacks from CI workflow
138b399
Update copyright year in LICENSE file
naynovi 95f5c20
fix: ignore empty config reinitialization when already initialized wi…
45348ad
refactor: simplify empty config reinitialization check using isApproo…
e735d6d
Merge PR #22 (Update copyright year)
0bca1f5
docs: integrate quickstart content into README.md
8650bc7
fix: preserve placeholder on null/empty secure string substitution; d…
c7896db
merge: incorporate SECURITY.md from feature/3.6.0 (PR #21)
30463ad
docs: fix typos, SECURITY.md version table, CHANGELOG BC package name…
73edb01
docs: address Copilot PR #23 comments — CHANGELOG, REFERENCE, Javadoc…
f2980a0
docs: document initialize reset contract + warn on re-init state discard
adriantuk 38b3f64
test: fix stale empty-config mini-SDK tests broken by downgrade guard
adriantuk e471d9e
CI changes to add version to user property and validate the changelog…
adriantuk 66cdea8
fix feature branch build test
adriantuk c95f51f
add env for USER_MANAGED/AUTOMATIC
adriantuk 590d0a6
temp set the default publishing script to USER_MANAGED
adriantuk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| { | ||
| "java.configuration.updateBuildConfiguration": "interactive" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
|
|
||
| We maintain updates and patches in the latest release. Earlier versions will still work, but will have less functionality than later versions. | ||
| We encourage all users of these service layers to update to the latest version for the best experience. | ||
|
ivolz marked this conversation as resolved.
|
||
|
|
||
| | Version | Supported | | ||
| | ------- | ------------------ | | ||
| | 3.5.x | :white_check_mark: | | ||
| | < 3.5.0 (3.4.0) | :x: | | ||
|
|
||
| ## Reporting a Vulnerability | ||
|
|
||
| Thank you for letting us know about possible security vulnerabilities in this project. | ||
| Please don't publish details in a public issue or PR. Send us a private email at support@approov.io and disclose which version your report refers to. | ||
|
|
||
| Your message will receive a prompt reply. | ||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.