Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions firebase-appdistribution-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

- [changed] Bumped internal dependencies.

# 16.0.0-beta18

- [changed] Bumped internal dependencies.
Expand Down
7 changes: 7 additions & 0 deletions release.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "m180_1",
"libraries": [
":firebase-appdistribution",
":firebase-appdistribution-api"
]
}
16 changes: 16 additions & 0 deletions release_report.json

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Medium Sensitive Data Finding

PII

More Details
Attribute Value
Data Classifier PII/Name
Data Classifier ID BUILTIN-125

Sampled Examples

Key Value
firebase-appdistribution.author Leelg

Rule ID: BUILTIN-125


To ignore this finding as an exception, reply to this conversation with #wiz_ignore reason

If you'd like to ignore this finding in all future scans, add an exception in the .wiz file (learn more) or create an Ignore Rule (learn more).


To get more details on how to remediate this issue using AI, reply to this conversation with #wiz remediate

Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"changesByLibraryName": {
"firebase-appdistribution": [
{
"commitId": "aab9a907dd077606a84cbfefa2b6d96224696066",
"prId": "8155",
"author": "Lee Kellogg",
"message": "Use String.format in cases where firebase-vendor plugin transforms hardcoded strings (#8155)\n\nStarting with `16.0.0-beta18`, the vendor plugin is renaming strings in\nthe app distro SDK:\n\n```\n> Task :firebase-appdistribution:releaseVendorTransform\n...\nChanged \".FirebaseAppDistributionFileProvider\" -> \"com.google.firebase.appdistribution.impl..FirebaseAppDistributionFileProvider\"\nChanged \".apk\" -> \"com.google.firebase.appdistribution.impl..apk\"\n...\n```\n\nThis is causing the SDK functionality to fail due to malformed strings:\nhttps://github.com/firebase/firebase-android-sdk/issues/8136\n\nI don't know the root cause, but this does fix the issue.",
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/aab9a907dd077606a84cbfefa2b6d96224696066",
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/8155"
}
],
"firebase-appdistribution-api": []
},
"changedLibrariesWithNoChangelog": []
}
11 changes: 11 additions & 0 deletions release_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Release Report
## firebase-appdistribution

* Use String.format in cases where firebase-vendor plugin transforms hardcoded strings (#8155)
[pr](https://github.com/firebase/firebase-android-sdk/pull/8155) [commit](https://github.com/firebase/firebase-android-sdk/commit/aab9a907dd077606a84cbfefa2b6d96224696066) [Lee Kellogg]

## firebase-appdistribution-api



## SDKs with changes, but no changelogs
Loading