Skip to content

Commit

Permalink
Version v1.4.9
Browse files Browse the repository at this point in the history
Fix vulnerability:
Sanitize operators #182
  • Loading branch information
Ostico committed Apr 10, 2016
1 parent 2285eb4 commit 0bedd75
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@

Pyorient works with orientdb version 1.7 and later.
> **Warning** Some issues are experimented with record_create/record_upload and OrientDB < 2.0. These command are strongly discouraged with these versions
> **NOTICE** Prior to version 1.4.7 there was a potential SQL injection vulnerability that now is fixed. (see [details](https://github.com/mogui/pyorient/pull/172) )
> **NOTICE** Prior to version 1.4.9 there was a potential SQL injection vulnerability that now is fixed.
(see [details](https://github.com/mogui/pyorient/pull/172) , [details](https://github.com/mogui/pyorient/pull/182) )

## Installation

Expand Down
2 changes: 1 addition & 1 deletion pyorient/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Driver Constants
#
NAME = "OrientDB Python binary client (pyorient)"
VERSION = "1.4.8"
VERSION = "1.4.9"
SUPPORTED_PROTOCOL = 32

#
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from setuptools import setup

setup(name='pyorient',
version='1.4.8',
version='1.4.9',
author='Niko Usai <[email protected]>, Domenico Lupinetti <[email protected]>',
description='OrientDB native client library',
long_description=open('README.rst').read(),
Expand Down

0 comments on commit 0bedd75

Please sign in to comment.