Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Oct 2021 07:48:46 GMT
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 55424dcfe237 - main - security/py-first-server: remove reference to "Fig. A" from pkg-descr.
Message-ID:  <202110160748.19G7mkTf011528@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by olgeni:

URL: https://cgit.FreeBSD.org/ports/commit/?id=55424dcfe237574154d4d7aa21285e41cfb6b1d1

commit 55424dcfe237574154d4d7aa21285e41cfb6b1d1
Author:     Jimmy Olgeni <olgeni@FreeBSD.org>
AuthorDate: 2021-10-15 22:15:30 +0000
Commit:     Jimmy Olgeni <olgeni@FreeBSD.org>
CommitDate: 2021-10-16 07:09:28 +0000

    security/py-first-server: remove reference to "Fig. A" from pkg-descr.
---
 security/py-first-server/pkg-descr | 14 +++++++-------
 1 file 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110160748.19G7mkTf011528>