aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2021-10-15 22:15:30 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2021-10-16 07:09:28 +0000
commit55424dcfe237574154d4d7aa21285e41cfb6b1d1 (patch)
tree4e3f15707964a33cc964cac1923fc2acd745e716
parent3c0b8c3d324ff4ec00c9ca06f0e6b1a599bc73f7 (diff)
downloadports-55424dcfe237574154d4d7aa21285e41cfb6b1d1.tar.gz
ports-55424dcfe237574154d4d7aa21285e41cfb6b1d1.zip
security/py-first-server: remove reference to "Fig. A" from pkg-descr.
-rw-r--r--security/py-first-server/pkg-descr14
1 files changed, 7 insertions, 7 deletions
diff --git a/security/py-first-server/pkg-descr b/security/py-first-server/pkg-descr
index f1bb77e8fa83..8c0092a30637 100644
--- a/security/py-first-server/pkg-descr
+++ b/security/py-first-server/pkg-descr
@@ -1,10 +1,10 @@
-The main idea behind FIRST is to preserve an engineer's analysis of
-certain functions (name, prototype, comment, etc) by using methods
+The main idea behind FIRST is to preserve an engineer's analysis
+of certain functions (name, prototype, comment, etc) by using methods
like opcode hashing, mnemonic hashing, locality sensitive hashing,
-etc. By collecting and storing these signatures centrally the framework
-can provide them later to the community via the API/Plugin. The goal is
-to provide quick lookups for similar functions (see Fig. A) to avoid
-losing time with analysing a function which was already analysed before
-in another sample or by another engineer.
+etc. By collecting and storing these signatures centrally the
+framework can provide them later to the community via the API/Plugin.
+The goal is to provide quick lookups for similar functions to avoid
+losing time with analysing a function which was already analysed
+before in another sample or by another engineer.
WWW: https://github.com/vrtadmin/FIRST-server