Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sixcolors/fiber-csrf-cve-test

test that this fiber alert is picked up by dependabot.
https://github.com/sixcolors/fiber-csrf-cve-test

Last synced: 11 days ago
JSON representation

test that this fiber alert is picked up by dependabot.

Awesome Lists containing this project

README

        

# What is this?

This repo is a clone of [gofiber/recipes/csrf-with-session](https://github.com/gofiber/recipes/tree/master/csrf-with-session) with the following changes:

- The `README.md` file has been updated to reflect the changes made to the repo.
- The `go.mod` file has been updated to use a version of Fiber that has published vulerability alerts for the CSRF middleware.
- A dependabot configuration file has been added to the repo to enable dependabot alerts.

## Vulnerability Alerts

If everything is working as expected the following vulnerability alerts should be present:

- [GHSA-mv73-f69x-444p](https://github.com/gofiber/fiber/security/advisories/GHSA-mv73-f69x-444p) CVE-2023-45141
- [GHSA-94w9-97p3-p368](https://github.com/gofiber/fiber/security/advisories/GHSA-94w9-97p3-p368) CVE-2023-45128

## It works!

![dependabot alerts](dependabot_alerts.jpg)