Skip to content

Commit

Permalink
Merge pull request #889 from ocsf/firewall_profile
Browse files Browse the repository at this point in the history
Removed the firewall profile -
  • Loading branch information
Aniak5 authored Dec 12, 2023
2 parents 529669e + 3dfcc11 commit a94abe6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 64 deletions.
6 changes: 4 additions & 2 deletions events/application/web_resources_activity.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@
"name": "web_resources_activity",
"category": "application",
"profiles": [
"host"
"host",
"security_control"
],
"attributes": {
"$include": [
"profiles/host.json"
"profiles/host.json",
"profiles/security_control.json"
],
"activity_id": {
"enum": {
Expand Down
6 changes: 2 additions & 4 deletions events/network/dhcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@
"extends": "network",
"name": "dhcp_activity",
"profiles": [
"host",
"firewall"
"host"
],
"uid": 4,
"attributes": {
"$include": [
"profiles/cloud.json",
"profiles/host.json",
"profiles/firewall.json"
"profiles/host.json"
],
"activity_id": {
"enum": {
Expand Down
6 changes: 2 additions & 4 deletions events/network/network.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@
"profiles": [
"host",
"network_proxy",
"security_control",
"firewall"
"security_control"
],
"attributes": {
"$include": [
"profiles/host.json",
"profiles/network_proxy.json",
"profiles/security_control.json",
"profiles/firewall.json"
"profiles/security_control.json"
],
"activity_id": {
"enum": {
Expand Down
54 changes: 0 additions & 54 deletions profiles/firewall.json

This file was deleted.

0 comments on commit a94abe6

Please sign in to comment.