-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Aleksa Sarai <[email protected]>
- Loading branch information
Showing
1 changed file
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
## `libpathrs` ## | ||
|
||
[![build status](https://github.com/openSUSE/libpathrs/actions/workflows/ci.yml/badge.svg)](https://github.com/openSUSE/libpathrs/actions/workflows/ci.yml) | ||
[![rust-ci build status](https://github.com/openSUSE/libpathrs/actions/workflows/rust.yml/badge.svg)](https://github.com/openSUSE/libpathrs/actions/workflows/rust.yml) | ||
[![bindings-ci build status](https://github.com/openSUSE/libpathrs/actions/workflows/bindings.yml/badge.svg)](https://github.com/openSUSE/libpathrs/actions/workflows/bindings.yml) | ||
[![docs](https://docs.rs/pathrs/badge.svg)](https://docs.rs/pathrs/) | ||
[![dependency status](https://deps.rs/repo/github/openSUSE/libpathrs/status.svg)](https://deps.rs/repo/github/openSUSE/libpathrs) | ||
|
||
![License: LGPL-3.0-or-later](https://img.shields.io/github/license/openSUSE/libpathrs.svg) | ||
|
||
This library implements a set of C-friendly APIs (written in Rust) to make path | ||
resolution within a potentially-untrusted directory safe on GNU/Linux. There | ||
are countless examples of security vulnerabilities caused by bad handling of | ||
|
@@ -73,12 +72,14 @@ err: | |
### License ### | ||
![License: LGPL-3.0-or-later](https://img.shields.io/github/license/openSUSE/libpathrs.svg) | ||
`libpathrs` is licensed under the GNU LGPLv3 (or any later version). | ||
``` | ||
libpathrs: safe path resolution on Linux | ||
Copyright (C) 2019-2021 Aleksa Sarai <[email protected]> | ||
Copyright (C) 2019-2021 SUSE LLC | ||
Copyright (C) 2019-2024 Aleksa Sarai <[email protected]> | ||
Copyright (C) 2019-2024 SUSE LLC | ||
|
||
This program is free software: you can redistribute it and/or modify it under | ||
the terms of the GNU Lesser General Public License as published by the Free | ||
|