Skip to content

Commit

Permalink
Update README.md (#76)
Browse files Browse the repository at this point in the history
Added library warning.
  • Loading branch information
muthuswamyopn authored Mar 7, 2024
1 parent d404304 commit d891b6d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Omise Go Client
# Omise Go Library

[![GoDoc](https://godoc.org/github.com/omise/omise-go?status.svg)][0]
[![omise-go v1](https://github.com/omise/omise-go/actions/workflows/v1-ci.yml/badge.svg)](https://github.com/omise/omise-go/actions/workflows/v1-ci.yml)
Expand All @@ -12,6 +12,11 @@ Install with:
go get github.com/omise/omise-go
```

## Security Warning

**Please do NOT use Omise Go library versions less than 1.0.5, as they are outdated and have security vulnerabilities.**


## Compliance warning

Card data should never transit through your server. This library provides the means to create
Expand Down

0 comments on commit d891b6d

Please sign in to comment.