Skip to content

Commit

Permalink
chg: [pe] Using the new integer attribute type
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisr3d committed Apr 3, 2024
1 parent eb1536f commit e042ac1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions objects/pe/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,13 @@
"number-of-symbols": {
"description": "Number of entries in the symbol table",
"disable_correlation": true,
"misp-attribute": "counter",
"misp-attribute": "integer",
"ui-priority": 0
},
"number-sections": {
"description": "Number of sections",
"disable_correlation": true,
"misp-attribute": "counter",
"misp-attribute": "integer",
"ui-priority": 0
},
"original-filename": {
Expand Down Expand Up @@ -178,7 +178,7 @@
"size-of-optional-header": {
"description": "Size of the optional header and the data directories which follow this header",
"disable_correlation": true,
"misp-attribute": "float",
"misp-attribute": "integer",
"ui-priority": 0
},
"text": {
Expand Down

0 comments on commit e042ac1

Please sign in to comment.