File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.8.0
4+ * Enhancements
5+ * Improve output consistency
6+ * All JSON findings contain ` type ` , ` file ` , and ` line ` keys
7+ * "Line" output now refers directly to the vulnerable line
8+ * Default output headers have been normalized
9+
10+ ** Note:** If you depend on the structure of the output, this
11+ may be a breaking change. More information can be found at
12+ [ https://sobelow.io ] ( https://sobelow.io ) .
13+
314## v0.7.8
415 * Enhancements
516 * Add ` --threshold ` flag
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule Sobelow.Mixfile do
44 def project do
55 [
66 app: :sobelow ,
7- version: "0.7.8 " ,
7+ version: "0.8.0 " ,
88 elixir: "~> 1.4" ,
99 build_embedded: Mix . env ( ) == :prod ,
1010 start_permanent: Mix . env ( ) == :prod ,
You can’t perform that action at this time.
0 commit comments