Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
1. updated PyYAML package to fix severe security issues
Browse files Browse the repository at this point in the history
2. added Snyk and PyUp badges to README.md
3. updated version (v0.5.7)
  • Loading branch information
mostafa committed Jul 8, 2018
1 parent 767ffaa commit 10a5314
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Build REST APIs with Neo4j and Flask, as quickly as possible!
[![Coverage Status](https://coveralls.io/repos/github/mostafa/grest/badge.svg?branch=master)](https://coveralls.io/github/mostafa/grest?branch=master)
[![Join the chat at https://gitter.im/pygrest/Lobby](https://badges.gitter.im/pygrest/Lobby.svg)](https://gitter.im/pygrest/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmostafa%2Fgrest.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fmostafa%2Fgrest?ref=badge_shield)
[![Known Vulnerabilities](https://snyk.io/test/github/mostafa/grest/badge.svg)](https://snyk.io/test/github/mostafa/grest)
[![Updates](https://pyup.io/repos/github/mostafa/grest/shield.svg)](https://pyup.io/repos/github/mostafa/grest/)

gREST (Graph-based REST API Framework) is a RESTful API development framework on top of Python, Flask, Neo4j and Neomodel. Its primary purpose is to ease development of RESTful APIs with little effort and minimum amount of code.

Expand Down
2 changes: 1 addition & 1 deletion grest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@

from .grest import GRest

__version__ = '0.5.6'
__version__ = '0.5.7'
2 changes: 1 addition & 1 deletion grest/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from flask import request, jsonify, current_app as app
import markupsafe
import requests
from pyaml import yaml
import yaml
import dicttoxml
from . import global_config

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ setuptools==39.2.0
Unidecode==1.0.22
webargs==3.0.2
Werkzeug==0.14.1
PyYAML==3.13
PyYAML==4.2b4

0 comments on commit 10a5314

Please sign in to comment.