diff --git a/README.md b/README.md index 41b7031..2e4c42a 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,16 @@ [![SonarQube Security](https://sonarcloud.io/api/project_badges/measure?project=msteinert_bstring&metric=security_rating)](https://sonarcloud.io/project/overview?id=msteinert_bstring) [![SonarQube Reliability](https://sonarcloud.io/api/project_badges/measure?project=msteinert_bstring&metric=reliability_rating)](https://sonarcloud.io/project/overview?id=msteinert_bstring) [![SonarQube Maintainability](https://sonarcloud.io/api/project_badges/measure?project=msteinert_bstring&metric=sqale_rating)](https://sonarcloud.io/project/overview?id=msteinert_bstring) +[![OpenSSF Scorecard](https://img.shields.io/ossf-scorecard/github.com/msteinert/bstring?label=openssf+scorecard&style=flat)](https://scorecard.dev/viewer/?uri=github.com/msteinert/bstring) # Better String Library This is a fork of Paul Hsieh's [Better String Library][]. The following features (or mis-features, depending on your point of view) are included: -1. Autotools build system +1. Build system (Meson and Autotools) 2. Updated test suite based on [Check][] -3. Add [Valgrind][] to the workflow +3. Add memory profiling with [Valgrind][] to the workflow 4. Add continuous integration via GitHub Actions 5. Remove C++ code 6. Other various improvements @@ -18,7 +19,7 @@ Currently this fork should be binary-compatible with the original code. The only source incompatibility is the removal of the `const_bstring` type. [Better String Library]: http://bstring.sourceforge.net/ -[Check]: http://check.sourceforge.net/ +[Check]: https://github.com/libcheck/check [Valgrind]: http://valgrind.org/ ## Building