An open API service indexing awesome lists of open source software.

https://github.com/loopbackio/security

[WORK IN PROGRESS] A centralised repository for all security-related matters on the LoopBack Project.
https://github.com/loopbackio/security

Last synced: 9 months ago
JSON representation

[WORK IN PROGRESS] A centralised repository for all security-related matters on the LoopBack Project.

Awesome Lists containing this project

README

          

# LoopBack Security Repository

> Note: This is a work-in-progress and may be incomplete.

This Git repository is a central place for all security-related information
about the LoopBack project. It includes the following:

- LoopBack Security Advisories ([`advisories/`](advisories/README.md))
- PGP Keys ([`keys/`](keys/README.md))
- Scripts ([`scripts/`](scripts/README.md))
- Vendors ([`vendors/`](vendors/README.md))

## Cloning This Repository

To clone this Git repository:

```
git clone git@github.com:loopbackio/security.git
git submodule update --recursive
```

## License

[MIT](./LICENSE)