Skip to content

Commit

Permalink
appsec: update security rules
Browse files Browse the repository at this point in the history
These new security rules fix false positives and disables running
the rules on the HTTP request cookies until the AppSec obfuscator
is added.
#  Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# On branch release-v1.37.1
# Changes to be committed:
#	modified:   ../../rule.go
#	modified:   ../../../version/version.go
#
# Changes not staged for commit:
#	modified:   ../../../../contrib/net/http/trace.go
#	modified:   ../../../../ddtrace/ext/tags.go
#	modified:   ../../../../go.mod
#	modified:   ../../../../go.sum
#
# Untracked files:
#	../../../../_obj/
#	../../_test/
#	../../_testss/
#	../../../../profiler/depaware.txt
#	../../../../profiler/internal/pprofutils/depaware.txt
#
  • Loading branch information
Julio-Guerra committed Mar 30, 2022
1 parent 2f579f3 commit 90ae5a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions internal/appsec/rule.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ package version
// Tag specifies the current release tag. It needs to be manually
// updated. A test checks that the value of Tag never points to a
// git tag that is older than HEAD.
const Tag = "v1.37.0"
const Tag = "v1.37.1"

0 comments on commit 90ae5a3

Please sign in to comment.