Skip to content

Commit

Permalink
Version bump - 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GriffinMB committed May 30, 2018
1 parent 646069a commit 35af6e0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v0.7.0

* Enhancements
* Improved handling of vulnerabilities within templates.

* Bug Fixes
* Sobelow no longer incorrectly flags :binary `send_download` functions.

## v0.6.9

* Enhancements
Expand Down
3 changes: 0 additions & 3 deletions lib/sobelow.ex
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ defmodule Sobelow do
|> Enum.each(&get_fun_vulns(&1, meta_file, "", allowed))
end)

# Future template handling will look something like this.
# XSS checks should be fully handled earlier, and excluded from
# the second template pass.
template_meta_files = MetaLog.get_templates()

Enum.each(template_meta_files, fn {_, meta_file} ->
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Sobelow.Mixfile do
def project do
[
app: :sobelow,
version: "0.6.9",
version: "0.7.0",
elixir: "~> 1.4",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 35af6e0

Please sign in to comment.