Skip to content

Commit

Permalink
Incremented version, added release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Parsons committed Apr 20, 2016
1 parent c7cabf5 commit 7bbfe0e
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 7 deletions.
8 changes: 4 additions & 4 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2015 [CONTRIBUTORS.md](CONTRIBUTORS.md)
Copyright 2016 [CONTRIBUTORS.md](CONTRIBUTORS.md)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Portions of this work are reproduced from work created and shared by
Denim Group and used according to the terms described in the
applicable license. Pearson is not otherwise affiliated with the
Portions of this work are reproduced from work created and shared by
Denim Group and used according to the terms described in the
applicable license. Pearson is not otherwise affiliated with the
development of this work.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
The **Bag of Holding** is an application security utility to assist in the organization and prioritization of software security activities.

Check out these talks which cover building your own AppSec pipeline:
* [Matt Tesauro - Taking AppSec to 11: Pipelines, DevOps and making things better](https://www.youtube.com/watch?v=LfVhB3EiDDs)
* [Matt Tesauro - Lessons From DevOps: Taking DevOps Practices Into Your AppSec Life](https://www.youtube.com/watch?v=tDnyFitE0y4)
* [Aaron Weaver - Building An AppSec Pipeline: Keeping Your Program, And Your Life, Sane](https://www.youtube.com/watch?v=1CDSOSl4DQU)
* [Matt Tesauro - Lessons From DevOps: Taking DevOps Practices Into Your AppSec Life](https://www.youtube.com/watch?v=tDnyFitE0y4)

Expand Down
13 changes: 12 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
# Bag of Holding Releases

## 0.0.5 - 4/20/2016

Maintenance release to update dependencies and remove stagnant code. This release serves as preparation for upcoming changes.

### What's New

* Dependencies
* Numerous dependencies have been updated
* Fixed Python 2 reports bug
* Added simplistic ASVS scoring

## 0.0.4 - 07/24/2015

Minor release with reporting application summmary and initial addition of ASVS
Minor release with reporting application summary and initial addition of ASVS

## 0.0.3 - 06/26/2015

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bag-of-holding",
"version": "0.0.3",
"version": "0.0.5",
"private": true,
"ignore": [
"**/.*",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bag-of-holding",
"version": "0.0.4",
"version": "0.0.5",
"description": "The **Bag of Holding** is an application security utility to assist in the organization and prioritization of software security activities.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 7bbfe0e

Please sign in to comment.