Key | Value |
---|---|
FileName | ./usr/lib64/ruby/gems/2.5.0/gems/ruby_parser-3.10.1/lib/rp_stringscanner.rb |
FileSize | 1273 |
MD5 | 70274BFF49D2C542BF7AB0A4B6B79134 |
SHA-1 | 3279A4F680BE8EE37D01896E79CACC77B95A08B6 |
SHA-256 | 9A02D84E94886628A350B24F1BB668D2346CA3ED861C25539EE332D08BF44809 |
SSDEEP | 24:K1Yh6zzqfVYVUZTUYaeHd/ReWgDAAYn/m+eR/OPv/QdKuSoJpTUDuJezg6dH+gvb:2zzguUZTUYae9/ReW11n/7eR/dkoJpTW |
TLSH | T11C217B27961601B629E0F172569A1C5FAF1EB84317A118F03CDEA0E10F2116BE9F6AF5 |
tar:gname | root |
tar:uname | root |
hashlookup:parent-total | 80 |
hashlookup:trust | 100 |
The searched file hash is included in 80 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
MD5 | E53B7BE659258F93795FF957A03F3D15 |
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). RP's output is the same as ParseTree's output: s-expressions using ruby's arrays and base types. 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. |
PackageMaintainer | https://bugs.opensuse.org |
PackageName | ruby2.5-rubygem-ruby_parser |
PackageRelease | lp150.1.5 |
PackageVersion | 3.10.1 |
SHA-1 | 0682076DB09234B38901C36D74DCFBE942ED17AF |
SHA-256 | A7BECC45EB92B8FC46F6DBF3B0E42AC46E267FCAACA8B74C2A047042CAB32048 |
Key | Value |
---|---|
MD5 | 494C1E42970A54EA285BCF023040B500 |
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 | lp153.93.5 |
PackageVersion | 3.16.0 |
SHA-1 | 0894B7A2BEF442BE729C7A0ACA961C50A6B1D3EB |
SHA-256 | AE37FE7CBB4B8A883177E405E762E39A000BAECAD772F3CE38C6365C9C51F669 |
Key | Value |
---|---|
MD5 | 20B6FBB4745CFF5CD296AB322B953EBB |
PackageArch | i586 |
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.7-rubygem-ruby_parser |
PackageRelease | 93.37 |
PackageVersion | 3.16.0 |
SHA-1 | 0B5B0991507AB189027F918C2CE741156F24FF24 |
SHA-256 | 06D1DBE06D4F06E7A97E81B7992145CFA69994888AE3311202D15E00CD5687C8 |
Key | Value |
---|---|
FileSize | 149868 |
MD5 | 7E050C69D4943A8BCCE9B2B47B95ABDE |
PackageDescription | Ruby parser written in pure Ruby ruby_parser (RP) can be used to parse and check syntax of Ruby code. "Pure Ruby" in this context means the parser's code * consists solely of Ruby source files * does not add any native extensions or other C code (eg. with RubyInline) which requires a C compiler to be present on the user's system . It utilizes racc and its output is same as that of ParseTree's. |
PackageMaintainer | Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org> |
PackageName | ruby-ruby-parser |
PackageSection | ruby |
PackageVersion | 3.15.1-1~bpo10+1 |
SHA-1 | 0E6C56D6B258B4F01B6F68CA9AFA1AF4BFD94601 |
SHA-256 | F37A133BFDF8217BEFA802340C1590677F0C52A60F6C052C9F4C6A53B196871D |
Key | Value |
---|---|
MD5 | E75DF803DE919A7333A28B4A052158F3 |
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 | lp151.78.1 |
PackageVersion | 2.10.11 |
SHA-1 | 0FDF76805D193413757A4747AFE4C9F095326A66 |
SHA-256 | 8DA30F1001F306721E26D8E249F9FADD1DFD8F82D5E4A196AC0AEE8A2D93A181 |
Key | Value |
---|---|
FileSize | 167864 |
MD5 | B126C7DBD79E1C70785B7D90ADA7B0C9 |
PackageDescription | Ruby parser written in pure Ruby ruby_parser (RP) can be used to parse and check syntax of Ruby code. "Pure Ruby" in this context means the parser's code * consists solely of Ruby source files * does not add any native extensions or other C code (eg. with RubyInline) which requires a C compiler to be present on the user's system . It utilizes racc and its output is same as that of ParseTree's. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | ruby-ruby-parser |
PackageSection | ruby |
PackageVersion | 3.11.0-4 |
SHA-1 | 196936FFFCCA40E2D7CD7C49F46F0E1CBFD2782D |
SHA-256 | 03E69C887FD720729AA11FECED6989EE895D20789C252EA776522680EDE40274 |
Key | Value |
---|---|
MD5 | B73658F4A0BCB6AA9258319F7187B13F |
PackageArch | x86_64 |
PackageDescription | Brakeman detects security vulnerabilities in Ruby on Rails applications via static analysis. |
PackageMaintainer | https://www.suse.com/ |
PackageName | ruby2.5-rubygem-brakeman |
PackageRelease | lp154.1.2 |
PackageVersion | 5.1.1 |
SHA-1 | 1A9FCB68554F7B809F81C91DB1029F11B0615AD5 |
SHA-256 | 79BDE520F5E3D324197DFD053819473F18CCB9E1C619B7FF3ACD4C00962B0E1B |
Key | Value |
---|---|
MD5 | 0BC675570C2DBD6FED2038FC57F019AE |
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.3 |
PackageVersion | 3.16.0 |
SHA-1 | 1DA6C83BB4E9E12202226EAD6958CEE4CCC855B4 |
SHA-256 | FDB7BFBE539A5FA6D2CC90D7D2BDD8B3454E027B01CED7D567C100C68CB04237 |
Key | Value |
---|---|
MD5 | DC18624141BA16E3788A2A8BDCBA3EE9 |
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.7-rubygem-ruby_parser |
PackageRelease | lp152.93.3 |
PackageVersion | 3.16.0 |
SHA-1 | 1F858CABF29230EA0C617E76A3E808E592D56661 |
SHA-256 | 5C48269E92AF30F56EB50E96409573271FB31E4C169680F547BF73779C913D6F |
Key | Value |
---|---|
MD5 | CB2B244EA337D18DB719327E913B9CD9 |
PackageArch | x86_64 |
PackageDescription | Brakeman detects security vulnerabilities in Ruby on Rails applications via static analysis. |
PackageName | ruby3.1-rubygem-brakeman |
PackageRelease | 1.38 |
PackageVersion | 5.1.1 |
SHA-1 | 223304DF514D845CF6313D464C730EBDBD015A9B |
SHA-256 | 1254A884BA7F18CA673BAC4FE06300DDD13FE1C460ABEFED9412F3579E7BDB89 |