Key | Value |
---|---|
FileName | ./usr/share/gocode/src/golang.org/x/net/websocket/hybi_test.go |
FileSize | 18628 |
MD5 | DE38F94F2CE4185FDCA0FA356D1266FE |
RDS:package_id | 182365 |
SHA-1 | 0549D0EA16D8BE07650EBA56EF82DE58FAB3393A |
SHA-256 | 3EB4D6040933A4A301838A192419182A7CD3380E803F1C7F3A59039E48757CA7 |
SHA-512 | 85443875C295FC097403809108A0D11BAB08A06A936207906E5E4531BEEAD58941C0432FE3E768FFBF2E3841D963F4FBDDA33319F585BB7F4EF365EDD7BA5532 |
SSDEEP | 384:XltPgcgmNg/gqd7/YU5mmzjI9OrlcOO5UpEt66OexUNUO616WDma3AeFea5oV8tz:VtPgcg4g/gI7/Ykmm5c88t |
TLSH | T108825643DFBB56EA05610480C810CC45AB68D9D3FB3A80D6F6E9B1CF91CC8A9ED746C5 |
insert-timestamp | 1728986717.621603 |
mimetype | text/plain |
source | snap:KHw7rTWs3JNaCFZGGG9BkGWHzEljR08s_10 |
tar:gname | root |
tar:uname | root |
hashlookup:parent-total | 110 |
hashlookup:trust | 100 |
The searched file hash is included in 110 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
MD5 | D324DD08605C81B8DCB303FBF30D80F5 |
PackageArch | x86_64 |
PackageDescription | This package provides set of supplementary network libraries for Go. |
PackageName | golang-org-x-net |
PackageRelease | lp150.1.38 |
PackageVersion | 1.11+git20190403.48a9fcb |
SHA-1 | 02AA02F73A3D90E55B1767FDF7D4607D06FAC63E |
SHA-256 | 8954E51E5475FA4B6EFBF954714B7D36315877A24378B2DE04FFE8FC106B7464 |
Key | Value |
---|---|
SHA-1 | 03BD1018751C915F71C1E2AE51345C94CA1942ED |
snap-authority | canonical |
snap-filename | mdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15.snap |
snap-id | mdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15 |
snap-name | axiom |
snap-publisher-id | 1gYihke6YA9pGfV8JRS1Ohe64f0Qs5nG |
snap-signkey | BWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul |
snap-timestamp | 2021-10-01T17:34:13.464567Z |
source-url | https://api.snapcraft.io/api/v1/snaps/download/mdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15.snap |
Key | Value |
---|---|
MD5 | 5DC11C28C1844A3A3940DA51F735B15B |
PackageArch | noarch |
PackageDescription | This package holds supplementary Go networking libraries. This package contains the source code needed for building packages that reference the following Go import paths: – golang.org/x/net |
PackageMaintainer | Fedora Project |
PackageName | golang-x-net-devel |
PackageRelease | 0.56.20191228gitc0dbc17.fc32 |
PackageVersion | 0 |
SHA-1 | 0AFCB95EE8B9A2436108F20622E466527361A175 |
SHA-256 | 6F1A5BB2BDF3A579D6D5945F1BA663A6D45AE5B6BFC3BAA3C3DBD652FDE32AAC |
Key | Value |
---|---|
FileName | https://ftp.lysator.liu.se/pub/OpenBSD/6.4/packages//amd64//go-net-20180825.tgz |
MD5 | 74461DCF009286DCE2C678C3AA90307A |
SHA-1 | 0D32611D35E5C4491AC2DD27EE34D45EEECD159E |
SHA-256 | 4AF07B7623E985527257ED96E75F8E8A11F6E8C75ADAC3C663230B22199032F9 |
SSDEEP | 49152:9udJ+V1pnYVvIBVrlHlAa3DUFn+1hGd5t3jKujWh41EJbjxrtQ4S9vS+:qJkgvI9ENYhS3TKth4Yjxm4S9S+ |
TLSH | T1D4F53327353B2AB11BA5FFC7C19D25AA93734E4E019F9E2B4F089E5015B7001AEF7681 |
Key | Value |
---|---|
FileSize | 1732072 |
MD5 | E6BF458E7BE04D101D16A4EB2E778963 |
PackageDescription | Supplementary Go networking libraries Supplementary Go networking libraries (golang.org/x/net) not included in the main distribution: . - context: Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. - dict: Package dict implements the Dictionary Server Protocol as defined in RFC 2229. - html: Package html implements an HTML5-compliant tokenizer and parser. - html/atom: Package atom provides integer codes (also known as atoms) for a fixed set of frequently occurring HTML strings: tag names and attribute keys such as "p" and "id". - html/charset: Package charset provides common text encodings for HTML documents. - icmp: Package icmp provides basic functions for the manipulation of messages used in the Internet Control Message Protocols, ICMPv4 and ICMPv6. - idna: Package idna implements IDNA2008 (Internationalized Domain Names for Applications), defined in RFC 5890, RFC 5891, RFC 5892, RFC 5893 and RFC 5894. - internal/iana: Package iana provides protocol number resources managed by the Internet Assigned Numbers Authority (IANA). - internal/nettest: Package nettest provides utilities for IP testing. - ipv4: Package ipv4 implements IP-level socket options for the Internet Protocol version 4. - ipv6: Package ipv6 implements IP-level socket options for the Internet Protocol version 6. - netutil: Package netutil provides network utility functions, complementing the more common ones in the net package. - proxy: Package proxy provides support for a variety of protocols to proxy network data. - publicsuffix: Package publicsuffix provides a public suffix list based on data from http://publicsuffix.org/. - webdav: Package webdav. - websocket: Package websocket implements a client and server for the WebSocket protocol as specified in RFC 6455. . This repository was previously available at https://code.google.com/p/go.net/ |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | golang-golang-x-net-dev |
PackageSection | devel |
PackageVersion | 1:0.0+git20170629.c81e7f2+dfsg-1ubuntu1 |
SHA-1 | 0DCB75C6426067E8A07B697386C3E0CAEA60A48A |
SHA-256 | 4E6F45A0579F66C038DA9553E3715311FEDC268ED0E03A8F397FB3EDEAEACE2F |
Key | Value |
---|---|
FileSize | 1700404 |
MD5 | BA72F784FE0E7BF507AEEEDCC9595DFB |
PackageDescription | Supplementary Go networking libraries Supplementary Go networking libraries (golang.org/x/net) not included in the main distribution: . - context: Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. - dict: Package dict implements the Dictionary Server Protocol as defined in RFC 2229. - html: Package html implements an HTML5-compliant tokenizer and parser. - html/atom: Package atom provides integer codes (also known as atoms) for a fixed set of frequently occurring HTML strings: tag names and attribute keys such as "p" and "id". - html/charset: Package charset provides common text encodings for HTML documents. - icmp: Package icmp provides basic functions for the manipulation of messages used in the Internet Control Message Protocols, ICMPv4 and ICMPv6. - idna: Package idna implements IDNA2008 (Internationalized Domain Names for Applications), defined in RFC 5890, RFC 5891, RFC 5892, RFC 5893 and RFC 5894. - internal/iana: Package iana provides protocol number resources managed by the Internet Assigned Numbers Authority (IANA). - internal/nettest: Package nettest provides utilities for IP testing. - ipv4: Package ipv4 implements IP-level socket options for the Internet Protocol version 4. - ipv6: Package ipv6 implements IP-level socket options for the Internet Protocol version 6. - netutil: Package netutil provides network utility functions, complementing the more common ones in the net package. - proxy: Package proxy provides support for a variety of protocols to proxy network data. - publicsuffix: Package publicsuffix provides a public suffix list based on data from http://publicsuffix.org/. - webdav: Package webdav. - websocket: Package websocket implements a client and server for the WebSocket protocol as specified in RFC 6455. . This repository was previously available at https://code.google.com/p/go.net/ |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | golang-golang-x-net-dev |
PackageSection | devel |
PackageVersion | 1:0.0+git20170629.c81e7f2+dfsg-1ubuntu1 |
SHA-1 | 0E5191AE365255EDC22C612F2394EEBD58B6DA48 |
SHA-256 | 09D44401457C260891DA4CE3D289CFD4544E32B6DFB4126D4FDA1F3AD58FDBC5 |
Key | Value |
---|---|
FileSize | 638236 |
MD5 | 30E651BDE9FF17C233C066CCCA7846CD |
PackageDescription | Supplementary Go networking libraries Supplementary Go networking libraries (golang.org/x/net) not included in the main distribution: . - context: Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. - dict: Package dict implements the Dictionary Server Protocol as defined in RFC 2229. - html: Package html implements an HTML5-compliant tokenizer and parser. - html/atom: Package atom provides integer codes (also known as atoms) for a fixed set of frequently occurring HTML strings: tag names and attribute keys such as "p" and "id". - html/charset: Package charset provides common text encodings for HTML documents. - icmp: Package icmp provides basic functions for the manipulation of messages used in the Internet Control Message Protocols, ICMPv4 and ICMPv6. - idna: Package idna implements IDNA2008 (Internationalized Domain Names for Applications), defined in RFC 5890, RFC 5891, RFC 5892, RFC 5893 and RFC 5894. - internal/iana: Package iana provides protocol number resources managed by the Internet Assigned Numbers Authority (IANA). - internal/nettest: Package nettest provides utilities for IP testing. - ipv4: Package ipv4 implements IP-level socket options for the Internet Protocol version 4. - ipv6: Package ipv6 implements IP-level socket options for the Internet Protocol version 6. - netutil: Package netutil provides network utility functions, complementing the more common ones in the net package. - proxy: Package proxy provides support for a variety of protocols to proxy network data. - publicsuffix: Package publicsuffix provides a public suffix list based on data from http://publicsuffix.org/. - webdav: Package webdav. - websocket: Package websocket implements a client and server for the WebSocket protocol as specified in RFC 6455. . This repository was previously available at https://code.google.com/p/go.net/ |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | golang-golang-x-net-dev |
PackageSection | devel |
PackageVersion | 1:0.0+git20200226.491c5fc+dfsg-1 |
SHA-1 | 0ED2D790E6BB2E0FF2DEA68C875D47E5DC567CD6 |
SHA-256 | 6F6048A74AC587BB3A171AC00FC8FE2414F1630BB55962DB9D1781F7CD496D2B |
Key | Value |
---|---|
MD5 | C0E44A40EAF52DAE561F6413A170B56B |
PackageArch | x86_64 |
PackageDescription | Unit tests for golang-googlecode-net package This package contains unit tests for project providing packages with golang.org/x/net prefix. |
PackageMaintainer | Fedora Project |
PackageName | golang-googlecode-net-unit-test-devel |
PackageRelease | 0.40.git1c05540.el6 |
PackageVersion | 0 |
SHA-1 | 1334EAE642528D06472C3E49169760ECA2571D25 |
SHA-256 | 2FC31111ABEB9E90EED610D618831E999622E5E4FADD9930CD92C6FF809EA2A3 |
Key | Value |
---|---|
MD5 | E8558B820670AEC9F6F113C32034127A |
PackageArch | aarch64 |
PackageDescription | Unit tests for golang-googlecode-net package This package contains unit tests for project providing packages with golang.org/x/net prefix. |
PackageMaintainer | Fedora Project |
PackageName | golang-googlecode-net-unit-test-devel |
PackageRelease | 0.40.git1c05540.el7 |
PackageVersion | 0 |
SHA-1 | 1A75BB61AEE0FEEC39C2414937038A966675A7B1 |
SHA-256 | 8EDE83748A4D6CE74BA7FC71B87FA84D326A39ECCD72FFBDB455F521276911E7 |
Key | Value |
---|---|
FileName | https://ftp.lysator.liu.se/pub/OpenBSD/6.5/packages//i386//go-net-20190226.tgz |
MD5 | 857D63CCA5A75E97F470D3A1C00E5A99 |
SHA-1 | 1A7DD3B646FC1AE476828F87E447125BFD7B3E1E |
SHA-256 | 5A7249875EE94E711C578E0195642C99A8C811C39DA20547541E9621DF30989A |
SSDEEP | 98304:ZrKSM09kTkGrFAa2CnXoAhG+EH+FdV4rSvMGU:jMSrGpZ2CnXlELkMR |
TLSH | T12A0633B37303C4034A9EE3D4D75D36EA091725C5A85913B32ED9C3B8B46162B8BA1DB7 |