Skip to content

Commit 35af6e0

Browse files
committed
Version bump - 0.7.0
1 parent 646069a commit 35af6e0

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v0.7.0
4+
5+
* Enhancements
6+
* Improved handling of vulnerabilities within templates.
7+
8+
* Bug Fixes
9+
* Sobelow no longer incorrectly flags :binary `send_download` functions.
10+
311
## v0.6.9
412

513
* Enhancements

lib/sobelow.ex

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,6 @@ defmodule Sobelow do
9595
|> Enum.each(&get_fun_vulns(&1, meta_file, "", allowed))
9696
end)
9797

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

103100
Enum.each(template_meta_files, fn {_, meta_file} ->

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Sobelow.Mixfile do
44
def project do
55
[
66
app: :sobelow,
7-
version: "0.6.9",
7+
version: "0.7.0",
88
elixir: "~> 1.4",
99
build_embedded: Mix.env() == :prod,
1010
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)