You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just received an email from Codecov.io converning their Bash script used for uploading coverage data. Apparently someone compromised their code between January and April which may have caused the leak of environmental secrets.
For us, this affects:
Javadoc upload personal access token,
Bintray key for uploading the snapshots,
Sonatype password,
The signing private key and its password.
The Javadoc upload is just a matter of regenerating the access token; already done that.
However, the rest is more of a trouble:
change the bintray and sonatype passwords; however, I don't know who else relied on those credentials in the ReactiveX organization,
create a completely new signing private key for RxJava; which I don't know how to do.
Change Javadoc upload access token
Change JFrog upload access token
Replace signing private key & password in GHA Secrets
Revoke previous signing private key
Change Sonatype password/access token
Clear build cache
Check snapshot still works
Check release still works
The text was updated successfully, but these errors were encountered:
Update.
I generated a new private key for signing and changed the secrets accordingly. Also the snapshot release works with the new access token.
What's left is to generate a new sonatype access token, which I'm not sure I can do with my credentials. At worst, it would get a new token but I won't be able to see that token afterwards. Consequently, sonatype releases would be blocked until the right user (@benjchristensen ?) went in and extracted them. At least nobody with the old token would be able to do any rogue release of artifacts.
I just received an email from Codecov.io converning their Bash script used for uploading coverage data. Apparently someone compromised their code between January and April which may have caused the leak of environmental secrets.
For us, this affects:
The Javadoc upload is just a matter of regenerating the access token; already done that.
However, the rest is more of a trouble:
The text was updated successfully, but these errors were encountered: