-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
rauc: initial integration #10910
rauc: initial integration #10910
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
jluebbe is integrating a new project: |
Let me know the answers to these questions so i can ask the committee to approve this project. |
RAUC is a system update tool, primarily for embedded systems. It is used by device manufacturers and system integrators. Some publicly known users are:
As a system updater, it necessarily has full root privileges and is an attractive target for attacks. Accordingly, secure authentication of the update payload is critical. |
Cool. Asking the committee |
We are glad to have rauc, we accept. I think youre building the UBSAN build with ASAN:
Can you fix this issue? THen we will merge |
@jonathanmetzman With rauc/rauc#1247 I should have fixed the UBSAN issue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@jonathanmetzman It seems to me that the fuzzing has not started yet, while from the documentation it sounds like it should start working after one or two days. https://introspector.oss-fuzz.com/indexing-overview reports failed coverage and inspector builds: https://oss-fuzz-build-logs.storage.googleapis.com/log-045a10f6-2eeb-4ed8-ae48-b5a4c3116b7f.txt
Also, https://oss-fuzz.com/ reports "Access Denied" for both jluebbe@lasnet.de and jlu@pengutronix.de. Is something going wrong or should I just wait some more? :) |
No description provided.