Skip to content

Commit

Permalink
[V1.1.0] Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Lancini committed May 5, 2017
1 parent 76e67d0 commit 013950d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
#### Added
#### Fixed
#### Removed



## [1.1.0] - 2017-05-05
#### Added
- **[CORE]** Issue Auto-Detection: modules will now automatically detect and keep track of issues in the target app.
All the issues are going to be stored in the `issues.db` SQLite database, contained in the chosen output directory.
Every issue will hold the following attributes: `app`, `module`, `name`, `content`, `confidence level` ('HIGH', 'MEDIUM', 'INVESTIGATE', 'INFORMATIONAL'), `outfile`
Expand Down
2 changes: 1 addition & 1 deletion needle/core/utils/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Constants(object):
AUTHOR = 'MWR InfoSecurity (@MWRLabs) - Marco Lancini (@LanciniMarco)'
EMAIL = 'marco.lancini[at]mwrinfosecurity.com'
WEBSITE = 'mwr.to/needle'
VERSION = '1.0.2'
VERSION = '1.1.0'

# Name variables
NAME = 'Needle'
Expand Down

0 comments on commit 013950d

Please sign in to comment.