We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c63d26 commit e315f6bCopy full SHA for e315f6b
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## v0.7.8
4
+ * Enhancements
5
+ * Add `--threshold` flag
6
+ * Add module names to finding output
7
+
8
+ * Deprecations
9
+ * File/Path check has been deprecated
10
11
+ * Bug Fixes
12
+ * Fix inaccurate CSRF details
13
14
## v0.7.7
15
* Enhancements
16
* Add check for insecure websocket settings
mix.exs
@@ -4,7 +4,7 @@ defmodule Sobelow.Mixfile do
def project do
[
app: :sobelow,
- version: "0.7.7",
+ version: "0.7.8",
elixir: "~> 1.4",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
0 commit comments