Skip to content

Commit

Permalink
Revert "Updated ASM rules to 1.13.1 (#7536)" (#7544)
Browse files Browse the repository at this point in the history
This reverts commit 44c20d2.
  • Loading branch information
smola authored Sep 2, 2024
1 parent 09922b0 commit 271c706
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dd-java-agent/appsec/src/main/resources/default_config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "2.2",
"metadata": {
"rules_version": "1.13.1"
"rules_version": "1.13.0"
},
"rules": [
{
Expand Down Expand Up @@ -6239,6 +6239,7 @@
{
"id": "rasp-930-100",
"name": "Local file inclusion exploit",
"enabled": false,
"tags": {
"type": "lfi",
"category": "vulnerability_trigger",
Expand Down Expand Up @@ -6287,6 +6288,7 @@
{
"id": "rasp-932-100",
"name": "Shell injection exploit",
"enabled": false,
"tags": {
"type": "command_injection",
"category": "vulnerability_trigger",
Expand Down Expand Up @@ -6335,6 +6337,7 @@
{
"id": "rasp-934-100",
"name": "Server-side request forgery exploit",
"enabled": false,
"tags": {
"type": "ssrf",
"category": "vulnerability_trigger",
Expand Down Expand Up @@ -6383,6 +6386,7 @@
{
"id": "rasp-942-100",
"name": "SQL injection exploit",
"enabled": false,
"tags": {
"type": "sql_injection",
"category": "vulnerability_trigger",
Expand Down

0 comments on commit 271c706

Please sign in to comment.