3
I Use This!
Activity Not Available
Analyzed 2 months ago. based on code collected 2 months ago.

Project Summary

libpayload is a small BSD-licensed static library (a lightweight implementation of common and useful functions) intended to be used as a basis for coreboot payloads.

The benefits of linking a coreboot payload against libpayload are:

* Payloads do not have to implement and maintain low-level code for I/O, common functions, etc.
* Payloads can be recompiled and deployed for CPU architectures supported by coreboot in the future.
* The libpayload functions can be tested and scrutinized outside payload development.
* Payloads themselves may be partly host-tested, e.g. against an emulation libpayload.

Tags

bios boot c cbfs cmos coreboot firmware flash libc library lowlevel nvram payload pc

In a Nutshell, libpayload...

BSD 3-clause "New" or "Revised" License
Permitted

Commercial Use

Modify

Distribute

Place Warranty

Forbidden

Hold Liable

Use Trademarks

Required

Include Copyright

Include License

These details are provided for information only. No information here is legal advice and should not be used as such.

This Project has No vulnerabilities Reported Against it

Did You Know...

  • ...
    55% of companies leverage OSS for production infrastructure
  • ...
    compare projects before you chose one to use
  • ...
    65% of companies leverage OSS to speed application development in 2016
  • ...
    you can embed statistics from Open Hub on your site

Languages

C
93%
9 Other
7%

30 Day Summary

Feb 12 2024 — Mar 13 2024

12 Month Summary

Mar 13 2023 — Mar 13 2024
  • 3683 Commits
    Down -1539 (29%) from previous 12 months
  • 245 Contributors
    Down -66 (21%) from previous 12 months

Static Analysis ( Generated by Coverity Scan for coreboot )

Repository URL: http://review.coreboot.org/coreboot.git

Version: coreboot_24.02-194-g873112ac34

2024-03-13
Last Analyzed
7,614,156
Lines of Code Analyze
0.1
Defect Density

Defects by status for current build

3,193
Total defects
711
Outstanding
2,380
Fixed

CWE Top 25 defects

ID CWE-Name Number of Defects
120 Buffer Copy without Checking Size of Input ('Classic Buffer Overflow') 28
190 Integer Overflow or Wraparound 20
676 Use of Potentially Dangerous Function 2