freebsd-ports/security/py-first-server/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

9 lines
516 B
Plaintext

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 to avoid
losing time with analysing a function which was already analysed
before in another sample or by another engineer.