File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
<img alt =" CommixProject " src =" https://camo.githubusercontent.com/41258687d868cf76951a37f6be7961c4c862dfb3/687474703a2f2f692e696d6775722e636f6d2f6c4b6762336c712e706e67 " height =" 142 " />
3
3
<p align =" center " >
4
4
<a href="https://api.travis-ci.org/commixproject/commix"><img alt="Build Status" src="https://api.travis-ci.org/commixproject/commix.svg?branch=master"></a>
5
- <a href="https://github.com/commixproject/commix/releases/tag/v2.7-20181218 "><img alt="Version 2.7 " src="https://img.shields.io/badge/Version-2.7 -green.svg"></a>
5
+ <a href="https://github.com/commixproject/commix/releases/tag/v2.8-20190326 "><img alt="Version 2.8 " src="https://img.shields.io/badge/Version-2.8 -green.svg"></a>
6
6
<a href="http://www.python.org/download/"><img alt="Python 2.6-2.7" src="https://img.shields.io/badge/Python-2.6--2.7-yellow.svg"></a>
7
7
<a href="https://github.com/commixproject/commix/blob/master/readme/COPYING"><img alt="GPLv3 License" src="https://img.shields.io/badge/License-GPLv3-red.svg"></a>
8
8
<a href="http://www.twitter.com/commixproject"><img alt="Twitter" src="https://img.shields.io/badge/Twitter-@commixproject-blue.svg"></a>
Original file line number Diff line number Diff line change 1
- ## Version 2.8 (upcoming )
1
+ ## Version 2.8 (2019-03-26 )
2
2
* Fixed: Multiple bug-fixes regarding several reported unhandled exceptions.
3
3
* Updated: Minor update regarding accepting overly long result lines.
4
4
* Revised: Minor bug-fixes and improvements regarding ` --file-upload ` option.
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ def sys_argv_errors():
158
158
DESCRIPTION = "The command injection exploiter"
159
159
AUTHOR = "Anastasios Stasinopoulos"
160
160
VERSION_NUM = "2.8.39"
161
- STABLE_VERSION = False
161
+ STABLE_VERSION = True
162
162
if STABLE_VERSION :
163
163
VERSION = "v" + VERSION_NUM [:3 ] + "-stable"
164
164
else :
You can’t perform that action at this time.
0 commit comments