Key | Value |
---|---|
FileName | ./usr/lib64/ruby/gems/2.5.0/specifications/ruby_parser-3.16.0.gemspec |
FileSize | 4766 |
MD5 | EAD95E3190F0FD85A2B40AC67EDA8AF1 |
SHA-1 | 24A3FA305F1BC22F77DEAFF88DECD431C1A5B480 |
SHA-256 | C90D5341E7721C9DF7E15778E45E63D6D41353EC84CAD1499F939B15F886D7B7 |
SSDEEP | 96:uCRTPJ54crXq4KxPOMZbWUOdujp/MwE0JZ:TPJ7rXq4+GEeujtMb0JZ |
TLSH | T18BA1641E4DE2B47197739FD2CD99016256ABA8211B8CCD80734E0D392F17B6B631A673 |
hashlookup:parent-total | 2 |
hashlookup:trust | 60 |
The searched file hash is included in 2 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
MD5 | 68E94C1E077047C3B9627CC4E96E8270 |
PackageArch | x86_64 |
PackageDescription | This package bundles all the gems required by the Open Build Service to make it easier to deploy the obs-server package. |
PackageName | obs-bundled-gems |
PackageRelease | 12515.1 |
PackageVersion | 2.11~alpha.20210616T163834.1cd3b61f63 |
SHA-1 | D1961CC39814CF834A39E13AB4AA6C87DD3971F5 |
SHA-256 | DF1565457C5CCB693938519AC48D26E663412B5C16B97608221687E7E7D7E1B3 |
Key | Value |
---|---|
MD5 | 64EB06916C828AAB1B67403DB49D8493 |
PackageArch | x86_64 |
PackageDescription | ruby_parser (RP) is a ruby parser written in pure ruby (utilizing racc--which does by default use a C extension). It outputs s-expressions which can be manipulated and converted back to ruby via the ruby2ruby gem. As an example: def conditional1 arg1 return 1 if arg1 == 0 return 0 end becomes: s(:defn, :conditional1, s(:args, :arg1), s(:if, s(:call, s(:lvar, :arg1), :==, s(:lit, 0)), s(:return, s(:lit, 1)), nil), s(:return, s(:lit, 0))) Tested against 801,039 files from the latest of all rubygems (as of 2013-05): * 1.8 parser is at 99.9739% accuracy, 3.651 sigma * 1.9 parser is at 99.9940% accuracy, 4.013 sigma * 2.0 parser is at 99.9939% accuracy, 4.008 sigma. |
PackageName | ruby2.5-rubygem-ruby_parser |
PackageRelease | 93.1 |
PackageVersion | 3.16.0 |
SHA-1 | 5426E0DE9DBDF024B0710821D53D179A84527B0E |
SHA-256 | F104C329D52EE15298F9ADE8CD4852D41295D16B12D1D9FA1F35BFD21DE58B7B |