Skip to content

Commit

Permalink
banish circleci to the nethers [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
JaneJeon committed Aug 19, 2023
1 parent 8e48c50 commit 0aa9819
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<h1 align="center">Welcome to got-ssrf 👋</h1>

[![CircleCI](https://circleci.com/gh/hanover-computing/got-ssrf/tree/master.svg?style=shield)](https://circleci.com/gh/hanover-computing/got-ssrf/tree/master)
[![GitHub Actions](https://github.com/hanover-computing/got-ssrf/actions/workflows/ci.yml/badge.svg)](https://github.com/hanover-computing/got-ssrf/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/hanover-computing/got-ssrf/branch/master/graph/badge.svg)](https://codecov.io/gh/hanover-computing/got-ssrf)
[![Version](https://img.shields.io/npm/v/got-ssrf)](https://www.npmjs.com/package/got-ssrf)
Expand All @@ -14,7 +13,7 @@

SSRF is the evil sibling to CSRF that essentially allows RCE against your backends: https://portswigger.net/web-security/ssrf.

This module automatically rejects all suchs requests so you can safely use got without even thinking about it.
This module automatically rejects all such requests so you can safely use got without even thinking about it.

## Install

Expand Down

0 comments on commit 0aa9819

Please sign in to comment.