Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erezrokah/netlify-plugin-is-website-vulnerable
A Netlify plugin to check if a Website uses vulnerable JavaScript libraries
https://github.com/erezrokah/netlify-plugin-is-website-vulnerable
Last synced: 2 months ago
JSON representation
A Netlify plugin to check if a Website uses vulnerable JavaScript libraries
- Host: GitHub
- URL: https://github.com/erezrokah/netlify-plugin-is-website-vulnerable
- Owner: erezrokah
- License: mit
- Created: 2020-05-19T10:11:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-02T00:30:39.000Z (4 months ago)
- Last Synced: 2024-10-16T10:21:23.920Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.12 MB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Is Site Vulnerable Netlify Plugin
This plugin uses [is-website-vulnerable](https://github.com/lirantal/is-website-vulnerable) to detect vulnerable JavaScript frameworks in your site.
An example PR that adds a vulnerable jQuery library:
https://github.com/erezrokah/netlify-plugin-is-website-vulnerable/pull/3/files#diff-3ec40a1e2a924ba4ba6521185d17b0f2R8A failed deploy preview build as a result of above PR:
https://app.netlify.com/sites/nostalgic-hamilton-c4070a/deploys/5ece572d61bac50006e22da0## Usage
To install, add the following lines to your `netlify.toml` file:
```toml
[[plugins]]
package = "netlify-plugin-is-website-vulnerable"
```