Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
⬆️ Bump to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dwisiswant0 committed Nov 26, 2020
1 parent 5774b0e commit aafb31c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project should be documented in this file.

### v1.0.1

- Improves whitelist for Common Web Attack & CVE threats
- Matching status code & request method to reduce false-positives CVE (#72)

### v1.0.0

- Fix mismatch breaking logic for detecting CVE (#71)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Kitabisa SecLab](https://img.shields.io/badge/kitabisa-security%20project-blue)](#)
[![License](https://img.shields.io/badge/License-Apache%202.0-yellowgreen)](https://github.com/kitabisa/teler/blob/development/LICENSE)
[![made with Go](https://img.shields.io/badge/made%20with-Go-brightgreen)](http://golang.org)
[![Version](https://img.shields.io/badge/version-1.0.0-blueviolet)](https://github.com/kitabisa/teler/releases)
[![Version](https://img.shields.io/badge/version-1.0.1-blueviolet)](https://github.com/kitabisa/teler/releases)
[![Platform](https://img.shields.io/badge/platform-osx%2Flinux%2Fwindows-green)](#)
[![GitHub issues](https://img.shields.io/github/issues/kitabisa/teler)](https://github.com/kitabisa/teler/issues)

Expand Down
2 changes: 1 addition & 1 deletion internal/runner/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package runner

const (
email = "[email protected]"
version = "1.0.0"
version = "1.0.1"
development = false
banner = `
__ __
Expand Down

0 comments on commit aafb31c

Please sign in to comment.