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.
- Host: GitHub
- URL: https://github.com/loopbackio/security
- Owner: loopbackio
- License: mit
- Created: 2022-02-18T13:37:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T08:20:30.000Z (about 2 years ago)
- Last Synced: 2025-04-19T22:02:49.902Z (9 months ago)
- Language: TypeScript
- Size: 317 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
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)