From cad1be1b780b512b08476641e22e5db31062c602 Mon Sep 17 00:00:00 2001 From: thosakwe Date: Thu, 2 Mar 2017 17:11:36 -0500 Subject: [PATCH] alpha+1 --- README.md | 13 ++----------- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 2282d889..e0c73bad 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,10 @@ # security -[![version 1.0.0-alpha](https://img.shields.io/badge/pub-v1.0.0--alpha-red.svg)](https://pub.dartlang.org/packages/angel_security) +[![version 1.0.0-alpha+1](https://img.shields.io/badge/pub-v1.0.0--alpha+1-red.svg)](https://pub.dartlang.org/packages/angel_security) [![build status](https://travis-ci.org/angel-dart/security.svg)](https://travis-ci.org/angel-dart/security) Angel middleware designed to enhance application security by patching common Web security holes. -Currently unfinished, with incomplete code coverage - **USE AT YOUR OWN RISK!!!** - * Generic Middleware * [Sanitizing HTML](#sanitizing-html) * [CSRF Tokens](#csrf-tokens) @@ -70,14 +68,7 @@ app.before.add(throttleRequests(5, new Duration(minutes: 1))); ``` # Helmet -`security` includes a port of [`helmetjs`](https://github.com/helmetjs/helmet). -Helmet includes 11 middleware that attempt to enhance security via HTTP headers. - -Call `helmet` to include all of them. - -```dart -import 'package:angel_security/helmet.dart'; -``` +[Supplementary security library](https://github.com/angel-dart/helmet) # Service Hooks Also included are a set of service hooks, some [ported from FeathersJS](https://github.com/feathersjs/feathers-legacy-authentication-hooks). diff --git a/pubspec.yaml b/pubspec.yaml index b28ea583..50678568 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: angel_security -version: 1.0.0-alpha +version: 1.0.0-alpha+1 description: Angel middleware designed to enhance application security by patching common Web security holes. author: Tobe O environment: