mirror of https://github.com/MISP/misp-objects
fix: [network-socket] Typo
parent
5028d5d99f
commit
3a2e44c442
|
@ -168,14 +168,14 @@
|
|||
"socket-type": {
|
||||
"description": "Type of the socket.",
|
||||
"misp-attribute": "text",
|
||||
"sane-default": [
|
||||
"sane_default": [
|
||||
"SOCK_STREAM",
|
||||
"SOCK_DGRAM",
|
||||
"SOCK_RAW",
|
||||
"SOCK_RDM",
|
||||
"SOCK_SEQPACKET"
|
||||
],
|
||||
"ui-proirity": 1
|
||||
"ui-priority": 1
|
||||
},
|
||||
"src-port": {
|
||||
"categories": [
|
||||
|
|
Loading…
Reference in New Issue