From d1b4e59e7d97b5ff89dd7f094b08126e022b68a1 Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Tue, 14 Feb 2023 16:24:39 +0100 Subject: [PATCH 1/2] Update capa/render/proto/__init__.py Co-authored-by: Moritz --- capa/render/proto/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capa/render/proto/__init__.py b/capa/render/proto/__init__.py index 85446151..db959ee8 100644 --- a/capa/render/proto/__init__.py +++ b/capa/render/proto/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 FireEye, Inc. All Rights Reserved. +# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt From 3071394ef49ebd0dc3397de13dbdf9a0fef47d7b Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Tue, 14 Feb 2023 16:24:47 +0100 Subject: [PATCH 2/2] Update capa/render/proto/__init__.py Co-authored-by: Moritz --- capa/render/proto/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capa/render/proto/__init__.py b/capa/render/proto/__init__.py index db959ee8..a423d4c7 100644 --- a/capa/render/proto/__init__.py +++ b/capa/render/proto/__init__.py @@ -247,7 +247,7 @@ def _find_capa_class(name): def _enum_properties(message): - """enumerate the properties of the message definitioned, ordered by class declaration""" + """enumerate the properties of the message defined, ordered by class declaration""" # this is just for convenience. # the order of properties provided by the class. guaranteed.