├── .DS_Store ├── .bundle └── config ├── .gitignore ├── 404.html ├── AI Threat Taxonomies.md ├── AIVSS-Chinese.md ├── CNAME ├── CONTRIBUTING.md ├── Contribute.md ├── Financial-AIVSS.md ├── Gemfile ├── Healthcare-AIVSS.md ├── Implementation_Details.md ├── LICENSE.md ├── README.md ├── SECURITY.md ├── _config.yml ├── aivss_calculatorV1.py ├── aivss_calculatorV2.py ├── assets ├── .DS_Store ├── images │ ├── Ads_Dawson.jpg │ ├── Advait_Patel.jpg │ ├── Akram_Sheriff.jpg │ ├── Alex_Polyakov.jpg │ ├── Anat_Bremler-Barr.jpg │ ├── Anton_Chuvakin.jpg │ ├── Apostol_Vassilev.jpg │ ├── Charles_Iheagwara.jpg │ ├── Chris_Hughes.jpg │ ├── David_Ames.jpg │ ├── David_Campbell.jpg │ ├── David_Haber.jpg │ ├── Dennis_Xu.jpg │ ├── Idan.jpg │ ├── Jason_Clinton.jpg │ ├── Jason_Haddix.jpg │ ├── Joshua-Beck.jpeg │ ├── Josiah_Burke.jpg │ ├── Ken_Huang.jpg │ ├── Kevin_Simmonds.jpg │ ├── Krystal_Jackson.jpg │ ├── Leon_Derczynski.jpg │ ├── Mahesh_Lambe.jpg │ ├── Manish_B..jpg │ ├── Mark_B..jpg │ ├── Martin.jpg │ ├── Matthew-versaggi.jpeg │ ├── Michael_Bargury.jpg │ ├── Nate_Lee.jpg │ ├── Omar_A..jpg │ ├── Prashant_Kulkarni.jpg │ ├── Ramesh_Raskar.jpg │ ├── Rob_Joyce.jpg │ ├── Ron_F._Del_Rosario.jpg │ ├── Samantha_S..jpg │ ├── Sunil_Agrawal.jpg │ ├── Sushmitha_Janapareddy.jpg │ ├── Tal_Shapira.jpg │ ├── Vineeth_Sai_Narajala.jpg │ ├── Vishwas_Manral.jpg │ ├── Xiaochen_Zhang.jpg │ ├── Ying-Jung.jpg │ ├── aivss-first-page.png │ ├── bhavya_gupta.jpeg │ ├── dan-goldberg.jpeg │ ├── dan.png │ ├── david-cisa.jpeg │ ├── diana-kelly.jpeg │ ├── ed-lee.png │ ├── guy-shtar.jpeg │ ├── keith-hoodlet.jpeg │ ├── marissa-dotter.jpeg │ ├── om-narayan.jpeg │ └── walker-dimon.jpeg └── publications │ └── AIVSS Scoring System For OWASP Agentic AI Core Security Risks v0.5.pdf ├── checklist.md ├── contributos.md ├── index.md ├── info.md ├── leaders.md ├── tab_announcements.md ├── tab_demo.md ├── tab_leadership.md ├── tab_publications.md └── vendor └── bundle └── ruby └── 2.6.0 ├── bin ├── commonmarker ├── github-pages ├── jekyll ├── kramdown ├── listen ├── nokogiri ├── racc ├── rougify ├── safe_yaml ├── sass ├── sass-convert └── scss ├── cache ├── activesupport-6.1.7.10.gem ├── addressable-2.8.7.gem ├── base64-0.2.0.gem ├── coffee-script-2.4.1.gem ├── coffee-script-source-1.12.2.gem ├── colorator-1.1.0.gem ├── commonmarker-0.23.11.gem ├── concurrent-ruby-1.3.5.gem ├── dnsruby-1.72.4.gem ├── em-websocket-0.5.3.gem ├── ethon-0.16.0.gem ├── eventmachine-1.2.7.gem ├── execjs-2.10.0.gem ├── faraday-2.8.1.gem ├── faraday-net_http-3.0.2.gem ├── ffi-1.17.2-x86_64-darwin.gem ├── forwardable-extended-2.6.0.gem ├── gemoji-4.1.0.gem ├── github-pages-231.gem ├── github-pages-health-check-1.18.2.gem ├── html-pipeline-2.14.3.gem ├── http_parser.rb-0.8.0.gem ├── i18n-1.14.7.gem ├── jekyll-3.9.5.gem ├── jekyll-avatar-0.8.0.gem ├── jekyll-coffeescript-1.2.2.gem ├── jekyll-commonmark-1.4.0.gem ├── jekyll-commonmark-ghpages-0.4.0.gem ├── jekyll-default-layout-0.1.5.gem ├── jekyll-feed-0.17.0.gem ├── jekyll-gist-1.5.0.gem ├── jekyll-github-metadata-2.16.1.gem ├── jekyll-include-cache-0.2.1.gem ├── jekyll-mentions-1.6.0.gem ├── jekyll-optional-front-matter-0.3.2.gem ├── jekyll-paginate-1.1.0.gem ├── jekyll-readme-index-0.3.0.gem ├── jekyll-redirect-from-0.16.0.gem ├── jekyll-relative-links-0.6.1.gem ├── jekyll-remote-theme-0.4.3.gem ├── jekyll-sass-converter-1.5.2.gem ├── jekyll-seo-tag-2.8.0.gem ├── jekyll-sitemap-1.4.0.gem ├── jekyll-swiss-1.0.0.gem ├── jekyll-theme-architect-0.2.0.gem ├── jekyll-theme-cayman-0.2.0.gem ├── jekyll-theme-dinky-0.2.0.gem ├── jekyll-theme-hacker-0.2.0.gem ├── jekyll-theme-leap-day-0.2.0.gem ├── jekyll-theme-merlot-0.2.0.gem ├── jekyll-theme-midnight-0.2.0.gem ├── jekyll-theme-minimal-0.2.0.gem ├── jekyll-theme-modernist-0.2.0.gem ├── jekyll-theme-primer-0.6.0.gem ├── jekyll-theme-slate-0.2.0.gem ├── jekyll-theme-tactile-0.2.0.gem ├── jekyll-theme-time-machine-0.2.0.gem ├── jekyll-titles-from-headings-0.5.3.gem ├── jekyll-watch-2.2.1.gem ├── jemoji-0.13.0.gem ├── kramdown-2.4.0.gem ├── kramdown-parser-gfm-1.1.0.gem ├── liquid-4.0.4.gem ├── listen-3.9.0.gem ├── logger-1.6.6.gem ├── mercenary-0.3.6.gem ├── mini_portile2-2.8.9.gem ├── minima-2.5.1.gem ├── minitest-5.25.4.gem ├── nokogiri-1.13.10-x86_64-darwin.gem ├── octokit-4.25.1.gem ├── pathutil-0.16.2.gem ├── public_suffix-5.1.1.gem ├── racc-1.8.1.gem ├── rb-fsevent-0.11.2.gem ├── rb-inotify-0.11.1.gem ├── rexml-3.4.1.gem ├── rouge-3.30.0.gem ├── ruby2_keywords-0.0.5.gem ├── rubyzip-2.4.1.gem ├── safe_yaml-1.0.5.gem ├── sass-3.7.4.gem ├── sass-listen-4.0.0.gem ├── sawyer-0.9.2.gem ├── simpleidn-0.2.3.gem ├── terminal-table-1.8.0.gem ├── typhoeus-1.4.1.gem ├── tzinfo-2.0.6.gem ├── unicode-display_width-1.8.0.gem └── zeitwerk-2.6.18.gem ├── extensions └── universal-darwin-24 │ └── 2.6.0 │ ├── commonmarker-0.23.11 │ ├── commonmarker │ │ └── commonmarker.bundle │ ├── gem.build_complete │ └── gem_make.out │ ├── eventmachine-1.2.7 │ ├── fastfilereaderext.bundle │ ├── gem.build_complete │ ├── gem_make.out │ ├── mkmf.log │ └── rubyeventmachine.bundle │ ├── http_parser.rb-0.8.0 │ ├── gem.build_complete │ ├── gem_make.out │ └── ruby_http_parser.bundle │ └── racc-1.8.1 │ ├── gem.build_complete │ ├── gem_make.out │ └── racc │ └── cparse.bundle ├── gems ├── activesupport-6.1.7.10 │ ├── CHANGELOG.md │ ├── MIT-LICENSE │ ├── README.rdoc │ └── lib │ │ ├── active_support.rb │ │ └── active_support │ │ ├── actionable_error.rb │ │ ├── all.rb │ │ ├── array_inquirer.rb │ │ ├── backtrace_cleaner.rb │ │ ├── benchmarkable.rb │ │ ├── builder.rb │ │ ├── cache.rb │ │ ├── cache │ │ ├── file_store.rb │ │ ├── mem_cache_store.rb │ │ ├── memory_store.rb │ │ ├── null_store.rb │ │ ├── redis_cache_store.rb │ │ └── strategy │ │ │ ├── local_cache.rb │ │ │ └── local_cache_middleware.rb │ │ ├── callbacks.rb │ │ ├── concern.rb │ │ ├── concurrency │ │ ├── load_interlock_aware_monitor.rb │ │ └── share_lock.rb │ │ ├── configurable.rb │ │ ├── configuration_file.rb │ │ ├── core_ext.rb │ │ ├── core_ext │ │ ├── array.rb │ │ ├── array │ │ │ ├── access.rb │ │ │ ├── conversions.rb │ │ │ ├── extract.rb │ │ │ ├── extract_options.rb │ │ │ ├── grouping.rb │ │ │ ├── inquiry.rb │ │ │ └── wrap.rb │ │ ├── benchmark.rb │ │ ├── big_decimal.rb │ │ ├── big_decimal │ │ │ └── conversions.rb │ │ ├── class.rb │ │ ├── class │ │ │ ├── attribute.rb │ │ │ ├── attribute_accessors.rb │ │ │ └── subclasses.rb │ │ ├── date.rb │ │ ├── date │ │ │ ├── acts_like.rb │ │ │ ├── blank.rb │ │ │ ├── calculations.rb │ │ │ ├── conversions.rb │ │ │ └── zones.rb │ │ ├── date_and_time │ │ │ ├── calculations.rb │ │ │ ├── compatibility.rb │ │ │ └── zones.rb │ │ ├── date_time.rb │ │ ├── date_time │ │ │ ├── acts_like.rb │ │ │ ├── blank.rb │ │ │ ├── calculations.rb │ │ │ ├── compatibility.rb │ │ │ └── conversions.rb │ │ ├── digest.rb │ │ ├── digest │ │ │ └── uuid.rb │ │ ├── enumerable.rb │ │ ├── file.rb │ │ ├── file │ │ │ └── atomic.rb │ │ ├── hash.rb │ │ ├── hash │ │ │ ├── conversions.rb │ │ │ ├── deep_merge.rb │ │ │ ├── deep_transform_values.rb │ │ │ ├── except.rb │ │ │ ├── indifferent_access.rb │ │ │ ├── keys.rb │ │ │ ├── reverse_merge.rb │ │ │ └── slice.rb │ │ ├── integer.rb │ │ ├── integer │ │ │ ├── inflections.rb │ │ │ ├── multiple.rb │ │ │ └── time.rb │ │ ├── kernel.rb │ │ ├── kernel │ │ │ ├── concern.rb │ │ │ ├── reporting.rb │ │ │ └── singleton_class.rb │ │ ├── load_error.rb │ │ ├── marshal.rb │ │ ├── module.rb │ │ ├── module │ │ │ ├── aliasing.rb │ │ │ ├── anonymous.rb │ │ │ ├── attr_internal.rb │ │ │ ├── attribute_accessors.rb │ │ │ ├── attribute_accessors_per_thread.rb │ │ │ ├── concerning.rb │ │ │ ├── delegation.rb │ │ │ ├── deprecation.rb │ │ │ ├── introspection.rb │ │ │ ├── redefine_method.rb │ │ │ └── remove_method.rb │ │ ├── name_error.rb │ │ ├── numeric.rb │ │ ├── numeric │ │ │ ├── bytes.rb │ │ │ ├── conversions.rb │ │ │ └── time.rb │ │ ├── object.rb │ │ ├── object │ │ │ ├── acts_like.rb │ │ │ ├── blank.rb │ │ │ ├── conversions.rb │ │ │ ├── deep_dup.rb │ │ │ ├── duplicable.rb │ │ │ ├── inclusion.rb │ │ │ ├── instance_variables.rb │ │ │ ├── json.rb │ │ │ ├── to_param.rb │ │ │ ├── to_query.rb │ │ │ ├── try.rb │ │ │ └── with_options.rb │ │ ├── range.rb │ │ ├── range │ │ │ ├── compare_range.rb │ │ │ ├── conversions.rb │ │ │ ├── each.rb │ │ │ ├── include_time_with_zone.rb │ │ │ └── overlaps.rb │ │ ├── regexp.rb │ │ ├── securerandom.rb │ │ ├── string.rb │ │ ├── string │ │ │ ├── access.rb │ │ │ ├── behavior.rb │ │ │ ├── conversions.rb │ │ │ ├── exclude.rb │ │ │ ├── filters.rb │ │ │ ├── indent.rb │ │ │ ├── inflections.rb │ │ │ ├── inquiry.rb │ │ │ ├── multibyte.rb │ │ │ ├── output_safety.rb │ │ │ ├── starts_ends_with.rb │ │ │ ├── strip.rb │ │ │ └── zones.rb │ │ ├── symbol.rb │ │ ├── symbol │ │ │ └── starts_ends_with.rb │ │ ├── time.rb │ │ ├── time │ │ │ ├── acts_like.rb │ │ │ ├── calculations.rb │ │ │ ├── compatibility.rb │ │ │ ├── conversions.rb │ │ │ └── zones.rb │ │ └── uri.rb │ │ ├── current_attributes.rb │ │ ├── current_attributes │ │ └── test_helper.rb │ │ ├── dependencies.rb │ │ ├── dependencies │ │ ├── autoload.rb │ │ ├── interlock.rb │ │ └── zeitwerk_integration.rb │ │ ├── deprecation.rb │ │ ├── deprecation │ │ ├── behaviors.rb │ │ ├── constant_accessor.rb │ │ ├── disallowed.rb │ │ ├── instance_delegator.rb │ │ ├── method_wrappers.rb │ │ ├── proxy_wrappers.rb │ │ └── reporting.rb │ │ ├── descendants_tracker.rb │ │ ├── digest.rb │ │ ├── duration.rb │ │ ├── duration │ │ ├── iso8601_parser.rb │ │ └── iso8601_serializer.rb │ │ ├── encrypted_configuration.rb │ │ ├── encrypted_file.rb │ │ ├── environment_inquirer.rb │ │ ├── evented_file_update_checker.rb │ │ ├── execution_wrapper.rb │ │ ├── executor.rb │ │ ├── file_update_checker.rb │ │ ├── fork_tracker.rb │ │ ├── gem_version.rb │ │ ├── gzip.rb │ │ ├── hash_with_indifferent_access.rb │ │ ├── i18n.rb │ │ ├── i18n_railtie.rb │ │ ├── inflections.rb │ │ ├── inflector.rb │ │ ├── inflector │ │ ├── inflections.rb │ │ ├── methods.rb │ │ └── transliterate.rb │ │ ├── json.rb │ │ ├── json │ │ ├── decoding.rb │ │ └── encoding.rb │ │ ├── key_generator.rb │ │ ├── lazy_load_hooks.rb │ │ ├── locale │ │ ├── en.rb │ │ └── en.yml │ │ ├── log_subscriber.rb │ │ ├── log_subscriber │ │ └── test_helper.rb │ │ ├── logger.rb │ │ ├── logger_silence.rb │ │ ├── logger_thread_safe_level.rb │ │ ├── message_encryptor.rb │ │ ├── message_verifier.rb │ │ ├── messages │ │ ├── metadata.rb │ │ ├── rotation_configuration.rb │ │ └── rotator.rb │ │ ├── multibyte.rb │ │ ├── multibyte │ │ ├── chars.rb │ │ └── unicode.rb │ │ ├── notifications.rb │ │ ├── notifications │ │ ├── fanout.rb │ │ └── instrumenter.rb │ │ ├── number_helper.rb │ │ ├── number_helper │ │ ├── number_converter.rb │ │ ├── number_to_currency_converter.rb │ │ ├── number_to_delimited_converter.rb │ │ ├── number_to_human_converter.rb │ │ ├── number_to_human_size_converter.rb │ │ ├── number_to_percentage_converter.rb │ │ ├── number_to_phone_converter.rb │ │ ├── number_to_rounded_converter.rb │ │ └── rounding_helper.rb │ │ ├── option_merger.rb │ │ ├── ordered_hash.rb │ │ ├── ordered_options.rb │ │ ├── parameter_filter.rb │ │ ├── per_thread_registry.rb │ │ ├── proxy_object.rb │ │ ├── rails.rb │ │ ├── railtie.rb │ │ ├── reloader.rb │ │ ├── rescuable.rb │ │ ├── secure_compare_rotator.rb │ │ ├── security_utils.rb │ │ ├── string_inquirer.rb │ │ ├── subscriber.rb │ │ ├── tagged_logging.rb │ │ ├── test_case.rb │ │ ├── testing │ │ ├── assertions.rb │ │ ├── autorun.rb │ │ ├── constant_lookup.rb │ │ ├── declarative.rb │ │ ├── deprecation.rb │ │ ├── file_fixtures.rb │ │ ├── isolation.rb │ │ ├── method_call_assertions.rb │ │ ├── parallelization.rb │ │ ├── parallelization │ │ │ ├── server.rb │ │ │ └── worker.rb │ │ ├── setup_and_teardown.rb │ │ ├── stream.rb │ │ ├── tagged_logging.rb │ │ └── time_helpers.rb │ │ ├── time.rb │ │ ├── time_with_zone.rb │ │ ├── values │ │ └── time_zone.rb │ │ ├── version.rb │ │ ├── xml_mini.rb │ │ └── xml_mini │ │ ├── jdom.rb │ │ ├── libxml.rb │ │ ├── libxmlsax.rb │ │ ├── nokogiri.rb │ │ ├── nokogirisax.rb │ │ └── rexml.rb ├── addressable-2.8.7 │ ├── CHANGELOG.md │ ├── Gemfile │ ├── LICENSE.txt │ ├── README.md │ ├── Rakefile │ ├── addressable.gemspec │ ├── data │ │ └── unicode.data │ ├── lib │ │ ├── addressable.rb │ │ └── addressable │ │ │ ├── idna.rb │ │ │ ├── idna │ │ │ ├── native.rb │ │ │ └── pure.rb │ │ │ ├── template.rb │ │ │ ├── uri.rb │ │ │ └── version.rb │ ├── spec │ │ ├── addressable │ │ │ ├── idna_spec.rb │ │ │ ├── net_http_compat_spec.rb │ │ │ ├── security_spec.rb │ │ │ ├── template_spec.rb │ │ │ └── uri_spec.rb │ │ └── spec_helper.rb │ └── tasks │ │ ├── clobber.rake │ │ ├── gem.rake │ │ ├── git.rake │ │ ├── metrics.rake │ │ ├── profile.rake │ │ ├── rspec.rake │ │ └── yard.rake ├── base64-0.2.0 │ ├── LICENSE.txt │ ├── README.md │ └── lib │ │ └── base64.rb ├── coffee-script-2.4.1 │ ├── LICENSE │ ├── README.md │ └── lib │ │ ├── coffee-script.rb │ │ └── coffee_script.rb ├── coffee-script-source-1.12.2 │ └── lib │ │ └── coffee_script │ │ ├── coffee-script.js │ │ └── source.rb ├── colorator-1.1.0 │ ├── Gemfile │ ├── History.markdown │ ├── LICENSE │ ├── README.markdown │ ├── Rakefile │ ├── colorator.gemspec │ └── lib │ │ ├── colorator.rb │ │ └── colorator │ │ └── core_ext.rb ├── commonmarker-0.23.11 │ ├── LICENSE.txt │ ├── README.md │ ├── Rakefile │ ├── bin │ │ └── commonmarker │ ├── commonmarker.gemspec │ ├── ext │ │ └── commonmarker │ │ │ ├── .sitearchdir.-.commonmarker.time │ │ │ ├── Makefile │ │ │ ├── arena.c │ │ │ ├── arena.o │ │ │ ├── autolink.c │ │ │ ├── autolink.h │ │ │ ├── autolink.o │ │ │ ├── blocks.c │ │ │ ├── blocks.o │ │ │ ├── buffer.c │ │ │ ├── buffer.h │ │ │ ├── buffer.o │ │ │ ├── case_fold_switch.inc │ │ │ ├── chunk.h │ │ │ ├── cmark-gfm-core-extensions.h │ │ │ ├── cmark-gfm-extension_api.h │ │ │ ├── cmark-gfm-extensions_export.h │ │ │ ├── cmark-gfm.h │ │ │ ├── cmark-gfm_export.h │ │ │ ├── cmark-gfm_version.h │ │ │ ├── cmark.c │ │ │ ├── cmark.o │ │ │ ├── cmark_ctype.c │ │ │ ├── cmark_ctype.h │ │ │ ├── cmark_ctype.o │ │ │ ├── commonmark.c │ │ │ ├── commonmark.o │ │ │ ├── commonmarker.bundle │ │ │ ├── commonmarker.c │ │ │ ├── commonmarker.h │ │ │ ├── commonmarker.o │ │ │ ├── config.h │ │ │ ├── core-extensions.c │ │ │ ├── core-extensions.o │ │ │ ├── entities.inc │ │ │ ├── ext_scanners.c │ │ │ ├── ext_scanners.h │ │ │ ├── ext_scanners.o │ │ │ ├── extconf.rb │ │ │ ├── footnotes.c │ │ │ ├── footnotes.h │ │ │ ├── footnotes.o │ │ │ ├── houdini.h │ │ │ ├── houdini_href_e.c │ │ │ ├── houdini_href_e.o │ │ │ ├── houdini_html_e.c │ │ │ ├── houdini_html_e.o │ │ │ ├── houdini_html_u.c │ │ │ ├── houdini_html_u.o │ │ │ ├── html.c │ │ │ ├── html.h │ │ │ ├── html.o │ │ │ ├── inlines.c │ │ │ ├── inlines.h │ │ │ ├── inlines.o │ │ │ ├── iterator.c │ │ │ ├── iterator.h │ │ │ ├── iterator.o │ │ │ ├── latex.c │ │ │ ├── latex.o │ │ │ ├── linked_list.c │ │ │ ├── linked_list.o │ │ │ ├── man.c │ │ │ ├── man.o │ │ │ ├── map.c │ │ │ ├── map.h │ │ │ ├── map.o │ │ │ ├── node.c │ │ │ ├── node.h │ │ │ ├── node.o │ │ │ ├── parser.h │ │ │ ├── plaintext.c │ │ │ ├── plaintext.o │ │ │ ├── plugin.c │ │ │ ├── plugin.h │ │ │ ├── plugin.o │ │ │ ├── references.c │ │ │ ├── references.h │ │ │ ├── references.o │ │ │ ├── registry.c │ │ │ ├── registry.h │ │ │ ├── registry.o │ │ │ ├── render.c │ │ │ ├── render.h │ │ │ ├── render.o │ │ │ ├── scanners.c │ │ │ ├── scanners.h │ │ │ ├── scanners.o │ │ │ ├── scanners.re │ │ │ ├── strikethrough.c │ │ │ ├── strikethrough.h │ │ │ ├── strikethrough.o │ │ │ ├── syntax_extension.c │ │ │ ├── syntax_extension.h │ │ │ ├── syntax_extension.o │ │ │ ├── table.c │ │ │ ├── table.h │ │ │ ├── table.o │ │ │ ├── tagfilter.c │ │ │ ├── tagfilter.h │ │ │ ├── tagfilter.o │ │ │ ├── tasklist.c │ │ │ ├── tasklist.h │ │ │ ├── tasklist.o │ │ │ ├── utf8.c │ │ │ ├── utf8.h │ │ │ ├── utf8.o │ │ │ ├── xml.c │ │ │ └── xml.o │ └── lib │ │ ├── commonmarker.rb │ │ └── commonmarker │ │ ├── commonmarker.bundle │ │ ├── config.rb │ │ ├── node.rb │ │ ├── node │ │ └── inspect.rb │ │ ├── renderer.rb │ │ ├── renderer │ │ └── html_renderer.rb │ │ └── version.rb ├── concurrent-ruby-1.3.5 │ ├── CHANGELOG.md │ ├── Gemfile │ ├── LICENSE.txt │ ├── README.md │ ├── Rakefile │ ├── ext │ │ └── concurrent-ruby │ │ │ ├── ConcurrentRubyService.java │ │ │ └── com │ │ │ └── concurrent_ruby │ │ │ └── ext │ │ │ ├── AtomicReferenceLibrary.java │ │ │ ├── JRubyMapBackendLibrary.java │ │ │ ├── JavaAtomicBooleanLibrary.java │ │ │ ├── JavaAtomicFixnumLibrary.java │ │ │ ├── JavaSemaphoreLibrary.java │ │ │ ├── SynchronizationLibrary.java │ │ │ ├── jsr166e │ │ │ ├── ConcurrentHashMap.java │ │ │ ├── ConcurrentHashMapV8.java │ │ │ ├── LongAdder.java │ │ │ ├── Striped64.java │ │ │ └── nounsafe │ │ │ │ ├── ConcurrentHashMapV8.java │ │ │ │ ├── LongAdder.java │ │ │ │ └── Striped64.java │ │ │ └── jsr166y │ │ │ └── ThreadLocalRandom.java │ └── lib │ │ └── concurrent-ruby │ │ ├── concurrent-ruby.rb │ │ ├── concurrent.rb │ │ └── concurrent │ │ ├── agent.rb │ │ ├── array.rb │ │ ├── async.rb │ │ ├── atom.rb │ │ ├── atomic │ │ ├── atomic_boolean.rb │ │ ├── atomic_fixnum.rb │ │ ├── atomic_markable_reference.rb │ │ ├── atomic_reference.rb │ │ ├── count_down_latch.rb │ │ ├── cyclic_barrier.rb │ │ ├── event.rb │ │ ├── fiber_local_var.rb │ │ ├── java_count_down_latch.rb │ │ ├── locals.rb │ │ ├── lock_local_var.rb │ │ ├── mutex_atomic_boolean.rb │ │ ├── mutex_atomic_fixnum.rb │ │ ├── mutex_count_down_latch.rb │ │ ├── mutex_semaphore.rb │ │ ├── read_write_lock.rb │ │ ├── reentrant_read_write_lock.rb │ │ ├── semaphore.rb │ │ └── thread_local_var.rb │ │ ├── atomic_reference │ │ ├── atomic_direct_update.rb │ │ ├── mutex_atomic.rb │ │ └── numeric_cas_wrapper.rb │ │ ├── atomics.rb │ │ ├── collection │ │ ├── copy_on_notify_observer_set.rb │ │ ├── copy_on_write_observer_set.rb │ │ ├── java_non_concurrent_priority_queue.rb │ │ ├── lock_free_stack.rb │ │ ├── map │ │ │ ├── mri_map_backend.rb │ │ │ ├── non_concurrent_map_backend.rb │ │ │ ├── synchronized_map_backend.rb │ │ │ └── truffleruby_map_backend.rb │ │ ├── non_concurrent_priority_queue.rb │ │ └── ruby_non_concurrent_priority_queue.rb │ │ ├── concern │ │ ├── deprecation.rb │ │ ├── dereferenceable.rb │ │ ├── logging.rb │ │ ├── obligation.rb │ │ └── observable.rb │ │ ├── concurrent_ruby.jar │ │ ├── configuration.rb │ │ ├── constants.rb │ │ ├── dataflow.rb │ │ ├── delay.rb │ │ ├── errors.rb │ │ ├── exchanger.rb │ │ ├── executor │ │ ├── abstract_executor_service.rb │ │ ├── cached_thread_pool.rb │ │ ├── executor_service.rb │ │ ├── fixed_thread_pool.rb │ │ ├── immediate_executor.rb │ │ ├── indirect_immediate_executor.rb │ │ ├── java_executor_service.rb │ │ ├── java_single_thread_executor.rb │ │ ├── java_thread_pool_executor.rb │ │ ├── ruby_executor_service.rb │ │ ├── ruby_single_thread_executor.rb │ │ ├── ruby_thread_pool_executor.rb │ │ ├── safe_task_executor.rb │ │ ├── serial_executor_service.rb │ │ ├── serialized_execution.rb │ │ ├── serialized_execution_delegator.rb │ │ ├── simple_executor_service.rb │ │ ├── single_thread_executor.rb │ │ ├── thread_pool_executor.rb │ │ └── timer_set.rb │ │ ├── executors.rb │ │ ├── future.rb │ │ ├── hash.rb │ │ ├── immutable_struct.rb │ │ ├── ivar.rb │ │ ├── map.rb │ │ ├── maybe.rb │ │ ├── mutable_struct.rb │ │ ├── mvar.rb │ │ ├── options.rb │ │ ├── promise.rb │ │ ├── promises.rb │ │ ├── re_include.rb │ │ ├── scheduled_task.rb │ │ ├── set.rb │ │ ├── settable_struct.rb │ │ ├── synchronization.rb │ │ ├── synchronization │ │ ├── abstract_lockable_object.rb │ │ ├── abstract_object.rb │ │ ├── abstract_struct.rb │ │ ├── condition.rb │ │ ├── full_memory_barrier.rb │ │ ├── jruby_lockable_object.rb │ │ ├── lock.rb │ │ ├── lockable_object.rb │ │ ├── mutex_lockable_object.rb │ │ ├── object.rb │ │ ├── safe_initialization.rb │ │ └── volatile.rb │ │ ├── thread_safe │ │ ├── synchronized_delegator.rb │ │ ├── util.rb │ │ └── util │ │ │ ├── adder.rb │ │ │ ├── data_structures.rb │ │ │ ├── power_of_two_tuple.rb │ │ │ ├── striped64.rb │ │ │ ├── volatile.rb │ │ │ └── xor_shift_random.rb │ │ ├── timer_task.rb │ │ ├── tuple.rb │ │ ├── tvar.rb │ │ ├── utility │ │ ├── engine.rb │ │ ├── monotonic_time.rb │ │ ├── native_extension_loader.rb │ │ ├── native_integer.rb │ │ └── processor_counter.rb │ │ └── version.rb ├── dnsruby-1.72.4 │ ├── .coveralls.yml │ ├── .github │ │ └── workflows │ │ │ └── ci.yml │ ├── .gitignore │ ├── .yardopts │ ├── DNSSEC │ ├── EVENTMACHINE │ ├── EXAMPLES │ ├── Gemfile │ ├── LICENSE │ ├── README.md │ ├── RELEASE_NOTES.md │ ├── Rakefile │ ├── SIGNED_UPDATES │ ├── demo │ │ ├── axfr.rb │ │ ├── check_soa.rb │ │ ├── check_zone.rb │ │ ├── digdlv.rb │ │ ├── digroot.rb │ │ ├── example_recurse.rb │ │ ├── mresolv.rb │ │ ├── mx.rb │ │ ├── rubydig.rb │ │ ├── to_resolve.txt │ │ └── trace_dns.rb │ ├── dnsruby.gemspec │ ├── lib │ │ ├── dnsruby.rb │ │ └── dnsruby │ │ │ ├── DNS.rb │ │ │ ├── bit_mapping.rb │ │ │ ├── bitmap.rb │ │ │ ├── cache.rb │ │ │ ├── code_mapper.rb │ │ │ ├── code_mappers.rb │ │ │ ├── config.rb │ │ │ ├── dnssec.rb │ │ │ ├── hosts.rb │ │ │ ├── ipv4.rb │ │ │ ├── ipv6.rb │ │ │ ├── key_cache.rb │ │ │ ├── message │ │ │ ├── decoder.rb │ │ │ ├── encoder.rb │ │ │ ├── header.rb │ │ │ ├── message.rb │ │ │ ├── question.rb │ │ │ └── section.rb │ │ │ ├── name.rb │ │ │ ├── packet_sender.rb │ │ │ ├── recursor.rb │ │ │ ├── resolv.rb │ │ │ ├── resolver.rb │ │ │ ├── resource │ │ │ ├── A.rb │ │ │ ├── AAAA.rb │ │ │ ├── AFSDB.rb │ │ │ ├── APL.rb │ │ │ ├── CAA.rb │ │ │ ├── CDNSKEY.rb │ │ │ ├── CDS.rb │ │ │ ├── CERT.rb │ │ │ ├── DHCID.rb │ │ │ ├── DLV.rb │ │ │ ├── DNSKEY.rb │ │ │ ├── DS.rb │ │ │ ├── GPOS.rb │ │ │ ├── HINFO.rb │ │ │ ├── HIP.rb │ │ │ ├── IN.rb │ │ │ ├── IPSECKEY.rb │ │ │ ├── ISDN.rb │ │ │ ├── KX.rb │ │ │ ├── LOC.rb │ │ │ ├── MINFO.rb │ │ │ ├── MX.rb │ │ │ ├── NAPTR.rb │ │ │ ├── NSAP.rb │ │ │ ├── NSEC.rb │ │ │ ├── NSEC3.rb │ │ │ ├── NSEC3PARAM.rb │ │ │ ├── NXT.rb │ │ │ ├── OPT.rb │ │ │ ├── PX.rb │ │ │ ├── RP.rb │ │ │ ├── RR.rb │ │ │ ├── RRSIG.rb │ │ │ ├── RRSet.rb │ │ │ ├── RT.rb │ │ │ ├── SOA.rb │ │ │ ├── SPF.rb │ │ │ ├── SRV.rb │ │ │ ├── SSHFP.rb │ │ │ ├── TKEY.rb │ │ │ ├── TLSA.rb │ │ │ ├── TSIG.rb │ │ │ ├── TXT.rb │ │ │ ├── URI.rb │ │ │ ├── X25.rb │ │ │ ├── domain_name.rb │ │ │ ├── generic.rb │ │ │ ├── resource.rb │ │ │ └── type_bitmap.rb │ │ │ ├── select_thread.rb │ │ │ ├── single_resolver.rb │ │ │ ├── single_verifier.rb │ │ │ ├── the_log.rb │ │ │ ├── update.rb │ │ │ ├── validator_thread.rb │ │ │ ├── version.rb │ │ │ ├── zone_reader.rb │ │ │ └── zone_transfer.rb │ └── test │ │ ├── custom.txt │ │ ├── localdns.rb │ │ ├── resolv.conf │ │ ├── run-tests-individually │ │ ├── spec_helper.rb │ │ ├── tc_axfr.rb │ │ ├── tc_caa.rb │ │ ├── tc_cache.rb │ │ ├── tc_dlv.rb │ │ ├── tc_dns.rb │ │ ├── tc_dnskey.rb │ │ ├── tc_ds.rb │ │ ├── tc_ecdsa.rb │ │ ├── tc_encoding.rb │ │ ├── tc_escapedchars.rb │ │ ├── tc_gpos.rb │ │ ├── tc_hash.rb │ │ ├── tc_header.rb │ │ ├── tc_hip.rb │ │ ├── tc_hs.rb │ │ ├── tc_ipseckey.rb │ │ ├── tc_long_labels.rb │ │ ├── tc_message.rb │ │ ├── tc_misc.rb │ │ ├── tc_name.rb │ │ ├── tc_naptr.rb │ │ ├── tc_nsec.rb │ │ ├── tc_nsec3.rb │ │ ├── tc_nsec3param.rb │ │ ├── tc_nxt.rb │ │ ├── tc_packet.rb │ │ ├── tc_packet_unique_push.rb │ │ ├── tc_ptrin.rb │ │ ├── tc_question.rb │ │ ├── tc_queue.rb │ │ ├── tc_recur.rb │ │ ├── tc_res_config.rb │ │ ├── tc_res_env.rb │ │ ├── tc_res_file.rb │ │ ├── tc_res_opt.rb │ │ ├── tc_resolv.rb │ │ ├── tc_resolver.rb │ │ ├── tc_rr-opt.rb │ │ ├── tc_rr-txt.rb │ │ ├── tc_rr-unknown.rb │ │ ├── tc_rr.rb │ │ ├── tc_rrset.rb │ │ ├── tc_rrsig.rb │ │ ├── tc_single_resolver.rb │ │ ├── tc_soak.rb │ │ ├── tc_soak_base.rb │ │ ├── tc_sshfp.rb │ │ ├── tc_tcp.rb │ │ ├── tc_tcp_pipelining.rb │ │ ├── tc_tkey.rb │ │ ├── tc_tlsa.rb │ │ ├── tc_tsig.rb │ │ ├── tc_update.rb │ │ ├── tc_validator.rb │ │ ├── tc_verifier.rb │ │ ├── tc_zone_reader.rb │ │ ├── test_dnsserver.rb │ │ ├── test_utils.rb │ │ ├── ts_dnsruby.rb │ │ ├── ts_offline.rb │ │ └── ts_online.rb ├── em-websocket-0.5.3 │ ├── .gitignore │ ├── CHANGELOG.rdoc │ ├── Gemfile │ ├── LICENCE │ ├── README.md │ ├── Rakefile │ ├── examples │ │ ├── echo.rb │ │ ├── multicast.rb │ │ ├── ping.rb │ │ └── test.html │ ├── lib │ │ ├── em-websocket.rb │ │ └── em-websocket │ │ │ ├── close03.rb │ │ │ ├── close05.rb │ │ │ ├── close06.rb │ │ │ ├── close75.rb │ │ │ ├── connection.rb │ │ │ ├── debugger.rb │ │ │ ├── framing03.rb │ │ │ ├── framing04.rb │ │ │ ├── framing05.rb │ │ │ ├── framing07.rb │ │ │ ├── framing76.rb │ │ │ ├── handler.rb │ │ │ ├── handler03.rb │ │ │ ├── handler05.rb │ │ │ ├── handler06.rb │ │ │ ├── handler07.rb │ │ │ ├── handler08.rb │ │ │ ├── handler13.rb │ │ │ ├── handler75.rb │ │ │ ├── handler76.rb │ │ │ ├── handshake.rb │ │ │ ├── handshake04.rb │ │ │ ├── handshake75.rb │ │ │ ├── handshake76.rb │ │ │ ├── masking04.rb │ │ │ ├── message_processor_03.rb │ │ │ ├── message_processor_06.rb │ │ │ ├── version.rb │ │ │ └── websocket.rb │ └── spec │ │ ├── helper.rb │ │ ├── integration │ │ ├── common_spec.rb │ │ ├── draft03_spec.rb │ │ ├── draft05_spec.rb │ │ ├── draft06_spec.rb │ │ ├── draft13_spec.rb │ │ ├── draft75_spec.rb │ │ ├── draft76_spec.rb │ │ ├── gte_03_examples.rb │ │ └── shared_examples.rb │ │ └── unit │ │ ├── framing_spec.rb │ │ ├── handshake_spec.rb │ │ └── masking_spec.rb ├── ethon-0.16.0 │ ├── .github │ │ └── workflows │ │ │ └── ruby.yml │ ├── .gitignore │ ├── .rspec │ ├── CHANGELOG.md │ ├── Gemfile │ ├── Guardfile │ ├── LICENSE │ ├── README.md │ ├── Rakefile │ ├── ethon.gemspec │ ├── lib │ │ ├── ethon.rb │ │ └── ethon │ │ │ ├── curl.rb │ │ │ ├── curls │ │ │ ├── classes.rb │ │ │ ├── codes.rb │ │ │ ├── constants.rb │ │ │ ├── form_options.rb │ │ │ ├── functions.rb │ │ │ ├── infos.rb │ │ │ ├── messages.rb │ │ │ ├── options.rb │ │ │ └── settings.rb │ │ │ ├── easy.rb │ │ │ ├── easy │ │ │ ├── callbacks.rb │ │ │ ├── debug_info.rb │ │ │ ├── features.rb │ │ │ ├── form.rb │ │ │ ├── header.rb │ │ │ ├── http.rb │ │ │ ├── http │ │ │ │ ├── actionable.rb │ │ │ │ ├── custom.rb │ │ │ │ ├── delete.rb │ │ │ │ ├── get.rb │ │ │ │ ├── head.rb │ │ │ │ ├── options.rb │ │ │ │ ├── patch.rb │ │ │ │ ├── post.rb │ │ │ │ ├── postable.rb │ │ │ │ ├── put.rb │ │ │ │ └── putable.rb │ │ │ ├── informations.rb │ │ │ ├── mirror.rb │ │ │ ├── operations.rb │ │ │ ├── options.rb │ │ │ ├── params.rb │ │ │ ├── queryable.rb │ │ │ ├── response_callbacks.rb │ │ │ └── util.rb │ │ │ ├── errors.rb │ │ │ ├── errors │ │ │ ├── ethon_error.rb │ │ │ ├── global_init.rb │ │ │ ├── invalid_option.rb │ │ │ ├── invalid_value.rb │ │ │ ├── multi_add.rb │ │ │ ├── multi_fdset.rb │ │ │ ├── multi_remove.rb │ │ │ ├── multi_timeout.rb │ │ │ └── select.rb │ │ │ ├── libc.rb │ │ │ ├── loggable.rb │ │ │ ├── multi.rb │ │ │ ├── multi │ │ │ ├── operations.rb │ │ │ ├── options.rb │ │ │ └── stack.rb │ │ │ └── version.rb │ ├── profile │ │ ├── benchmarks.rb │ │ ├── memory_leaks.rb │ │ ├── perf_spec_helper.rb │ │ └── support │ │ │ ├── memory_test_helpers.rb │ │ │ ├── os_memory_leak_tracker.rb │ │ │ └── ruby_object_leak_tracker.rb │ └── spec │ │ ├── ethon │ │ ├── curl_spec.rb │ │ ├── easy │ │ │ ├── callbacks_spec.rb │ │ │ ├── debug_info_spec.rb │ │ │ ├── features_spec.rb │ │ │ ├── form_spec.rb │ │ │ ├── header_spec.rb │ │ │ ├── http │ │ │ │ ├── custom_spec.rb │ │ │ │ ├── delete_spec.rb │ │ │ │ ├── get_spec.rb │ │ │ │ ├── head_spec.rb │ │ │ │ ├── options_spec.rb │ │ │ │ ├── patch_spec.rb │ │ │ │ ├── post_spec.rb │ │ │ │ └── put_spec.rb │ │ │ ├── http_spec.rb │ │ │ ├── informations_spec.rb │ │ │ ├── mirror_spec.rb │ │ │ ├── operations_spec.rb │ │ │ ├── options_spec.rb │ │ │ ├── queryable_spec.rb │ │ │ ├── response_callbacks_spec.rb │ │ │ └── util_spec.rb │ │ ├── easy_spec.rb │ │ ├── libc_spec.rb │ │ ├── loggable_spec.rb │ │ ├── multi │ │ │ ├── operations_spec.rb │ │ │ ├── options_spec.rb │ │ │ └── stack_spec.rb │ │ └── multi_spec.rb │ │ ├── spec_helper.rb │ │ └── support │ │ ├── localhost_server.rb │ │ └── server.rb ├── eventmachine-1.2.7 │ ├── CHANGELOG.md │ ├── GNU │ ├── LICENSE │ ├── README.md │ ├── docs │ │ ├── DocumentationGuidesIndex.md │ │ ├── GettingStarted.md │ │ └── old │ │ │ ├── ChangeLog │ │ │ ├── DEFERRABLES │ │ │ ├── EPOLL │ │ │ ├── INSTALL │ │ │ ├── KEYBOARD │ │ │ ├── LEGAL │ │ │ ├── LIGHTWEIGHT_CONCURRENCY │ │ │ ├── PURE_RUBY │ │ │ ├── RELEASE_NOTES │ │ │ ├── SMTP │ │ │ ├── SPAWNED_PROCESSES │ │ │ └── TODO │ ├── examples │ │ ├── guides │ │ │ └── getting_started │ │ │ │ ├── 01_eventmachine_echo_server.rb │ │ │ │ ├── 02_eventmachine_echo_server_that_recognizes_exit_command.rb │ │ │ │ ├── 03_simple_chat_server.rb │ │ │ │ ├── 04_simple_chat_server_step_one.rb │ │ │ │ ├── 05_simple_chat_server_step_two.rb │ │ │ │ ├── 06_simple_chat_server_step_three.rb │ │ │ │ ├── 07_simple_chat_server_step_four.rb │ │ │ │ └── 08_simple_chat_server_step_five.rb │ │ └── old │ │ │ ├── ex_channel.rb │ │ │ ├── ex_queue.rb │ │ │ ├── ex_tick_loop_array.rb │ │ │ ├── ex_tick_loop_counter.rb │ │ │ └── helper.rb │ ├── ext │ │ ├── .sitearchdir.time │ │ ├── Makefile │ │ ├── binder.cpp │ │ ├── binder.h │ │ ├── binder.o │ │ ├── cmain.cpp │ │ ├── cmain.o │ │ ├── ed.cpp │ │ ├── ed.h │ │ ├── ed.o │ │ ├── em.cpp │ │ ├── em.h │ │ ├── em.o │ │ ├── eventmachine.h │ │ ├── extconf.rb │ │ ├── fastfilereader │ │ │ ├── .sitearchdir.time │ │ │ ├── Makefile │ │ │ ├── extconf.rb │ │ │ ├── fastfilereaderext.bundle │ │ │ ├── mapper.cpp │ │ │ ├── mapper.h │ │ │ ├── mapper.o │ │ │ ├── rubymain.cpp │ │ │ └── rubymain.o │ │ ├── kb.cpp │ │ ├── kb.o │ │ ├── page.cpp │ │ ├── page.h │ │ ├── page.o │ │ ├── pipe.cpp │ │ ├── pipe.o │ │ ├── project.h │ │ ├── rubyeventmachine.bundle │ │ ├── rubymain.cpp │ │ ├── rubymain.o │ │ ├── ssl.cpp │ │ ├── ssl.h │ │ └── ssl.o │ ├── java │ │ ├── .classpath │ │ ├── .project │ │ └── src │ │ │ └── com │ │ │ └── rubyeventmachine │ │ │ ├── EmReactor.java │ │ │ ├── EmReactorException.java │ │ │ ├── EventableChannel.java │ │ │ ├── EventableDatagramChannel.java │ │ │ └── EventableSocketChannel.java │ ├── lib │ │ ├── em │ │ │ ├── buftok.rb │ │ │ ├── callback.rb │ │ │ ├── channel.rb │ │ │ ├── completion.rb │ │ │ ├── connection.rb │ │ │ ├── deferrable.rb │ │ │ ├── deferrable │ │ │ │ └── pool.rb │ │ │ ├── file_watch.rb │ │ │ ├── future.rb │ │ │ ├── iterator.rb │ │ │ ├── messages.rb │ │ │ ├── pool.rb │ │ │ ├── process_watch.rb │ │ │ ├── processes.rb │ │ │ ├── protocols.rb │ │ │ ├── protocols │ │ │ │ ├── header_and_content.rb │ │ │ │ ├── httpclient.rb │ │ │ │ ├── httpclient2.rb │ │ │ │ ├── line_and_text.rb │ │ │ │ ├── line_protocol.rb │ │ │ │ ├── linetext2.rb │ │ │ │ ├── memcache.rb │ │ │ │ ├── object_protocol.rb │ │ │ │ ├── postgres3.rb │ │ │ │ ├── saslauth.rb │ │ │ │ ├── smtpclient.rb │ │ │ │ ├── smtpserver.rb │ │ │ │ ├── socks4.rb │ │ │ │ ├── stomp.rb │ │ │ │ └── tcptest.rb │ │ │ ├── pure_ruby.rb │ │ │ ├── queue.rb │ │ │ ├── resolver.rb │ │ │ ├── spawnable.rb │ │ │ ├── streamer.rb │ │ │ ├── threaded_resource.rb │ │ │ ├── tick_loop.rb │ │ │ ├── timers.rb │ │ │ └── version.rb │ │ ├── eventmachine.rb │ │ ├── fastfilereaderext.bundle │ │ ├── jeventmachine.rb │ │ └── rubyeventmachine.bundle │ ├── rakelib │ │ ├── package.rake │ │ ├── test.rake │ │ └── test_pure.rake │ └── tests │ │ ├── client.crt │ │ ├── client.key │ │ ├── dhparam.pem │ │ ├── em_test_helper.rb │ │ ├── test_attach.rb │ │ ├── test_basic.rb │ │ ├── test_channel.rb │ │ ├── test_completion.rb │ │ ├── test_connection_count.rb │ │ ├── test_connection_write.rb │ │ ├── test_defer.rb │ │ ├── test_deferrable.rb │ │ ├── test_epoll.rb │ │ ├── test_error_handler.rb │ │ ├── test_exc.rb │ │ ├── test_file_watch.rb │ │ ├── test_fork.rb │ │ ├── test_futures.rb │ │ ├── test_handler_check.rb │ │ ├── test_hc.rb │ │ ├── test_httpclient.rb │ │ ├── test_httpclient2.rb │ │ ├── test_idle_connection.rb │ │ ├── test_inactivity_timeout.rb │ │ ├── test_ipv4.rb │ │ ├── test_ipv6.rb │ │ ├── test_iterator.rb │ │ ├── test_kb.rb │ │ ├── test_line_protocol.rb │ │ ├── test_ltp.rb │ │ ├── test_ltp2.rb │ │ ├── test_many_fds.rb │ │ ├── test_next_tick.rb │ │ ├── test_object_protocol.rb │ │ ├── test_pause.rb │ │ ├── test_pending_connect_timeout.rb │ │ ├── test_pool.rb │ │ ├── test_process_watch.rb │ │ ├── test_processes.rb │ │ ├── test_proxy_connection.rb │ │ ├── test_pure.rb │ │ ├── test_queue.rb │ │ ├── test_resolver.rb │ │ ├── test_running.rb │ │ ├── test_sasl.rb │ │ ├── test_send_file.rb │ │ ├── test_servers.rb │ │ ├── test_shutdown_hooks.rb │ │ ├── test_smtpclient.rb │ │ ├── test_smtpserver.rb │ │ ├── test_sock_opt.rb │ │ ├── test_spawn.rb │ │ ├── test_ssl_args.rb │ │ ├── test_ssl_dhparam.rb │ │ ├── test_ssl_ecdh_curve.rb │ │ ├── test_ssl_extensions.rb │ │ ├── test_ssl_methods.rb │ │ ├── test_ssl_protocols.rb │ │ ├── test_ssl_verify.rb │ │ ├── test_stomp.rb │ │ ├── test_system.rb │ │ ├── test_threaded_resource.rb │ │ ├── test_tick_loop.rb │ │ ├── test_timers.rb │ │ ├── test_ud.rb │ │ └── test_unbind_reason.rb ├── execjs-2.10.0 │ ├── MIT-LICENSE │ ├── README.md │ └── lib │ │ ├── execjs.rb │ │ └── execjs │ │ ├── disabled_runtime.rb │ │ ├── duktape_runtime.rb │ │ ├── external_runtime.rb │ │ ├── graaljs_runtime.rb │ │ ├── mini_racer_runtime.rb │ │ ├── module.rb │ │ ├── ruby_rhino_runtime.rb │ │ ├── runtime.rb │ │ ├── runtimes.rb │ │ ├── support │ │ ├── bun_runner.js │ │ ├── jsc_runner.js │ │ ├── jscript_runner.js │ │ ├── json2.js │ │ ├── node_runner.js │ │ ├── spidermonkey_runner.js │ │ └── v8_runner.js │ │ └── version.rb ├── faraday-2.8.1 │ ├── CHANGELOG.md │ ├── LICENSE.md │ ├── README.md │ ├── Rakefile │ ├── examples │ │ ├── client_spec.rb │ │ └── client_test.rb │ ├── lib │ │ ├── faraday.rb │ │ └── faraday │ │ │ ├── adapter.rb │ │ │ ├── adapter │ │ │ └── test.rb │ │ │ ├── adapter_registry.rb │ │ │ ├── connection.rb │ │ │ ├── encoders │ │ │ ├── flat_params_encoder.rb │ │ │ └── nested_params_encoder.rb │ │ │ ├── error.rb │ │ │ ├── logging │ │ │ └── formatter.rb │ │ │ ├── methods.rb │ │ │ ├── middleware.rb │ │ │ ├── middleware_registry.rb │ │ │ ├── options.rb │ │ │ ├── options │ │ │ ├── connection_options.rb │ │ │ ├── env.rb │ │ │ ├── proxy_options.rb │ │ │ ├── request_options.rb │ │ │ └── ssl_options.rb │ │ │ ├── parameters.rb │ │ │ ├── rack_builder.rb │ │ │ ├── request.rb │ │ │ ├── request │ │ │ ├── authorization.rb │ │ │ ├── instrumentation.rb │ │ │ ├── json.rb │ │ │ └── url_encoded.rb │ │ │ ├── response.rb │ │ │ ├── response │ │ │ ├── json.rb │ │ │ ├── logger.rb │ │ │ └── raise_error.rb │ │ │ ├── utils.rb │ │ │ ├── utils │ │ │ ├── headers.rb │ │ │ └── params_hash.rb │ │ │ └── version.rb │ └── spec │ │ ├── external_adapters │ │ └── faraday_specs_setup.rb │ │ ├── faraday │ │ ├── adapter │ │ │ └── test_spec.rb │ │ ├── adapter_registry_spec.rb │ │ ├── adapter_spec.rb │ │ ├── connection_spec.rb │ │ ├── error_spec.rb │ │ ├── middleware_registry_spec.rb │ │ ├── middleware_spec.rb │ │ ├── options │ │ │ ├── env_spec.rb │ │ │ ├── options_spec.rb │ │ │ ├── proxy_options_spec.rb │ │ │ └── request_options_spec.rb │ │ ├── params_encoders │ │ │ ├── flat_spec.rb │ │ │ └── nested_spec.rb │ │ ├── rack_builder_spec.rb │ │ ├── request │ │ │ ├── authorization_spec.rb │ │ │ ├── instrumentation_spec.rb │ │ │ ├── json_spec.rb │ │ │ └── url_encoded_spec.rb │ │ ├── request_spec.rb │ │ ├── response │ │ │ ├── json_spec.rb │ │ │ ├── logger_spec.rb │ │ │ └── raise_error_spec.rb │ │ ├── response_spec.rb │ │ ├── utils │ │ │ └── headers_spec.rb │ │ └── utils_spec.rb │ │ ├── faraday_spec.rb │ │ ├── spec_helper.rb │ │ └── support │ │ ├── disabling_stub.rb │ │ ├── fake_safe_buffer.rb │ │ ├── helper_methods.rb │ │ ├── shared_examples │ │ ├── adapter.rb │ │ ├── params_encoder.rb │ │ └── request_method.rb │ │ └── streaming_response_checker.rb ├── faraday-net_http-3.0.2 │ ├── LICENSE.md │ ├── README.md │ └── lib │ │ └── faraday │ │ ├── adapter │ │ └── net_http.rb │ │ ├── net_http.rb │ │ └── net_http │ │ └── version.rb ├── ffi-1.17.2-x86_64-darwin │ ├── CHANGELOG.md │ ├── COPYING │ ├── Gemfile │ ├── LICENSE │ ├── LICENSE.SPECS │ ├── README.md │ ├── Rakefile │ ├── ffi.gemspec │ ├── lib │ │ ├── 2.5 │ │ │ └── ffi_c.bundle │ │ ├── 2.6 │ │ │ └── ffi_c.bundle │ │ ├── 2.7 │ │ │ └── ffi_c.bundle │ │ ├── 3.0 │ │ │ └── ffi_c.bundle │ │ ├── 3.1 │ │ │ └── ffi_c.bundle │ │ ├── 3.2 │ │ │ └── ffi_c.bundle │ │ ├── 3.3 │ │ │ └── ffi_c.bundle │ │ ├── 3.4 │ │ │ └── ffi_c.bundle │ │ ├── ffi.rb │ │ └── ffi │ │ │ ├── abstract_memory.rb │ │ │ ├── autopointer.rb │ │ │ ├── buffer.rb │ │ │ ├── callback.rb │ │ │ ├── compat.rb │ │ │ ├── data_converter.rb │ │ │ ├── dynamic_library.rb │ │ │ ├── enum.rb │ │ │ ├── errno.rb │ │ │ ├── ffi.rb │ │ │ ├── function.rb │ │ │ ├── io.rb │ │ │ ├── library.rb │ │ │ ├── library_path.rb │ │ │ ├── managedstruct.rb │ │ │ ├── memorypointer.rb │ │ │ ├── platform.rb │ │ │ ├── platform │ │ │ ├── aarch64-darwin │ │ │ │ └── types.conf │ │ │ ├── aarch64-freebsd │ │ │ │ └── types.conf │ │ │ ├── aarch64-freebsd12 │ │ │ │ └── types.conf │ │ │ ├── aarch64-linux │ │ │ │ └── types.conf │ │ │ ├── aarch64-openbsd │ │ │ │ └── types.conf │ │ │ ├── aarch64-windows │ │ │ │ └── types.conf │ │ │ ├── arm-freebsd │ │ │ │ └── types.conf │ │ │ ├── arm-freebsd12 │ │ │ │ └── types.conf │ │ │ ├── arm-linux │ │ │ │ └── types.conf │ │ │ ├── hppa1.1-linux │ │ │ │ └── types.conf │ │ │ ├── hppa2.0-linux │ │ │ │ └── types.conf │ │ │ ├── i386-cygwin │ │ │ │ └── types.conf │ │ │ ├── i386-darwin │ │ │ │ └── types.conf │ │ │ ├── i386-freebsd │ │ │ │ └── types.conf │ │ │ ├── i386-freebsd12 │ │ │ │ └── types.conf │ │ │ ├── i386-gnu │ │ │ │ └── types.conf │ │ │ ├── i386-linux │ │ │ │ └── types.conf │ │ │ ├── i386-netbsd │ │ │ │ └── types.conf │ │ │ ├── i386-openbsd │ │ │ │ └── types.conf │ │ │ ├── i386-solaris │ │ │ │ └── types.conf │ │ │ ├── i386-windows │ │ │ │ └── types.conf │ │ │ ├── ia64-linux │ │ │ │ └── types.conf │ │ │ ├── loongarch64-linux │ │ │ │ └── types.conf │ │ │ ├── mips-linux │ │ │ │ └── types.conf │ │ │ ├── mips64-linux │ │ │ │ └── types.conf │ │ │ ├── mips64el-linux │ │ │ │ └── types.conf │ │ │ ├── mipsel-linux │ │ │ │ └── types.conf │ │ │ ├── mipsisa32r6-linux │ │ │ │ └── types.conf │ │ │ ├── mipsisa32r6el-linux │ │ │ │ └── types.conf │ │ │ ├── mipsisa64r6-linux │ │ │ │ └── types.conf │ │ │ ├── mipsisa64r6el-linux │ │ │ │ └── types.conf │ │ │ ├── powerpc-aix │ │ │ │ └── types.conf │ │ │ ├── powerpc-darwin │ │ │ │ └── types.conf │ │ │ ├── powerpc-linux │ │ │ │ └── types.conf │ │ │ ├── powerpc-openbsd │ │ │ │ └── types.conf │ │ │ ├── powerpc64-linux │ │ │ │ └── types.conf │ │ │ ├── powerpc64le-linux │ │ │ │ └── types.conf │ │ │ ├── riscv64-linux │ │ │ │ └── types.conf │ │ │ ├── s390-linux │ │ │ │ └── types.conf │ │ │ ├── s390x-linux │ │ │ │ └── types.conf │ │ │ ├── sparc-linux │ │ │ │ └── types.conf │ │ │ ├── sparc-solaris │ │ │ │ └── types.conf │ │ │ ├── sparcv9-linux │ │ │ │ └── types.conf │ │ │ ├── sparcv9-openbsd │ │ │ │ └── types.conf │ │ │ ├── sparcv9-solaris │ │ │ │ └── types.conf │ │ │ ├── sw_64-linux │ │ │ │ └── types.conf │ │ │ ├── x86_64-cygwin │ │ │ │ └── types.conf │ │ │ ├── x86_64-darwin │ │ │ │ └── types.conf │ │ │ ├── x86_64-dragonflybsd │ │ │ │ └── types.conf │ │ │ ├── x86_64-freebsd │ │ │ │ └── types.conf │ │ │ ├── x86_64-freebsd12 │ │ │ │ └── types.conf │ │ │ ├── x86_64-haiku │ │ │ │ └── types.conf │ │ │ ├── x86_64-linux │ │ │ │ └── types.conf │ │ │ ├── x86_64-msys │ │ │ │ └── types.conf │ │ │ ├── x86_64-netbsd │ │ │ │ └── types.conf │ │ │ ├── x86_64-openbsd │ │ │ │ └── types.conf │ │ │ ├── x86_64-solaris │ │ │ │ └── types.conf │ │ │ └── x86_64-windows │ │ │ │ └── types.conf │ │ │ ├── pointer.rb │ │ │ ├── struct.rb │ │ │ ├── struct_by_reference.rb │ │ │ ├── struct_layout.rb │ │ │ ├── struct_layout_builder.rb │ │ │ ├── tools │ │ │ ├── const_generator.rb │ │ │ ├── generator.rb │ │ │ ├── generator_task.rb │ │ │ ├── struct_generator.rb │ │ │ └── types_generator.rb │ │ │ ├── types.rb │ │ │ ├── union.rb │ │ │ ├── variadic.rb │ │ │ └── version.rb │ ├── rakelib │ │ └── ffi_gem_helper.rb │ ├── samples │ │ ├── getlogin.rb │ │ ├── getpid.rb │ │ ├── gettimeofday.rb │ │ ├── hello.rb │ │ ├── hello_ractor.rb │ │ ├── inotify.rb │ │ ├── pty.rb │ │ ├── qsort.rb │ │ └── qsort_ractor.rb │ └── sig │ │ ├── ffi.rbs │ │ └── ffi │ │ ├── abstract_memory.rbs │ │ ├── auto_pointer.rbs │ │ ├── buffer.rbs │ │ ├── data_converter.rbs │ │ ├── dynamic_library.rbs │ │ ├── enum.rbs │ │ ├── function.rbs │ │ ├── library.rbs │ │ ├── native_type.rbs │ │ ├── pointer.rbs │ │ ├── struct.rbs │ │ ├── struct_by_reference.rbs │ │ ├── struct_by_value.rbs │ │ ├── struct_layout.rbs │ │ ├── struct_layout_builder.rbs │ │ └── type.rbs ├── forwardable-extended-2.6.0 │ ├── Gemfile │ ├── LICENSE │ ├── Rakefile │ └── lib │ │ └── forwardable │ │ ├── extended.rb │ │ └── extended │ │ └── version.rb ├── gemoji-4.1.0 │ ├── LICENSE │ ├── README.md │ ├── db │ │ └── emoji.json │ └── lib │ │ ├── emoji.rb │ │ ├── emoji │ │ └── character.rb │ │ └── gemoji.rb ├── github-pages-231 │ ├── .rubocop.yml │ ├── bin │ │ └── github-pages │ └── lib │ │ ├── github-pages.rb │ │ └── github-pages │ │ ├── configuration.rb │ │ ├── dependencies.rb │ │ ├── plugins.rb │ │ └── version.rb ├── github-pages-health-check-1.18.2 │ ├── .dockerignore │ ├── .github │ │ ├── dependabot.yml │ │ └── workflows │ │ │ └── push-cibuild.yml │ ├── .gitignore │ ├── .rspec │ ├── .rubocop.yml │ ├── .ruby-version │ ├── Dockerfile │ ├── Gemfile │ ├── LICENSE.md │ ├── README.md │ ├── config │ │ ├── cloudflare-ips.txt │ │ └── fastly-ips.txt │ ├── github-pages-health-check.gemspec │ ├── lib │ │ ├── github-pages-health-check.rb │ │ └── github-pages-health-check │ │ │ ├── caa.rb │ │ │ ├── cdn.rb │ │ │ ├── cdns │ │ │ ├── cloudflare.rb │ │ │ └── fastly.rb │ │ │ ├── checkable.rb │ │ │ ├── domain.rb │ │ │ ├── error.rb │ │ │ ├── errors.rb │ │ │ ├── errors │ │ │ ├── build_error.rb │ │ │ ├── deprecated_ip_error.rb │ │ │ ├── invalid_a_record_error.rb │ │ │ ├── invalid_aaaa_record_error.rb │ │ │ ├── invalid_cname_error.rb │ │ │ ├── invalid_dns_error.rb │ │ │ ├── invalid_domain_error.rb │ │ │ ├── invalid_repository_error.rb │ │ │ ├── missing_access_token_error.rb │ │ │ └── not_served_by_pages_error.rb │ │ │ ├── printer.rb │ │ │ ├── redundant_check.rb │ │ │ ├── repository.rb │ │ │ ├── resolver.rb │ │ │ ├── site.rb │ │ │ └── version.rb │ └── script │ │ ├── bootstrap │ │ ├── check │ │ ├── check-cdn-ips │ │ ├── cibuild │ │ ├── cibuild-docker │ │ ├── console │ │ ├── fmt │ │ ├── release │ │ ├── test │ │ └── update-cdn-ips ├── html-pipeline-2.14.3 │ ├── .github │ │ └── FUNDING.yml │ ├── .gitignore │ ├── .travis.yml │ ├── Appraisals │ ├── CHANGELOG.md │ ├── CONTRIBUTING.md │ ├── Gemfile │ ├── LICENSE │ ├── README.md │ ├── Rakefile │ ├── bin │ │ └── html-pipeline │ ├── html-pipeline.gemspec │ └── lib │ │ └── html │ │ ├── pipeline.rb │ │ └── pipeline │ │ ├── @mention_filter.rb │ │ ├── @team_mention_filter.rb │ │ ├── absolute_source_filter.rb │ │ ├── autolink_filter.rb │ │ ├── body_content.rb │ │ ├── camo_filter.rb │ │ ├── email_reply_filter.rb │ │ ├── emoji_filter.rb │ │ ├── filter.rb │ │ ├── https_filter.rb │ │ ├── image_filter.rb │ │ ├── image_max_width_filter.rb │ │ ├── markdown_filter.rb │ │ ├── plain_text_input_filter.rb │ │ ├── sanitization_filter.rb │ │ ├── syntax_highlight_filter.rb │ │ ├── text_filter.rb │ │ ├── textile_filter.rb │ │ ├── toc_filter.rb │ │ └── version.rb ├── http_parser.rb-0.8.0 │ ├── .github │ │ └── workflows │ │ │ ├── linux.yml │ │ │ └── windows.yml │ ├── .gitignore │ ├── .gitmodules │ ├── Gemfile │ ├── LICENSE-MIT │ ├── README.md │ ├── Rakefile │ ├── bench │ │ ├── standalone.rb │ │ └── thin.rb │ ├── ext │ │ └── ruby_http_parser │ │ │ ├── .gitignore │ │ │ ├── .sitearchdir.time │ │ │ ├── RubyHttpParserService.java │ │ │ ├── ext_help.h │ │ │ ├── extconf.rb │ │ │ ├── org │ │ │ └── ruby_http_parser │ │ │ │ └── RubyHttpParser.java │ │ │ ├── ruby_http_parser.c │ │ │ └── vendor │ │ │ ├── .gitkeep │ │ │ ├── http-parser-java │ │ │ ├── AUTHORS │ │ │ ├── LICENSE-MIT │ │ │ ├── README.md │ │ │ ├── TODO │ │ │ ├── build.xml │ │ │ ├── http_parser.c │ │ │ ├── http_parser.gyp │ │ │ ├── http_parser.h │ │ │ ├── src │ │ │ │ ├── Http-parser.java.iml │ │ │ │ ├── impl │ │ │ │ │ └── http_parser │ │ │ │ │ │ ├── FieldData.java │ │ │ │ │ │ ├── HTTPCallback.java │ │ │ │ │ │ ├── HTTPDataCallback.java │ │ │ │ │ │ ├── HTTPErrorCallback.java │ │ │ │ │ │ ├── HTTPException.java │ │ │ │ │ │ ├── HTTPMethod.java │ │ │ │ │ │ ├── HTTPParser.java │ │ │ │ │ │ ├── HTTPParserUrl.java │ │ │ │ │ │ ├── ParserSettings.java │ │ │ │ │ │ ├── ParserType.java │ │ │ │ │ │ ├── Util.java │ │ │ │ │ │ └── lolevel │ │ │ │ │ │ ├── HTTPCallback.java │ │ │ │ │ │ ├── HTTPDataCallback.java │ │ │ │ │ │ ├── HTTPErrorCallback.java │ │ │ │ │ │ ├── HTTPParser.java │ │ │ │ │ │ └── ParserSettings.java │ │ │ │ └── test │ │ │ │ │ └── http_parser │ │ │ │ │ └── lolevel │ │ │ │ │ ├── Message.java │ │ │ │ │ ├── ParseUrl.java │ │ │ │ │ ├── Requests.java │ │ │ │ │ ├── Responses.java │ │ │ │ │ ├── Test.java │ │ │ │ │ ├── TestHeaderOverflowError.java │ │ │ │ │ ├── TestLoaderNG.java │ │ │ │ │ ├── TestNoOverflowLongBody.java │ │ │ │ │ ├── UnitTest.java │ │ │ │ │ ├── Upgrade.java │ │ │ │ │ ├── Url.java │ │ │ │ │ ├── Util.java │ │ │ │ │ └── WrongContentLength.java │ │ │ ├── test.c │ │ │ ├── tests.dumped │ │ │ ├── tests.utf8 │ │ │ └── tools │ │ │ │ ├── byte_constants.rb │ │ │ │ ├── const_char.rb │ │ │ │ ├── lowcase.rb │ │ │ │ └── parse_tests.rb │ │ │ └── http-parser │ │ │ ├── AUTHORS │ │ │ ├── LICENSE-MIT │ │ │ ├── README.md │ │ │ ├── bench.c │ │ │ ├── contrib │ │ │ ├── parsertrace.c │ │ │ └── url_parser.c │ │ │ ├── http_parser.c │ │ │ ├── http_parser.gyp │ │ │ ├── http_parser.h │ │ │ └── test.c │ ├── http_parser.rb.gemspec │ ├── lib │ │ ├── http │ │ │ └── parser.rb │ │ └── http_parser.rb │ ├── spec │ │ ├── parser_spec.rb │ │ ├── spec_helper.rb │ │ └── support │ │ │ ├── requests.json │ │ │ └── responses.json │ └── tasks │ │ ├── compile.rake │ │ ├── fixtures.rake │ │ ├── spec.rake │ │ └── submodules.rake ├── i18n-1.14.7 │ ├── MIT-LICENSE │ ├── README.md │ └── lib │ │ ├── i18n.rb │ │ └── i18n │ │ ├── backend.rb │ │ ├── backend │ │ ├── base.rb │ │ ├── cache.rb │ │ ├── cache_file.rb │ │ ├── cascade.rb │ │ ├── chain.rb │ │ ├── fallbacks.rb │ │ ├── flatten.rb │ │ ├── gettext.rb │ │ ├── interpolation_compiler.rb │ │ ├── key_value.rb │ │ ├── lazy_loadable.rb │ │ ├── memoize.rb │ │ ├── metadata.rb │ │ ├── pluralization.rb │ │ ├── simple.rb │ │ └── transliterator.rb │ │ ├── config.rb │ │ ├── exceptions.rb │ │ ├── gettext.rb │ │ ├── gettext │ │ ├── helpers.rb │ │ └── po_parser.rb │ │ ├── interpolate │ │ └── ruby.rb │ │ ├── locale.rb │ │ ├── locale │ │ ├── fallbacks.rb │ │ ├── tag.rb │ │ └── tag │ │ │ ├── parents.rb │ │ │ ├── rfc4646.rb │ │ │ └── simple.rb │ │ ├── middleware.rb │ │ ├── tests.rb │ │ ├── tests │ │ ├── basics.rb │ │ ├── defaults.rb │ │ ├── interpolation.rb │ │ ├── link.rb │ │ ├── localization.rb │ │ ├── localization │ │ │ ├── date.rb │ │ │ ├── date_time.rb │ │ │ ├── procs.rb │ │ │ └── time.rb │ │ ├── lookup.rb │ │ ├── pluralization.rb │ │ └── procs.rb │ │ ├── utils.rb │ │ └── version.rb ├── jekyll-3.9.5 │ ├── .rubocop.yml │ ├── LICENSE │ ├── README.markdown │ ├── exe │ │ └── jekyll │ ├── lib │ │ ├── jekyll.rb │ │ ├── jekyll │ │ │ ├── cleaner.rb │ │ │ ├── collection.rb │ │ │ ├── command.rb │ │ │ ├── commands │ │ │ │ ├── build.rb │ │ │ │ ├── clean.rb │ │ │ │ ├── doctor.rb │ │ │ │ ├── help.rb │ │ │ │ ├── new.rb │ │ │ │ ├── new_theme.rb │ │ │ │ ├── serve.rb │ │ │ │ └── serve │ │ │ │ │ ├── live_reload_reactor.rb │ │ │ │ │ ├── livereload_assets │ │ │ │ │ └── livereload.js │ │ │ │ │ ├── mime_types_charset.json │ │ │ │ │ ├── servlet.rb │ │ │ │ │ └── websockets.rb │ │ │ ├── configuration.rb │ │ │ ├── converter.rb │ │ │ ├── converters │ │ │ │ ├── identity.rb │ │ │ │ ├── markdown.rb │ │ │ │ ├── markdown │ │ │ │ │ ├── kramdown_parser.rb │ │ │ │ │ ├── rdiscount_parser.rb │ │ │ │ │ └── redcarpet_parser.rb │ │ │ │ └── smartypants.rb │ │ │ ├── convertible.rb │ │ │ ├── deprecator.rb │ │ │ ├── document.rb │ │ │ ├── drops │ │ │ │ ├── collection_drop.rb │ │ │ │ ├── document_drop.rb │ │ │ │ ├── drop.rb │ │ │ │ ├── excerpt_drop.rb │ │ │ │ ├── jekyll_drop.rb │ │ │ │ ├── site_drop.rb │ │ │ │ ├── static_file_drop.rb │ │ │ │ ├── unified_payload_drop.rb │ │ │ │ └── url_drop.rb │ │ │ ├── entry_filter.rb │ │ │ ├── errors.rb │ │ │ ├── excerpt.rb │ │ │ ├── external.rb │ │ │ ├── filters.rb │ │ │ ├── filters │ │ │ │ ├── date_filters.rb │ │ │ │ ├── grouping_filters.rb │ │ │ │ └── url_filters.rb │ │ │ ├── frontmatter_defaults.rb │ │ │ ├── generator.rb │ │ │ ├── hooks.rb │ │ │ ├── layout.rb │ │ │ ├── liquid_extensions.rb │ │ │ ├── liquid_renderer.rb │ │ │ ├── liquid_renderer │ │ │ │ ├── file.rb │ │ │ │ └── table.rb │ │ │ ├── log_adapter.rb │ │ │ ├── mime.types │ │ │ ├── page.rb │ │ │ ├── page_without_a_file.rb │ │ │ ├── plugin.rb │ │ │ ├── plugin_manager.rb │ │ │ ├── publisher.rb │ │ │ ├── reader.rb │ │ │ ├── readers │ │ │ │ ├── collection_reader.rb │ │ │ │ ├── data_reader.rb │ │ │ │ ├── layout_reader.rb │ │ │ │ ├── page_reader.rb │ │ │ │ ├── post_reader.rb │ │ │ │ ├── static_file_reader.rb │ │ │ │ └── theme_assets_reader.rb │ │ │ ├── regenerator.rb │ │ │ ├── related_posts.rb │ │ │ ├── renderer.rb │ │ │ ├── site.rb │ │ │ ├── static_file.rb │ │ │ ├── stevenson.rb │ │ │ ├── tags │ │ │ │ ├── highlight.rb │ │ │ │ ├── include.rb │ │ │ │ ├── link.rb │ │ │ │ └── post_url.rb │ │ │ ├── theme.rb │ │ │ ├── theme_builder.rb │ │ │ ├── url.rb │ │ │ ├── utils.rb │ │ │ ├── utils │ │ │ │ ├── ansi.rb │ │ │ │ ├── exec.rb │ │ │ │ ├── internet.rb │ │ │ │ ├── platforms.rb │ │ │ │ ├── rouge.rb │ │ │ │ ├── thread_event.rb │ │ │ │ └── win_tz.rb │ │ │ └── version.rb │ │ ├── site_template │ │ │ ├── .gitignore │ │ │ ├── 404.html │ │ │ ├── _config.yml │ │ │ ├── _posts │ │ │ │ └── 0000-00-00-welcome-to-jekyll.markdown.erb │ │ │ ├── about.md │ │ │ └── index.md │ │ └── theme_template │ │ │ ├── CODE_OF_CONDUCT.md.erb │ │ │ ├── Gemfile │ │ │ ├── LICENSE.txt.erb │ │ │ ├── README.md.erb │ │ │ ├── _layouts │ │ │ ├── default.html │ │ │ ├── page.html │ │ │ └── post.html │ │ │ ├── example │ │ │ ├── _config.yml.erb │ │ │ ├── _post.md │ │ │ ├── index.html │ │ │ └── style.scss │ │ │ ├── gitignore.erb │ │ │ └── theme.gemspec.erb │ └── rubocop │ │ ├── jekyll.rb │ │ └── jekyll │ │ ├── no_p_allowed.rb │ │ └── no_puts_allowed.rb ├── jekyll-avatar-0.8.0 │ ├── LICENSE.txt │ ├── README.md │ └── lib │ │ ├── jekyll-avatar.rb │ │ └── jekyll-avatar │ │ └── version.rb ├── jekyll-coffeescript-1.2.2 │ └── lib │ │ ├── jekyll-coffeescript.rb │ │ ├── jekyll-coffeescript │ │ └── version.rb │ │ └── jekyll │ │ └── converters │ │ └── coffeescript.rb ├── jekyll-commonmark-1.4.0 │ ├── History.markdown │ ├── LICENSE │ ├── Readme.md │ └── lib │ │ ├── jekyll-commonmark.rb │ │ └── jekyll-commonmark │ │ ├── html_renderer.rb │ │ └── version.rb ├── jekyll-commonmark-ghpages-0.4.0 │ ├── .github │ │ ├── CODEOWNERS │ │ ├── dependabot.yml │ │ └── workflows │ │ │ └── cibuild.yaml │ ├── .gitignore │ ├── Gemfile │ ├── LICENSE │ ├── README.md │ ├── Rakefile │ ├── jekyll-commonmark-ghpages.gemspec │ ├── lib │ │ └── jekyll-commonmark-ghpages.rb │ ├── script │ │ └── cibuild │ └── spec │ │ ├── spec_helper.rb │ │ └── test_spec.rb ├── jekyll-default-layout-0.1.5 │ └── lib │ │ ├── jekyll-default-layout.rb │ │ └── jekyll-default-layout │ │ ├── generator.rb │ │ └── version.rb ├── jekyll-feed-0.17.0 │ ├── History.markdown │ ├── LICENSE.txt │ ├── README.md │ └── lib │ │ ├── jekyll-feed.rb │ │ └── jekyll-feed │ │ ├── feed.xml │ │ ├── generator.rb │ │ ├── meta-tag.rb │ │ ├── page-without-a-file.rb │ │ └── version.rb ├── jekyll-gist-1.5.0 │ ├── .gitignore │ ├── .rspec │ ├── .rubocop.yml │ ├── .travis.yml │ ├── Gemfile │ ├── History.markdown │ ├── LICENSE.txt │ ├── README.md │ ├── Rakefile │ ├── jekyll-gist.gemspec │ ├── lib │ │ ├── jekyll-gist.rb │ │ └── jekyll-gist │ │ │ ├── gist_tag.rb │ │ │ └── version.rb │ ├── script │ │ ├── bootstrap │ │ ├── cibuild │ │ ├── fmt │ │ └── release │ └── spec │ │ ├── fixtures │ │ ├── multiple-files.json │ │ └── single-file.json │ │ ├── gist_tag_spec.rb │ │ └── spec_helper.rb ├── jekyll-github-metadata-2.16.1 │ └── lib │ │ ├── jekyll-github-metadata.rb │ │ └── jekyll-github-metadata │ │ ├── client.rb │ │ ├── edit-link-tag.rb │ │ ├── metadata_drop.rb │ │ ├── owner.rb │ │ ├── pages.rb │ │ ├── repository.rb │ │ ├── repository_compat.rb │ │ ├── repository_finder.rb │ │ ├── sanitizer.rb │ │ ├── site_github_munger.rb │ │ ├── value.rb │ │ └── version.rb ├── jekyll-include-cache-0.2.1 │ └── lib │ │ ├── jekyll-include-cache.rb │ │ └── jekyll-include-cache │ │ ├── cache.rb │ │ ├── tag.rb │ │ └── version.rb ├── jekyll-mentions-1.6.0 │ └── lib │ │ └── jekyll-mentions.rb ├── jekyll-optional-front-matter-0.3.2 │ └── lib │ │ ├── jekyll-optional-front-matter.rb │ │ └── jekyll-optional-front-matter │ │ ├── generator.rb │ │ └── version.rb ├── jekyll-paginate-1.1.0 │ ├── .gitignore │ ├── .rspec │ ├── .travis.yml │ ├── Gemfile │ ├── History.markdown │ ├── LICENSE.txt │ ├── README.md │ ├── Rakefile │ ├── jekyll-paginate.gemspec │ ├── lib │ │ ├── jekyll-paginate.rb │ │ └── jekyll-paginate │ │ │ ├── pager.rb │ │ │ ├── pagination.rb │ │ │ └── version.rb │ ├── script │ │ ├── bootstrap │ │ ├── cibuild │ │ └── unbundle │ └── spec │ │ ├── pager_spec.rb │ │ ├── pagination_spec.rb │ │ ├── source │ │ ├── _posts │ │ │ ├── 2014-05-20-blah.html │ │ │ ├── 2014-05-21-bleh.html │ │ │ ├── 2014-05-22-humor.html │ │ │ ├── 2014-05-23-hey-there.html │ │ │ ├── 2014-05-24-whateva.html │ │ │ └── 2014-05-25-oh-yes.html │ │ ├── contacts │ │ │ └── index.html │ │ └── index.html │ │ └── spec_helper.rb ├── jekyll-readme-index-0.3.0 │ └── lib │ │ ├── jekyll-readme-index.rb │ │ ├── jekyll-readme-index │ │ ├── generator.rb │ │ └── version.rb │ │ └── jekyll │ │ └── static_file_ext.rb ├── jekyll-redirect-from-0.16.0 │ ├── .gitignore │ ├── .rspec │ ├── .rubocop.yml │ ├── .rubocop_todo.yml │ ├── .travis.yml │ ├── Gemfile │ ├── History.markdown │ ├── LICENSE.txt │ ├── README.md │ ├── Rakefile │ ├── jekyll-redirect-from.gemspec │ ├── lib │ │ ├── jekyll-redirect-from.rb │ │ └── jekyll-redirect-from │ │ │ ├── context.rb │ │ │ ├── generator.rb │ │ │ ├── layout.rb │ │ │ ├── page_without_a_file.rb │ │ │ ├── redirect.html │ │ │ ├── redirect_page.rb │ │ │ ├── redirectable.rb │ │ │ └── version.rb │ ├── script │ │ ├── bootstrap │ │ ├── cibuild │ │ ├── fmt │ │ ├── release │ │ └── test │ └── spec │ │ ├── fixtures │ │ ├── _articles │ │ │ ├── redirect-me-plz.md │ │ │ ├── redirect-somewhere-else-im-a-permalink.html │ │ │ └── redirect-somewhere-else-plz.html │ │ ├── _authors │ │ │ └── kansaichris.md │ │ ├── _layouts │ │ │ └── layout.html │ │ ├── _posts │ │ │ └── 2014-01-03-redirect-me-plz.md │ │ ├── multiple_redirect_froms.md │ │ ├── multiple_redirect_tos.md │ │ ├── one_redirect_from.md │ │ ├── one_redirect_to_path.md │ │ ├── one_redirect_to_url.md │ │ └── tags │ │ │ └── how we work.md │ │ ├── integrations_spec.rb │ │ ├── jekyll_redirect_from │ │ ├── context_spec.rb │ │ ├── generator_spec.rb │ │ ├── layout_spec.rb │ │ ├── redirect_page_spec.rb │ │ └── redirectable_spec.rb │ │ └── spec_helper.rb ├── jekyll-relative-links-0.6.1 │ └── lib │ │ ├── jekyll-relative-links.rb │ │ └── jekyll-relative-links │ │ ├── context.rb │ │ ├── generator.rb │ │ └── version.rb ├── jekyll-remote-theme-0.4.3 │ └── lib │ │ ├── jekyll-remote-theme.rb │ │ └── jekyll-remote-theme │ │ ├── downloader.rb │ │ ├── mock_gemspec.rb │ │ ├── munger.rb │ │ ├── theme.rb │ │ └── version.rb ├── jekyll-sass-converter-1.5.2 │ └── lib │ │ ├── jekyll-sass-converter.rb │ │ ├── jekyll-sass-converter │ │ └── version.rb │ │ └── jekyll │ │ └── converters │ │ ├── sass.rb │ │ └── scss.rb ├── jekyll-seo-tag-2.8.0 │ ├── .github │ │ └── workflows │ │ │ ├── ci.yml │ │ │ ├── release.yml │ │ │ ├── scripts │ │ │ ├── memprof │ │ │ └── memprof.rb │ │ │ └── third-party.yml │ ├── .gitignore │ ├── .rspec │ ├── .rubocop.yml │ ├── .rubocop_todo.yml │ ├── Gemfile │ ├── History.markdown │ ├── LICENSE.txt │ ├── docs │ │ ├── README.md │ │ ├── _config.yml │ │ ├── _layouts │ │ │ └── default.html │ │ ├── advanced-usage.md │ │ ├── installation.md │ │ └── usage.md │ ├── jekyll-seo-tag.gemspec │ ├── lib │ │ ├── jekyll-seo-tag.rb │ │ ├── jekyll-seo-tag │ │ │ ├── author_drop.rb │ │ │ ├── drop.rb │ │ │ ├── filters.rb │ │ │ ├── image_drop.rb │ │ │ ├── json_ld.rb │ │ │ ├── json_ld_drop.rb │ │ │ ├── url_helper.rb │ │ │ └── version.rb │ │ └── template.html │ └── script │ │ ├── bootstrap │ │ ├── cibuild │ │ ├── release │ │ └── site ├── jekyll-sitemap-1.4.0 │ ├── .gitignore │ ├── .rspec │ ├── .rubocop.yml │ ├── .rubocop_todo.yml │ ├── .travis.yml │ ├── Gemfile │ ├── History.markdown │ ├── LICENSE.md │ ├── README.md │ ├── Rakefile │ ├── jekyll-sitemap.gemspec │ ├── lib │ │ ├── jekyll-sitemap.rb │ │ ├── jekyll-sitemap │ │ │ └── version.rb │ │ ├── jekyll │ │ │ ├── jekyll-sitemap.rb │ │ │ └── page_without_a_file.rb │ │ ├── robots.txt │ │ └── sitemap.xml │ ├── script │ │ ├── bootstrap │ │ ├── cibuild │ │ ├── console │ │ ├── fmt │ │ ├── release │ │ └── test │ └── spec │ │ ├── fixtures │ │ ├── 404.md │ │ ├── _config.yml │ │ ├── _layouts │ │ │ └── some_default.html │ │ ├── _my_collection │ │ │ ├── custom_permalink.md │ │ │ ├── custom_permalink_2.md │ │ │ ├── test.html │ │ │ └── this-has-non-standard-chars.md │ │ ├── _other_things │ │ │ └── test2.html │ │ ├── _posts │ │ │ ├── 2013-12-12-dec-the-second.md │ │ │ ├── 2014-03-02-march-the-second.md │ │ │ ├── 2014-03-04-march-the-fourth.md │ │ │ ├── 2014-05-11-exclude-this-post.md │ │ │ ├── 2015-01-18-jekyll-last-modified-at.md │ │ │ ├── 2016-04-01-错误.html │ │ │ ├── 2016-04-02-错误.html │ │ │ └── 2016-04-03-错误.html │ │ ├── feeds │ │ │ └── atom.xml │ │ ├── images │ │ │ └── hubot.png │ │ ├── index.html │ │ ├── jekyll-last-modified-at │ │ │ └── page.html │ │ ├── some-subfolder │ │ │ ├── exclude-this-page.html │ │ │ ├── htm.htm │ │ │ ├── index.html │ │ │ ├── test_index.html │ │ │ ├── this-is-a-subfile.html │ │ │ ├── this-is-a-subpage.html │ │ │ └── xhtml.xhtml │ │ └── static_files │ │ │ ├── 404.html │ │ │ ├── excluded.pdf │ │ │ ├── html_file.html │ │ │ └── test.pdf │ │ ├── jekyll-sitemap_spec.rb │ │ ├── robot-fixtures │ │ ├── page-at-root │ │ │ └── robots.txt │ │ ├── permalinked-page-in-subdir │ │ │ └── assets │ │ │ │ └── robots.txt │ │ ├── static-at-source-root │ │ │ └── robots.txt │ │ └── static-in-subdir │ │ │ └── assets │ │ │ └── robots.txt │ │ ├── spec_helper.rb │ │ └── test_jekyll-last-modified-at.rb ├── jekyll-swiss-1.0.0 │ ├── LICENSE.txt │ ├── README.md │ ├── _includes │ │ ├── dot-accent.html │ │ ├── dot.html │ │ ├── dribbble.html │ │ ├── footer.html │ │ ├── github.html │ │ ├── head.html │ │ ├── header.html │ │ ├── instagram.html │ │ ├── medium.html │ │ ├── post_block.html │ │ ├── previous-next.html │ │ ├── previous-next_has-categories.html │ │ └── twitter.html │ ├── _layouts │ │ ├── category-post.html │ │ ├── category_index.html │ │ ├── default.html │ │ ├── home.html │ │ ├── page.html │ │ └── post.html │ ├── _sass │ │ ├── _base.scss │ │ ├── _components.scss │ │ ├── _theme-black.scss │ │ ├── _theme-blue.scss │ │ ├── _theme-gray.scss │ │ ├── _theme-magenta.scss │ │ ├── _theme-orange.scss │ │ ├── _theme-red.scss │ │ ├── _theme-white.scss │ │ ├── _theme-yellow.scss │ │ ├── _utilities.scss │ │ └── _variables.scss │ └── assets │ │ └── style.scss ├── jekyll-theme-architect-0.2.0 │ ├── LICENSE │ ├── README.md │ ├── _includes │ │ ├── head-custom-google-analytics.html │ │ └── head-custom.html │ ├── _layouts │ │ └── default.html │ ├── _sass │ │ ├── architect.scss │ │ ├── jekyll-theme-architect.scss │ │ ├── normalize.scss │ │ └── rouge-github.scss │ └── assets │ │ ├── css │ │ ├── print.scss │ │ └── style.scss │ │ └── images │ │ ├── body-bg.jpg │ │ ├── download-button.png │ │ ├── github-button.png │ │ ├── header-bg.jpg │ │ ├── highlight-bg.jpg │ │ └── sidebar-bg.jpg ├── jekyll-theme-cayman-0.2.0 │ ├── LICENSE │ ├── README.md │ ├── _includes │ │ ├── head-custom-google-analytics.html │ │ └── head-custom.html │ ├── _layouts │ │ └── default.html │ ├── _sass │ │ ├── cayman.scss │ │ ├── jekyll-theme-cayman.scss │ │ ├── normalize.scss │ │ ├── rouge-github.scss │ │ └── variables.scss │ └── assets │ │ └── css │ │ └── style.scss ├── jekyll-theme-dinky-0.2.0 │ ├── LICENSE │ ├── README.md │ ├── _includes │ │ ├── head-custom-google-analytics.html │ │ └── head-custom.html │ ├── _layouts │ │ └── default.html │ ├── _sass │ │ ├── dinky.scss │ │ ├── jekyll-theme-dinky.scss │ │ └── rouge-github.scss │ └── assets │ │ ├── css │ │ └── style.scss │ │ ├── images │ │ ├── arrow-down.png │ │ └── octocat-small.png │ │ └── js │ │ └── scale.fix.js ├── jekyll-theme-hacker-0.2.0 │ ├── LICENSE │ ├── README.md │ ├── _includes │ │ ├── head-custom-google-analytics.html │ │ ├── head-custom-theme-colors.html │ │ └── head-custom.html │ ├── _layouts │ │ ├── default.html │ │ └── post.html │ ├── _sass │ │ ├── _default_colors.scss │ │ ├── hacker.scss │ │ ├── jekyll-theme-hacker.scss │ │ └── rouge-base16-dark.scss │ └── assets │ │ ├── css │ │ └── style.scss │ │ └── images │ │ ├── bkg.png │ │ ├── blacktocat.png │ │ └── bullet.png ├── jekyll-theme-leap-day-0.2.0 │ ├── LICENSE │ ├── README.md │ ├── _includes │ │ ├── head-custom-google-analytics.html │ │ └── head-custom.html │ ├── _layouts │ │ └── default.html │ ├── _sass │ │ ├── fonts.scss │ │ ├── jekyll-theme-leap-day.scss │ │ ├── leap-day.scss │ │ ├── normalize.scss │ │ └── rouge-base16-dark.scss │ └── assets │ │ ├── css │ │ └── style.scss │ │ ├── fonts │ │ ├── copse-regular-webfont.eot │ │ ├── copse-regular-webfont.svg │ │ ├── copse-regular-webfont.ttf │ │ ├── copse-regular-webfont.woff │ │ ├── quattrocentosans-bold-webfont.eot │ │ ├── quattrocentosans-bold-webfont.svg │ │ ├── quattrocentosans-bold-webfont.ttf │ │ ├── quattrocentosans-bold-webfont.woff │ │ ├── quattrocentosans-bolditalic-webfont.eot │ │ ├── quattrocentosans-bolditalic-webfont.svg │ │ ├── quattrocentosans-bolditalic-webfont.ttf │ │ ├── quattrocentosans-bolditalic-webfont.woff │ │ ├── quattrocentosans-italic-webfont.eot │ │ ├── quattrocentosans-italic-webfont.svg │ │ ├── quattrocentosans-italic-webfont.ttf │ │ ├── quattrocentosans-italic-webfont.woff │ │ ├── quattrocentosans-regular-webfont.eot │ │ ├── quattrocentosans-regular-webfont.svg │ │ ├── quattrocentosans-regular-webfont.ttf │ │ └── quattrocentosans-regular-webfont.woff │ │ ├── images │ │ ├── background.png │ │ ├── body-background.png │ │ ├── bullet.png │ │ ├── hr.gif │ │ └── octocat-logo.svg │ │ └── js │ │ └── main.js ├── jekyll-theme-merlot-0.2.0 │ ├── LICENSE │ ├── README.md │ ├── _includes │ │ ├── head-custom-google-analytics.html │ │ └── head-custom.html │ ├── _layouts │ │ └── default.html │ ├── _sass │ │ ├── jekyll-theme-merlot.scss │ │ ├── merlot.scss │ │ ├── rouge-base16-solarized.scss │ │ └── screen.scss │ └── assets │ │ ├── css │ │ ├── mobile.css │ │ ├── non-screen.css │ │ └── style.scss │ │ ├── fonts │ │ ├── opensans-bold-webfont.eot │ │ ├── opensans-bold-webfont.svg │ │ ├── opensans-bold-webfont.ttf │ │ ├── opensans-bold-webfont.woff │ │ ├── opensans-bolditalic-webfont.eot │ │ ├── opensans-bolditalic-webfont.svg │ │ ├── opensans-bolditalic-webfont.ttf │ │ ├── opensans-bolditalic-webfont.woff │ │ ├── opensans-extrabold-webfont.eot │ │ ├── opensans-extrabold-webfont.svg │ │ ├── opensans-extrabold-webfont.ttf │ │ ├── opensans-extrabold-webfont.woff │ │ ├── opensans-italic-webfont.eot │ │ ├── opensans-italic-webfont.svg │ │ ├── opensans-italic-webfont.ttf │ │ ├── opensans-italic-webfont.woff │ │ ├── opensans-regular-webfont.eot │ │ ├── opensans-regular-webfont.svg │ │ ├── opensans-regular-webfont.ttf │ │ └── opensans-regular-webfont.woff │ │ ├── images │ │ ├── bg-ramp.jpg │ │ ├── blockquote-gfx-2x.png │ │ ├── blockquote-gfx.png │ │ ├── chevron-2x.png │ │ ├── chevron.png │ │ ├── download-fallback-bg.png │ │ ├── download-sprite.png │ │ ├── footer-ramp.jpg │ │ ├── fork-sprite.png │ │ ├── hr-2x.jpg │ │ ├── hr.jpg │ │ ├── octocat-2x.png │ │ ├── octocat.png │ │ ├── ribbon-tail-sprite-2x.png │ │ ├── ribbon-tail-sprite.png │ │ ├── shield-fallback.png │ │ ├── shield.png │ │ ├── site-2.png │ │ ├── small-ribbon-tail-sprite-2x.png │ │ └── small-ribbon-tail-sprite.png │ │ └── js │ │ ├── headsmart.min.js │ │ └── modernizr.js ├── jekyll-theme-midnight-0.2.0 │ ├── LICENSE │ ├── README.md │ ├── _includes │ │ ├── head-custom-google-analytics.html │ │ ├── head-custom-theme-colors.html │ │ └── head-custom.html │ ├── _layouts │ │ └── default.html │ ├── _sass │ │ ├── fonts.scss │ │ ├── jekyll-theme-midnight.scss │ │ ├── midnight.scss │ │ ├── normalize.scss │ │ └── rouge-base16-dark.scss │ └── assets │ │ ├── css │ │ ├── ie.scss │ │ └── style.scss │ │ ├── fonts │ │ ├── OpenSans-Bold-webfont.eot │ │ ├── OpenSans-Bold-webfont.svg │ │ ├── OpenSans-Bold-webfont.ttf │ │ ├── OpenSans-Bold-webfont.woff │ │ ├── OpenSans-BoldItalic-webfont.eot │ │ ├── OpenSans-BoldItalic-webfont.svg │ │ ├── OpenSans-BoldItalic-webfont.ttf │ │ ├── OpenSans-BoldItalic-webfont.woff │ │ ├── OpenSans-Italic-webfont.eot │ │ ├── OpenSans-Italic-webfont.svg │ │ ├── OpenSans-Italic-webfont.ttf │ │ ├── OpenSans-Italic-webfont.woff │ │ ├── OpenSans-Light-webfont.eot │ │ ├── OpenSans-Light-webfont.svg │ │ ├── OpenSans-Light-webfont.ttf │ │ ├── OpenSans-Light-webfont.woff │ │ ├── OpenSans-LightItalic-webfont.eot │ │ ├── OpenSans-LightItalic-webfont.svg │ │ ├── OpenSans-LightItalic-webfont.ttf │ │ ├── OpenSans-LightItalic-webfont.woff │ │ ├── OpenSans-Regular-webfont.eot │ │ ├── OpenSans-Regular-webfont.svg │ │ ├── OpenSans-Regular-webfont.ttf │ │ ├── OpenSans-Regular-webfont.woff │ │ ├── OpenSans-Semibold-webfont.eot │ │ ├── OpenSans-Semibold-webfont.svg │ │ ├── OpenSans-Semibold-webfont.ttf │ │ ├── OpenSans-Semibold-webfont.woff │ │ ├── OpenSans-SemiboldItalic-webfont.eot │ │ ├── OpenSans-SemiboldItalic-webfont.svg │ │ ├── OpenSans-SemiboldItalic-webfont.ttf │ │ └── OpenSans-SemiboldItalic-webfont.woff │ │ ├── images │ │ ├── bullet.png │ │ ├── hr.gif │ │ └── nav-bg.gif │ │ └── js │ │ └── respond.js ├── jekyll-theme-minimal-0.2.0 │ ├── LICENSE │ ├── README.md │ ├── _includes │ │ ├── head-custom-google-analytics.html │ │ └── head-custom.html │ ├── _layouts │ │ ├── default.html │ │ └── post.html │ ├── _sass │ │ ├── fonts.scss │ │ ├── jekyll-theme-minimal.scss │ │ ├── minimal.scss │ │ └── rouge-github.scss │ └── assets │ │ ├── css │ │ └── style.scss │ │ ├── fonts │ │ ├── Noto-Sans-700 │ │ │ ├── Noto-Sans-700.eot │ │ │ ├── Noto-Sans-700.svg │ │ │ ├── Noto-Sans-700.ttf │ │ │ ├── Noto-Sans-700.woff │ │ │ └── Noto-Sans-700.woff2 │ │ ├── Noto-Sans-700italic │ │ │ ├── Noto-Sans-700italic.eot │ │ │ ├── Noto-Sans-700italic.svg │ │ │ ├── Noto-Sans-700italic.ttf │ │ │ ├── Noto-Sans-700italic.woff │ │ │ └── Noto-Sans-700italic.woff2 │ │ ├── Noto-Sans-italic │ │ │ ├── Noto-Sans-italic.eot │ │ │ ├── Noto-Sans-italic.svg │ │ │ ├── Noto-Sans-italic.ttf │ │ │ ├── Noto-Sans-italic.woff │ │ │ └── Noto-Sans-italic.woff2 │ │ └── Noto-Sans-regular │ │ │ ├── Noto-Sans-regular.eot │ │ │ ├── Noto-Sans-regular.svg │ │ │ ├── Noto-Sans-regular.ttf │ │ │ ├── Noto-Sans-regular.woff │ │ │ └── Noto-Sans-regular.woff2 │ │ ├── img │ │ └── logo.png │ │ └── js │ │ └── scale.fix.js ├── jekyll-theme-modernist-0.2.0 │ ├── LICENSE │ ├── README.md │ ├── _includes │ │ ├── head-custom-google-analytics.html │ │ └── head-custom.html │ ├── _layouts │ │ └── default.html │ ├── _sass │ │ ├── jekyll-theme-modernist.scss │ │ ├── modernist.scss │ │ └── rouge-base16-dark.scss │ └── assets │ │ ├── css │ │ └── style.scss │ │ ├── images │ │ └── checker.png │ │ └── js │ │ └── scale.fix.js ├── jekyll-theme-primer-0.6.0 │ ├── LICENSE.md │ ├── README.md │ ├── _includes │ │ ├── .gitkeep │ │ ├── head-custom-google-analytics.html │ │ └── head-custom.html │ ├── _layouts │ │ ├── default.html │ │ ├── home.html │ │ ├── page.html │ │ └── post.html │ ├── _sass │ │ ├── jekyll-theme-primer.scss │ │ ├── primer-base │ │ │ ├── index.scss │ │ │ └── lib │ │ │ │ ├── base.scss │ │ │ │ ├── normalize.scss │ │ │ │ └── typography-base.scss │ │ ├── primer-layout │ │ │ ├── index.scss │ │ │ └── lib │ │ │ │ ├── columns.scss │ │ │ │ ├── container.scss │ │ │ │ ├── grid-offset.scss │ │ │ │ └── grid.scss │ │ ├── primer-markdown │ │ │ ├── index.scss │ │ │ └── lib │ │ │ │ ├── blob-csv.scss │ │ │ │ ├── code.scss │ │ │ │ ├── headings.scss │ │ │ │ ├── images.scss │ │ │ │ ├── lists.scss │ │ │ │ ├── markdown-body.scss │ │ │ │ └── tables.scss │ │ ├── primer-support │ │ │ ├── index.scss │ │ │ └── lib │ │ │ │ ├── mixins │ │ │ │ ├── buttons.scss │ │ │ │ ├── layout.scss │ │ │ │ ├── misc.scss │ │ │ │ └── typography.scss │ │ │ │ └── variables │ │ │ │ ├── color-system.scss │ │ │ │ ├── colors.scss │ │ │ │ ├── layout.scss │ │ │ │ ├── misc.scss │ │ │ │ └── typography.scss │ │ ├── primer-utilities │ │ │ ├── index.scss │ │ │ └── lib │ │ │ │ ├── animations.scss │ │ │ │ ├── borders.scss │ │ │ │ ├── box-shadow.scss │ │ │ │ ├── colors.scss │ │ │ │ ├── details.scss │ │ │ │ ├── flexbox.scss │ │ │ │ ├── layout.scss │ │ │ │ ├── margin.scss │ │ │ │ ├── padding.scss │ │ │ │ ├── typography.scss │ │ │ │ └── visibility-display.scss │ │ ├── primer.scss │ │ └── rouge.scss │ └── assets │ │ └── css │ │ └── style.scss ├── jekyll-theme-slate-0.2.0 │ ├── LICENSE │ ├── README.md │ ├── _includes │ │ ├── head-custom-google-analytics.html │ │ └── head-custom.html │ ├── _layouts │ │ └── default.html │ ├── _sass │ │ ├── jekyll-theme-slate.scss │ │ ├── rouge-github.scss │ │ └── slate.scss │ └── assets │ │ ├── css │ │ └── style.scss │ │ └── images │ │ ├── bg_hr.png │ │ ├── blacktocat.png │ │ ├── icon_download.png │ │ └── sprite_download.png ├── jekyll-theme-tactile-0.2.0 │ ├── LICENSE │ ├── README.md │ ├── _includes │ │ ├── head-custom-google-analytics.html │ │ └── head-custom.html │ ├── _layouts │ │ └── default.html │ ├── _sass │ │ ├── jekyll-theme-tactile.scss │ │ ├── rouge-base16-dark.scss │ │ └── tactile.scss │ └── assets │ │ ├── css │ │ ├── print.css │ │ └── style.scss │ │ └── images │ │ ├── body-bg.png │ │ ├── highlight-bg.jpg │ │ ├── hr.png │ │ ├── octocat-icon.png │ │ ├── tar-gz-icon.png │ │ └── zip-icon.png ├── jekyll-theme-time-machine-0.2.0 │ ├── LICENSE │ ├── README.md │ ├── _includes │ │ ├── head-custom-google-analytics.html │ │ └── head-custom.html │ ├── _layouts │ │ └── default.html │ ├── _sass │ │ ├── jekyll-theme-time-machine.scss │ │ ├── normalize.scss │ │ ├── rouge-base16-dark.scss │ │ └── time-machine.scss │ └── assets │ │ ├── css │ │ └── style.scss │ │ ├── images │ │ ├── code.png │ │ ├── pattern.png │ │ ├── tar.png │ │ ├── top.png │ │ └── zip.png │ │ └── js │ │ └── script.js ├── jekyll-titles-from-headings-0.5.3 │ ├── LICENSE.md │ ├── README.md │ └── lib │ │ ├── jekyll-titles-from-headings.rb │ │ └── jekyll-titles-from-headings │ │ ├── context.rb │ │ ├── filters.rb │ │ ├── generator.rb │ │ └── version.rb ├── jekyll-watch-2.2.1 │ └── lib │ │ ├── jekyll-watch.rb │ │ ├── jekyll-watch │ │ └── version.rb │ │ └── jekyll │ │ ├── commands │ │ └── watch.rb │ │ └── watcher.rb ├── jemoji-0.13.0 │ └── lib │ │ └── jemoji.rb ├── kramdown-2.4.0 │ ├── AUTHORS │ ├── CONTRIBUTERS │ ├── COPYING │ ├── README.md │ ├── VERSION │ ├── bin │ │ └── kramdown │ ├── data │ │ └── kramdown │ │ │ ├── document.html │ │ │ └── document.latex │ ├── lib │ │ ├── kramdown.rb │ │ └── kramdown │ │ │ ├── converter.rb │ │ │ ├── converter │ │ │ ├── base.rb │ │ │ ├── hash_ast.rb │ │ │ ├── html.rb │ │ │ ├── kramdown.rb │ │ │ ├── latex.rb │ │ │ ├── man.rb │ │ │ ├── math_engine │ │ │ │ └── mathjax.rb │ │ │ ├── remove_html_tags.rb │ │ │ ├── syntax_highlighter.rb │ │ │ ├── syntax_highlighter │ │ │ │ ├── minted.rb │ │ │ │ └── rouge.rb │ │ │ └── toc.rb │ │ │ ├── document.rb │ │ │ ├── element.rb │ │ │ ├── error.rb │ │ │ ├── options.rb │ │ │ ├── parser.rb │ │ │ ├── parser │ │ │ ├── base.rb │ │ │ ├── html.rb │ │ │ ├── kramdown.rb │ │ │ ├── kramdown │ │ │ │ ├── abbreviation.rb │ │ │ │ ├── autolink.rb │ │ │ │ ├── blank_line.rb │ │ │ │ ├── block_boundary.rb │ │ │ │ ├── blockquote.rb │ │ │ │ ├── codeblock.rb │ │ │ │ ├── codespan.rb │ │ │ │ ├── emphasis.rb │ │ │ │ ├── eob.rb │ │ │ │ ├── escaped_chars.rb │ │ │ │ ├── extensions.rb │ │ │ │ ├── footnote.rb │ │ │ │ ├── header.rb │ │ │ │ ├── horizontal_rule.rb │ │ │ │ ├── html.rb │ │ │ │ ├── html_entity.rb │ │ │ │ ├── line_break.rb │ │ │ │ ├── link.rb │ │ │ │ ├── list.rb │ │ │ │ ├── math.rb │ │ │ │ ├── paragraph.rb │ │ │ │ ├── smart_quotes.rb │ │ │ │ ├── table.rb │ │ │ │ └── typographic_symbol.rb │ │ │ └── markdown.rb │ │ │ ├── utils.rb │ │ │ ├── utils │ │ │ ├── configurable.rb │ │ │ ├── entities.rb │ │ │ ├── html.rb │ │ │ ├── lru_cache.rb │ │ │ ├── string_scanner.rb │ │ │ └── unidecoder.rb │ │ │ └── version.rb │ ├── man │ │ └── man1 │ │ │ └── kramdown.1 │ └── test │ │ ├── run_tests.rb │ │ ├── test_files.rb │ │ ├── test_location.rb │ │ ├── test_string_scanner_kramdown.rb │ │ └── testcases │ │ ├── block │ │ ├── 01_blank_line │ │ │ ├── spaces.html │ │ │ ├── spaces.text │ │ │ ├── tabs.html │ │ │ └── tabs.text │ │ ├── 02_eob │ │ │ ├── beginning.html │ │ │ ├── beginning.text │ │ │ ├── end.html │ │ │ ├── end.text │ │ │ ├── middle.html │ │ │ └── middle.text │ │ ├── 03_paragraph │ │ │ ├── indented.html │ │ │ ├── indented.html.gfm │ │ │ ├── indented.text │ │ │ ├── line_break_last_line.html │ │ │ ├── line_break_last_line.text │ │ │ ├── no_newline_at_end.html │ │ │ ├── no_newline_at_end.text │ │ │ ├── one_para.html │ │ │ ├── one_para.text │ │ │ ├── standalone_image.html │ │ │ ├── standalone_image.text │ │ │ ├── to_kramdown.kramdown │ │ │ ├── to_kramdown.text │ │ │ ├── two_para.html │ │ │ ├── two_para.text │ │ │ ├── with_html_to_native.html │ │ │ ├── with_html_to_native.options │ │ │ └── with_html_to_native.text │ │ ├── 04_header │ │ │ ├── atx_header.html │ │ │ ├── atx_header.text │ │ │ ├── atx_header_no_newline_at_end.html │ │ │ ├── atx_header_no_newline_at_end.text │ │ │ ├── header_type_offset.html │ │ │ ├── header_type_offset.kramdown │ │ │ ├── header_type_offset.latex │ │ │ ├── header_type_offset.options │ │ │ ├── header_type_offset.text │ │ │ ├── setext_header.html │ │ │ ├── setext_header.text │ │ │ ├── setext_header_no_newline_at_end.html │ │ │ ├── setext_header_no_newline_at_end.text │ │ │ ├── with_auto_id_prefix.html │ │ │ ├── with_auto_id_prefix.options │ │ │ ├── with_auto_id_prefix.text │ │ │ ├── with_auto_id_stripping.html │ │ │ ├── with_auto_id_stripping.options │ │ │ ├── with_auto_id_stripping.text │ │ │ ├── with_auto_ids.html │ │ │ ├── with_auto_ids.options │ │ │ └── with_auto_ids.text │ │ ├── 05_blockquote │ │ │ ├── indented.html │ │ │ ├── indented.text │ │ │ ├── lazy.html │ │ │ ├── lazy.text │ │ │ ├── nested.html │ │ │ ├── nested.text │ │ │ ├── no_newline_at_end.html │ │ │ ├── no_newline_at_end.text │ │ │ ├── very_long_line.html │ │ │ ├── very_long_line.text │ │ │ ├── with_code_blocks.html │ │ │ └── with_code_blocks.text │ │ ├── 06_codeblock │ │ │ ├── disable-highlighting.html │ │ │ ├── disable-highlighting.options │ │ │ ├── disable-highlighting.text │ │ │ ├── error.html │ │ │ ├── error.text │ │ │ ├── guess_lang_css_class.html │ │ │ ├── guess_lang_css_class.options │ │ │ ├── guess_lang_css_class.text │ │ │ ├── highlighting-minted-with-opts.latex │ │ │ ├── highlighting-minted-with-opts.options │ │ │ ├── highlighting-minted-with-opts.text │ │ │ ├── highlighting-minted.latex │ │ │ ├── highlighting-minted.options │ │ │ ├── highlighting-minted.text │ │ │ ├── highlighting-opts.html │ │ │ ├── highlighting-opts.options │ │ │ ├── highlighting-opts.text │ │ │ ├── highlighting.html │ │ │ ├── highlighting.options │ │ │ ├── highlighting.text │ │ │ ├── issue_gh45.html │ │ │ ├── issue_gh45.test │ │ │ ├── lazy.html │ │ │ ├── lazy.text │ │ │ ├── no_newline_at_end.html │ │ │ ├── no_newline_at_end.text │ │ │ ├── no_newline_at_end_1.html │ │ │ ├── no_newline_at_end_1.text │ │ │ ├── normal.html │ │ │ ├── normal.text │ │ │ ├── rouge │ │ │ │ ├── disabled.html │ │ │ │ ├── disabled.options │ │ │ │ ├── disabled.text │ │ │ │ ├── multiple.html │ │ │ │ ├── multiple.options │ │ │ │ ├── multiple.text │ │ │ │ ├── simple.html │ │ │ │ ├── simple.options │ │ │ │ └── simple.text │ │ │ ├── tilde_syntax.html │ │ │ ├── tilde_syntax.text │ │ │ ├── whitespace.html │ │ │ ├── whitespace.text │ │ │ ├── with_blank_line.html │ │ │ ├── with_blank_line.text │ │ │ ├── with_eob_marker.html │ │ │ ├── with_eob_marker.text │ │ │ ├── with_ial.html │ │ │ ├── with_ial.text │ │ │ ├── with_lang_in_fenced_block.html │ │ │ ├── with_lang_in_fenced_block.options │ │ │ ├── with_lang_in_fenced_block.text │ │ │ ├── with_lang_in_fenced_block_any_char.html │ │ │ ├── with_lang_in_fenced_block_any_char.options │ │ │ ├── with_lang_in_fenced_block_any_char.text │ │ │ ├── with_lang_in_fenced_block_name_with_dash.html │ │ │ ├── with_lang_in_fenced_block_name_with_dash.options │ │ │ └── with_lang_in_fenced_block_name_with_dash.text │ │ ├── 07_horizontal_rule │ │ │ ├── error.html │ │ │ ├── error.text │ │ │ ├── normal.html │ │ │ ├── normal.text │ │ │ ├── sepspaces.html │ │ │ ├── sepspaces.text │ │ │ ├── septabs.html │ │ │ └── septabs.text │ │ ├── 08_list │ │ │ ├── brackets_in_item.latex │ │ │ ├── brackets_in_item.text │ │ │ ├── escaping.html │ │ │ ├── escaping.text │ │ │ ├── item_ial.html │ │ │ ├── item_ial.text │ │ │ ├── lazy.html │ │ │ ├── lazy.text │ │ │ ├── lazy_and_nested.html │ │ │ ├── lazy_and_nested.text │ │ │ ├── list_and_hr.html │ │ │ ├── list_and_hr.text │ │ │ ├── list_and_others.html │ │ │ ├── list_and_others.text │ │ │ ├── mixed.html │ │ │ ├── mixed.text │ │ │ ├── nested.html │ │ │ ├── nested.text │ │ │ ├── other_first_element.html │ │ │ ├── other_first_element.text │ │ │ ├── simple_ol.html │ │ │ ├── simple_ol.text │ │ │ ├── simple_ul.html │ │ │ ├── simple_ul.text │ │ │ ├── single_item.html │ │ │ ├── single_item.text │ │ │ ├── special_cases.html │ │ │ └── special_cases.text │ │ ├── 09_html │ │ │ ├── comment.html │ │ │ ├── comment.text │ │ │ ├── content_model │ │ │ │ ├── deflists.html │ │ │ │ ├── deflists.options │ │ │ │ ├── deflists.text │ │ │ │ ├── tables.html │ │ │ │ ├── tables.options │ │ │ │ └── tables.text │ │ │ ├── html5_attributes.html │ │ │ ├── html5_attributes.text │ │ │ ├── html_after_block.html │ │ │ ├── html_after_block.text │ │ │ ├── html_and_codeblocks.html │ │ │ ├── html_and_codeblocks.options │ │ │ ├── html_and_codeblocks.text │ │ │ ├── html_and_headers.html │ │ │ ├── html_and_headers.text │ │ │ ├── html_to_native │ │ │ │ ├── code.html │ │ │ │ ├── code.text │ │ │ │ ├── comment.html │ │ │ │ ├── comment.text │ │ │ │ ├── emphasis.html │ │ │ │ ├── emphasis.text │ │ │ │ ├── entity.html │ │ │ │ ├── entity.text │ │ │ │ ├── header.html │ │ │ │ ├── header.options │ │ │ │ ├── header.text │ │ │ │ ├── list_dl.html │ │ │ │ ├── list_dl.text │ │ │ │ ├── list_ol.html │ │ │ │ ├── list_ol.text │ │ │ │ ├── list_ul.html │ │ │ │ ├── list_ul.text │ │ │ │ ├── options │ │ │ │ ├── paragraph.html │ │ │ │ ├── paragraph.text │ │ │ │ ├── table_normal.html │ │ │ │ ├── table_normal.text │ │ │ │ ├── table_simple.html │ │ │ │ ├── table_simple.text │ │ │ │ ├── typography.html │ │ │ │ └── typography.text │ │ │ ├── invalid_html_1.html │ │ │ ├── invalid_html_1.text │ │ │ ├── invalid_html_2.html │ │ │ ├── invalid_html_2.text │ │ │ ├── markdown_attr.html │ │ │ ├── markdown_attr.text │ │ │ ├── not_parsed.html │ │ │ ├── not_parsed.text │ │ │ ├── parse_as_raw.html │ │ │ ├── parse_as_raw.htmlinput │ │ │ ├── parse_as_raw.options │ │ │ ├── parse_as_raw.text │ │ │ ├── parse_as_span.html │ │ │ ├── parse_as_span.htmlinput │ │ │ ├── parse_as_span.options │ │ │ ├── parse_as_span.text │ │ │ ├── parse_block_html.html │ │ │ ├── parse_block_html.options │ │ │ ├── parse_block_html.text │ │ │ ├── processing_instruction.html │ │ │ ├── processing_instruction.text │ │ │ ├── simple.html │ │ │ ├── simple.options │ │ │ ├── simple.text │ │ │ ├── standalone_image_in_div.htmlinput │ │ │ ├── standalone_image_in_div.text │ │ │ ├── table.kramdown │ │ │ ├── table.text │ │ │ ├── textarea.html │ │ │ ├── textarea.text │ │ │ ├── xml.html │ │ │ └── xml.text │ │ ├── 10_ald │ │ │ ├── simple.html │ │ │ └── simple.text │ │ ├── 11_ial │ │ │ ├── auto_id_and_ial.html │ │ │ ├── auto_id_and_ial.options │ │ │ ├── auto_id_and_ial.text │ │ │ ├── nested.html │ │ │ ├── nested.text │ │ │ ├── simple.html │ │ │ └── simple.text │ │ ├── 12_extension │ │ │ ├── comment.html │ │ │ ├── comment.text │ │ │ ├── ignored.html │ │ │ ├── ignored.text │ │ │ ├── nomarkdown.html │ │ │ ├── nomarkdown.kramdown │ │ │ ├── nomarkdown.latex │ │ │ ├── nomarkdown.text │ │ │ ├── options.html │ │ │ ├── options.text │ │ │ ├── options2.html │ │ │ ├── options2.text │ │ │ ├── options3.html │ │ │ └── options3.text │ │ ├── 13_definition_list │ │ │ ├── auto_ids.html │ │ │ ├── auto_ids.text │ │ │ ├── definition_at_beginning.html │ │ │ ├── definition_at_beginning.text │ │ │ ├── deflist_ial.html │ │ │ ├── deflist_ial.text │ │ │ ├── item_ial.html │ │ │ ├── item_ial.text │ │ │ ├── multiple_terms.html │ │ │ ├── multiple_terms.text │ │ │ ├── no_def_list.html │ │ │ ├── no_def_list.text │ │ │ ├── para_wrapping.html │ │ │ ├── para_wrapping.text │ │ │ ├── separated_by_eob.html │ │ │ ├── separated_by_eob.text │ │ │ ├── simple.html │ │ │ ├── simple.text │ │ │ ├── styled_terms.html │ │ │ ├── styled_terms.text │ │ │ ├── too_much_space.html │ │ │ ├── too_much_space.text │ │ │ ├── with_blocks.html │ │ │ └── with_blocks.text │ │ ├── 14_table │ │ │ ├── empty_tag_in_cell.html │ │ │ ├── empty_tag_in_cell.options │ │ │ ├── empty_tag_in_cell.text │ │ │ ├── errors.html │ │ │ ├── errors.text │ │ │ ├── escaping.html │ │ │ ├── escaping.text │ │ │ ├── footer.html │ │ │ ├── footer.text │ │ │ ├── header.html │ │ │ ├── header.text │ │ │ ├── no_table.html │ │ │ ├── no_table.text │ │ │ ├── simple.html │ │ │ ├── simple.text │ │ │ ├── table_with_footnote.html │ │ │ ├── table_with_footnote.latex │ │ │ └── table_with_footnote.text │ │ ├── 15_math │ │ │ ├── gh_128.html │ │ │ ├── gh_128.text │ │ │ ├── no_engine.html │ │ │ ├── no_engine.options │ │ │ ├── no_engine.text │ │ │ ├── normal.html │ │ │ └── normal.text │ │ └── 16_toc │ │ │ ├── no_toc.html │ │ │ ├── no_toc.text │ │ │ ├── toc_exclude.html │ │ │ ├── toc_exclude.options │ │ │ ├── toc_exclude.text │ │ │ ├── toc_levels.html │ │ │ ├── toc_levels.options │ │ │ ├── toc_levels.text │ │ │ ├── toc_with_footnotes.html │ │ │ ├── toc_with_footnotes.options │ │ │ ├── toc_with_footnotes.text │ │ │ ├── toc_with_links.html │ │ │ ├── toc_with_links.options │ │ │ └── toc_with_links.text │ │ ├── cjk-line-break.html │ │ ├── cjk-line-break.options │ │ ├── cjk-line-break.text │ │ ├── encoding.html │ │ ├── encoding.text │ │ ├── man │ │ ├── example.man │ │ ├── example.text │ │ ├── heading-name-dash-description.man │ │ ├── heading-name-dash-description.text │ │ ├── heading-name-description.man │ │ ├── heading-name-description.text │ │ ├── heading-name-section-description.man │ │ ├── heading-name-section-description.text │ │ ├── heading-name-section.man │ │ ├── heading-name-section.text │ │ ├── heading-name.man │ │ ├── heading-name.text │ │ ├── sections.man │ │ ├── sections.text │ │ ├── text-escaping.man │ │ └── text-escaping.text │ │ └── span │ │ ├── 01_link │ │ ├── empty.html │ │ ├── empty.text │ │ ├── empty_title.htmlinput │ │ ├── empty_title.text │ │ ├── image_in_a.html │ │ ├── image_in_a.text │ │ ├── imagelinks.html │ │ ├── imagelinks.text │ │ ├── inline.html │ │ ├── inline.text │ │ ├── latex_escaping.latex │ │ ├── latex_escaping.text │ │ ├── link_defs.html │ │ ├── link_defs.text │ │ ├── link_defs_with_ial.html │ │ ├── link_defs_with_ial.text │ │ ├── links_with_angle_brackets.html │ │ ├── links_with_angle_brackets.text │ │ ├── reference.html │ │ ├── reference.options │ │ └── reference.text │ │ ├── 02_emphasis │ │ ├── empty.html │ │ ├── empty.text │ │ ├── errors.html │ │ ├── errors.text │ │ ├── nesting.html │ │ ├── nesting.text │ │ ├── normal.html │ │ ├── normal.options │ │ └── normal.text │ │ ├── 03_codespan │ │ ├── empty.html │ │ ├── empty.text │ │ ├── errors.html │ │ ├── errors.text │ │ ├── highlighting-minted.latex │ │ ├── highlighting-minted.options │ │ ├── highlighting-minted.text │ │ ├── highlighting.html │ │ ├── highlighting.text │ │ ├── normal-css-class.html │ │ ├── normal-css-class.options │ │ ├── normal-css-class.text │ │ ├── normal.html │ │ ├── normal.text │ │ └── rouge │ │ │ ├── disabled.html │ │ │ ├── disabled.options │ │ │ ├── disabled.text │ │ │ ├── simple.html │ │ │ ├── simple.options │ │ │ └── simple.text │ │ ├── 04_footnote │ │ ├── backlink_inline.html │ │ ├── backlink_inline.options │ │ ├── backlink_inline.text │ │ ├── backlink_text.html │ │ ├── backlink_text.options │ │ ├── backlink_text.text │ │ ├── definitions.html │ │ ├── definitions.latex │ │ ├── definitions.text │ │ ├── footnote_nr.html │ │ ├── footnote_nr.latex │ │ ├── footnote_nr.options │ │ ├── footnote_nr.text │ │ ├── footnote_prefix.html │ │ ├── footnote_prefix.options │ │ ├── footnote_prefix.text │ │ ├── inside_footnote.html │ │ ├── inside_footnote.text │ │ ├── markers.html │ │ ├── markers.latex │ │ ├── markers.options │ │ ├── markers.text │ │ ├── placement.html │ │ ├── placement.options │ │ ├── placement.text │ │ ├── regexp_problem.html │ │ ├── regexp_problem.options │ │ ├── regexp_problem.text │ │ ├── without_backlink.html │ │ ├── without_backlink.options │ │ └── without_backlink.text │ │ ├── 05_html │ │ ├── across_lines.html │ │ ├── across_lines.text │ │ ├── button.html │ │ ├── button.text │ │ ├── invalid.html │ │ ├── invalid.text │ │ ├── link_with_mailto.html │ │ ├── link_with_mailto.text │ │ ├── mark_element.html │ │ ├── mark_element.text │ │ ├── markdown_attr.html │ │ ├── markdown_attr.text │ │ ├── normal.html │ │ ├── normal.text │ │ ├── raw_span_elements.html │ │ ├── raw_span_elements.text │ │ ├── xml.html │ │ └── xml.text │ │ ├── abbreviations │ │ ├── abbrev.html │ │ ├── abbrev.text │ │ ├── abbrev_defs.html │ │ ├── abbrev_defs.text │ │ ├── abbrev_in_html.html │ │ ├── abbrev_in_html.text │ │ ├── in_footnote.html │ │ └── in_footnote.text │ │ ├── autolinks │ │ ├── url_links.html │ │ └── url_links.text │ │ ├── escaped_chars │ │ ├── normal.html │ │ └── normal.text │ │ ├── extension │ │ ├── comment.html │ │ ├── comment.text │ │ ├── ignored.html │ │ ├── ignored.text │ │ ├── nomarkdown.html │ │ ├── nomarkdown.text │ │ ├── options.html │ │ └── options.text │ │ ├── ial │ │ ├── simple.html │ │ └── simple.text │ │ ├── line_breaks │ │ ├── normal.html │ │ ├── normal.latex │ │ └── normal.text │ │ ├── math │ │ ├── no_engine.html │ │ ├── no_engine.options │ │ ├── no_engine.text │ │ ├── normal.html │ │ └── normal.text │ │ └── text_substitutions │ │ ├── entities.html │ │ ├── entities.options │ │ ├── entities.text │ │ ├── entities_as_char.html │ │ ├── entities_as_char.options │ │ ├── entities_as_char.text │ │ ├── entities_as_input.html │ │ ├── entities_as_input.options │ │ ├── entities_as_input.text │ │ ├── entities_numeric.html │ │ ├── entities_numeric.options │ │ ├── entities_numeric.text │ │ ├── entities_symbolic.html │ │ ├── entities_symbolic.options │ │ ├── entities_symbolic.text │ │ ├── greaterthan.html │ │ ├── greaterthan.text │ │ ├── lowerthan.html │ │ ├── lowerthan.text │ │ ├── typography.html │ │ ├── typography.options │ │ ├── typography.text │ │ ├── typography_subst.html │ │ ├── typography_subst.latex │ │ ├── typography_subst.options │ │ └── typography_subst.text ├── kramdown-parser-gfm-1.1.0 │ ├── CONTRIBUTERS │ ├── COPYING │ ├── VERSION │ ├── lib │ │ ├── kramdown-parser-gfm.rb │ │ └── kramdown │ │ │ └── parser │ │ │ ├── gfm.rb │ │ │ └── gfm │ │ │ └── options.rb │ └── test │ │ ├── test_files.rb │ │ └── testcases │ │ ├── atx_header.html │ │ ├── atx_header.text │ │ ├── backticks_syntax.html │ │ ├── backticks_syntax.options │ │ ├── backticks_syntax.text │ │ ├── codeblock_fenced.html │ │ ├── codeblock_fenced.options │ │ ├── codeblock_fenced.text │ │ ├── hard_line_breaks.html │ │ ├── hard_line_breaks.text │ │ ├── hard_line_breaks_off.html │ │ ├── hard_line_breaks_off.options │ │ ├── hard_line_breaks_off.text │ │ ├── header_ids.html │ │ ├── header_ids.options │ │ ├── header_ids.text │ │ ├── header_ids_with_prefix.html │ │ ├── header_ids_with_prefix.options │ │ ├── header_ids_with_prefix.text │ │ ├── no_typographic.html │ │ ├── no_typographic.options │ │ ├── no_typographic.text │ │ ├── paragraph_end-disabled.html │ │ ├── paragraph_end-disabled.options │ │ ├── paragraph_end-disabled.text │ │ ├── paragraph_end.html │ │ ├── paragraph_end.text │ │ ├── strikethrough.html │ │ ├── strikethrough.text │ │ ├── task_list.html │ │ ├── task_list.text │ │ ├── two_para_hard_line_breaks.html │ │ └── two_para_hard_line_breaks.text ├── liquid-4.0.4 │ ├── History.md │ ├── LICENSE │ ├── README.md │ ├── lib │ │ ├── liquid.rb │ │ └── liquid │ │ │ ├── block.rb │ │ │ ├── block_body.rb │ │ │ ├── condition.rb │ │ │ ├── context.rb │ │ │ ├── document.rb │ │ │ ├── drop.rb │ │ │ ├── errors.rb │ │ │ ├── expression.rb │ │ │ ├── extensions.rb │ │ │ ├── file_system.rb │ │ │ ├── forloop_drop.rb │ │ │ ├── i18n.rb │ │ │ ├── interrupts.rb │ │ │ ├── lexer.rb │ │ │ ├── locales │ │ │ └── en.yml │ │ │ ├── parse_context.rb │ │ │ ├── parse_tree_visitor.rb │ │ │ ├── parser.rb │ │ │ ├── parser_switching.rb │ │ │ ├── profiler.rb │ │ │ ├── profiler │ │ │ └── hooks.rb │ │ │ ├── range_lookup.rb │ │ │ ├── resource_limits.rb │ │ │ ├── standardfilters.rb │ │ │ ├── strainer.rb │ │ │ ├── tablerowloop_drop.rb │ │ │ ├── tag.rb │ │ │ ├── tags │ │ │ ├── assign.rb │ │ │ ├── break.rb │ │ │ ├── capture.rb │ │ │ ├── case.rb │ │ │ ├── comment.rb │ │ │ ├── continue.rb │ │ │ ├── cycle.rb │ │ │ ├── decrement.rb │ │ │ ├── for.rb │ │ │ ├── if.rb │ │ │ ├── ifchanged.rb │ │ │ ├── include.rb │ │ │ ├── increment.rb │ │ │ ├── raw.rb │ │ │ ├── table_row.rb │ │ │ └── unless.rb │ │ │ ├── template.rb │ │ │ ├── tokenizer.rb │ │ │ ├── utils.rb │ │ │ ├── variable.rb │ │ │ ├── variable_lookup.rb │ │ │ └── version.rb │ └── test │ │ ├── fixtures │ │ └── en_locale.yml │ │ ├── integration │ │ ├── assign_test.rb │ │ ├── blank_test.rb │ │ ├── block_test.rb │ │ ├── capture_test.rb │ │ ├── context_test.rb │ │ ├── document_test.rb │ │ ├── drop_test.rb │ │ ├── error_handling_test.rb │ │ ├── filter_test.rb │ │ ├── hash_ordering_test.rb │ │ ├── output_test.rb │ │ ├── parse_tree_visitor_test.rb │ │ ├── parsing_quirks_test.rb │ │ ├── render_profiling_test.rb │ │ ├── security_test.rb │ │ ├── standard_filter_test.rb │ │ ├── tags │ │ │ ├── break_tag_test.rb │ │ │ ├── continue_tag_test.rb │ │ │ ├── for_tag_test.rb │ │ │ ├── if_else_tag_test.rb │ │ │ ├── include_tag_test.rb │ │ │ ├── increment_tag_test.rb │ │ │ ├── raw_tag_test.rb │ │ │ ├── standard_tag_test.rb │ │ │ ├── statements_test.rb │ │ │ ├── table_row_test.rb │ │ │ └── unless_else_tag_test.rb │ │ ├── template_test.rb │ │ ├── trim_mode_test.rb │ │ └── variable_test.rb │ │ ├── test_helper.rb │ │ └── unit │ │ ├── block_unit_test.rb │ │ ├── condition_unit_test.rb │ │ ├── context_unit_test.rb │ │ ├── file_system_unit_test.rb │ │ ├── i18n_unit_test.rb │ │ ├── lexer_unit_test.rb │ │ ├── parser_unit_test.rb │ │ ├── regexp_unit_test.rb │ │ ├── strainer_unit_test.rb │ │ ├── tag_unit_test.rb │ │ ├── tags │ │ ├── case_tag_unit_test.rb │ │ ├── for_tag_unit_test.rb │ │ └── if_tag_unit_test.rb │ │ ├── template_unit_test.rb │ │ ├── tokenizer_unit_test.rb │ │ └── variable_unit_test.rb ├── listen-3.9.0 │ ├── CHANGELOG.md │ ├── CONTRIBUTING.md │ ├── LICENSE.txt │ ├── README.md │ ├── bin │ │ └── listen │ └── lib │ │ ├── listen.rb │ │ └── listen │ │ ├── adapter.rb │ │ ├── adapter │ │ ├── base.rb │ │ ├── bsd.rb │ │ ├── config.rb │ │ ├── darwin.rb │ │ ├── linux.rb │ │ ├── polling.rb │ │ └── windows.rb │ │ ├── backend.rb │ │ ├── change.rb │ │ ├── cli.rb │ │ ├── directory.rb │ │ ├── error.rb │ │ ├── event │ │ ├── config.rb │ │ ├── loop.rb │ │ ├── processor.rb │ │ └── queue.rb │ │ ├── file.rb │ │ ├── fsm.rb │ │ ├── listener.rb │ │ ├── listener │ │ └── config.rb │ │ ├── logger.rb │ │ ├── monotonic_time.rb │ │ ├── options.rb │ │ ├── queue_optimizer.rb │ │ ├── record.rb │ │ ├── record │ │ ├── entry.rb │ │ └── symlink_detector.rb │ │ ├── silencer.rb │ │ ├── silencer │ │ └── controller.rb │ │ ├── thread.rb │ │ └── version.rb ├── logger-1.6.6 │ ├── .github │ │ ├── dependabot.yml │ │ └── workflows │ │ │ ├── push_gem.yml │ │ │ └── test.yml │ ├── .gitignore │ ├── BSDL │ ├── COPYING │ ├── Gemfile │ ├── README.md │ ├── Rakefile │ ├── bin │ │ ├── console │ │ └── setup │ ├── lib │ │ ├── logger.rb │ │ └── logger │ │ │ ├── errors.rb │ │ │ ├── formatter.rb │ │ │ ├── log_device.rb │ │ │ ├── period.rb │ │ │ ├── severity.rb │ │ │ └── version.rb │ └── logger.gemspec ├── mercenary-0.3.6 │ ├── .gitignore │ ├── .rspec │ ├── .travis.yml │ ├── Gemfile │ ├── History.markdown │ ├── LICENSE.txt │ ├── README.md │ ├── Rakefile │ ├── examples │ │ ├── help_dialogue.rb │ │ ├── logging.rb │ │ └── trace.rb │ ├── lib │ │ ├── mercenary.rb │ │ └── mercenary │ │ │ ├── command.rb │ │ │ ├── option.rb │ │ │ ├── presenter.rb │ │ │ ├── program.rb │ │ │ └── version.rb │ ├── mercenary.gemspec │ ├── script │ │ ├── bootstrap │ │ ├── cibuild │ │ ├── console │ │ └── examples │ └── spec │ │ ├── command_spec.rb │ │ ├── option_spec.rb │ │ ├── presenter_spec.rb │ │ ├── program_spec.rb │ │ └── spec_helper.rb ├── mini_portile2-2.8.9 │ ├── .github │ │ ├── FUNDING.yml │ │ └── workflows │ │ │ ├── ci.yml │ │ │ ├── downstream.yml │ │ │ └── upstream.yml │ ├── .gitignore │ ├── CHANGELOG.md │ ├── Gemfile │ ├── LICENSE.txt │ ├── README.md │ ├── Rakefile │ ├── SECURITY.md │ ├── lib │ │ ├── mini_portile2.rb │ │ └── mini_portile2 │ │ │ ├── mini_portile.rb │ │ │ ├── mini_portile_cmake.rb │ │ │ └── version.rb │ ├── mini_portile2.gemspec │ └── test │ │ ├── assets │ │ ├── git │ │ │ └── config │ │ ├── gpg-fixtures │ │ │ ├── data │ │ │ ├── data.asc │ │ │ └── data.invalid.asc │ │ ├── patch 1.diff │ │ ├── pkgconf │ │ │ ├── libxml2 │ │ │ │ └── libxml-2.0.pc │ │ │ └── libxslt │ │ │ │ ├── libexslt.pc │ │ │ │ └── libxslt.pc │ │ ├── test mini portile-1.0.0 │ │ │ └── configure │ │ ├── test-cmake-1.0 │ │ │ ├── CMakeLists.txt │ │ │ └── hello.c │ │ └── test-download-archive.tar.gz │ │ ├── helper.rb │ │ ├── test_activate.rb │ │ ├── test_cmake.rb │ │ ├── test_cook.rb │ │ ├── test_digest.rb │ │ ├── test_download.rb │ │ ├── test_execute.rb │ │ ├── test_mkmf_config.rb │ │ ├── test_proxy.rb │ │ └── test_recipe.rb ├── minima-2.5.1 │ ├── LICENSE.txt │ ├── README.md │ ├── _includes │ │ ├── disqus_comments.html │ │ ├── footer.html │ │ ├── google-analytics.html │ │ ├── head.html │ │ ├── header.html │ │ ├── icon-github.html │ │ ├── icon-github.svg │ │ ├── icon-twitter.html │ │ ├── icon-twitter.svg │ │ └── social.html │ ├── _layouts │ │ ├── default.html │ │ ├── home.html │ │ ├── page.html │ │ └── post.html │ ├── _sass │ │ ├── minima.scss │ │ └── minima │ │ │ ├── _base.scss │ │ │ ├── _layout.scss │ │ │ └── _syntax-highlighting.scss │ └── assets │ │ ├── main.scss │ │ └── minima-social-icons.svg ├── minitest-5.25.4 │ ├── .autotest │ ├── History.rdoc │ ├── Manifest.txt │ ├── README.rdoc │ ├── Rakefile │ ├── design_rationale.rb │ ├── lib │ │ ├── hoe │ │ │ └── minitest.rb │ │ ├── minitest.rb │ │ └── minitest │ │ │ ├── assertions.rb │ │ │ ├── autorun.rb │ │ │ ├── benchmark.rb │ │ │ ├── compress.rb │ │ │ ├── error_on_warning.rb │ │ │ ├── expectations.rb │ │ │ ├── hell.rb │ │ │ ├── manual_plugins.rb │ │ │ ├── mock.rb │ │ │ ├── parallel.rb │ │ │ ├── pride.rb │ │ │ ├── pride_plugin.rb │ │ │ ├── spec.rb │ │ │ ├── test.rb │ │ │ ├── test_task.rb │ │ │ └── unit.rb │ └── test │ │ └── minitest │ │ ├── metametameta.rb │ │ ├── test_minitest_assertions.rb │ │ ├── test_minitest_benchmark.rb │ │ ├── test_minitest_mock.rb │ │ ├── test_minitest_reporter.rb │ │ ├── test_minitest_spec.rb │ │ ├── test_minitest_test.rb │ │ └── test_minitest_test_task.rb ├── nokogiri-1.13.10-x86_64-darwin │ ├── Gemfile │ ├── LICENSE-DEPENDENCIES.md │ ├── LICENSE.md │ ├── README.md │ ├── bin │ │ └── nokogiri │ ├── dependencies.yml │ ├── ext │ │ └── nokogiri │ │ │ ├── depend │ │ │ ├── extconf.rb │ │ │ ├── gumbo.c │ │ │ ├── html4_document.c │ │ │ ├── html4_element_description.c │ │ │ ├── html4_entity_lookup.c │ │ │ ├── html4_sax_parser_context.c │ │ │ ├── html4_sax_push_parser.c │ │ │ ├── include │ │ │ ├── libexslt │ │ │ │ ├── exslt.h │ │ │ │ ├── exsltconfig.h │ │ │ │ └── exsltexports.h │ │ │ ├── libxml2 │ │ │ │ └── libxml │ │ │ │ │ ├── HTMLparser.h │ │ │ │ │ ├── HTMLtree.h │ │ │ │ │ ├── SAX.h │ │ │ │ │ ├── SAX2.h │ │ │ │ │ ├── c14n.h │ │ │ │ │ ├── catalog.h │ │ │ │ │ ├── chvalid.h │ │ │ │ │ ├── debugXML.h │ │ │ │ │ ├── dict.h │ │ │ │ │ ├── encoding.h │ │ │ │ │ ├── entities.h │ │ │ │ │ ├── globals.h │ │ │ │ │ ├── hash.h │ │ │ │ │ ├── list.h │ │ │ │ │ ├── nanoftp.h │ │ │ │ │ ├── nanohttp.h │ │ │ │ │ ├── parser.h │ │ │ │ │ ├── parserInternals.h │ │ │ │ │ ├── pattern.h │ │ │ │ │ ├── relaxng.h │ │ │ │ │ ├── schemasInternals.h │ │ │ │ │ ├── schematron.h │ │ │ │ │ ├── threads.h │ │ │ │ │ ├── tree.h │ │ │ │ │ ├── uri.h │ │ │ │ │ ├── valid.h │ │ │ │ │ ├── xinclude.h │ │ │ │ │ ├── xlink.h │ │ │ │ │ ├── xmlIO.h │ │ │ │ │ ├── xmlautomata.h │ │ │ │ │ ├── xmlerror.h │ │ │ │ │ ├── xmlexports.h │ │ │ │ │ ├── xmlmemory.h │ │ │ │ │ ├── xmlmodule.h │ │ │ │ │ ├── xmlreader.h │ │ │ │ │ ├── xmlregexp.h │ │ │ │ │ ├── xmlsave.h │ │ │ │ │ ├── xmlschemas.h │ │ │ │ │ ├── xmlschemastypes.h │ │ │ │ │ ├── xmlstring.h │ │ │ │ │ ├── xmlunicode.h │ │ │ │ │ ├── xmlversion.h │ │ │ │ │ ├── xmlwriter.h │ │ │ │ │ ├── xpath.h │ │ │ │ │ ├── xpathInternals.h │ │ │ │ │ └── xpointer.h │ │ │ └── libxslt │ │ │ │ ├── attributes.h │ │ │ │ ├── documents.h │ │ │ │ ├── extensions.h │ │ │ │ ├── extra.h │ │ │ │ ├── functions.h │ │ │ │ ├── imports.h │ │ │ │ ├── keys.h │ │ │ │ ├── namespaces.h │ │ │ │ ├── numbersInternals.h │ │ │ │ ├── pattern.h │ │ │ │ ├── preproc.h │ │ │ │ ├── security.h │ │ │ │ ├── templates.h │ │ │ │ ├── transform.h │ │ │ │ ├── variables.h │ │ │ │ ├── xslt.h │ │ │ │ ├── xsltInternals.h │ │ │ │ ├── xsltconfig.h │ │ │ │ ├── xsltexports.h │ │ │ │ ├── xsltlocale.h │ │ │ │ └── xsltutils.h │ │ │ ├── libxml2_backwards_compat.c │ │ │ ├── nokogiri.c │ │ │ ├── nokogiri.h │ │ │ ├── test_global_handlers.c │ │ │ ├── xml_attr.c │ │ │ ├── xml_attribute_decl.c │ │ │ ├── xml_cdata.c │ │ │ ├── xml_comment.c │ │ │ ├── xml_document.c │ │ │ ├── xml_document_fragment.c │ │ │ ├── xml_dtd.c │ │ │ ├── xml_element_content.c │ │ │ ├── xml_element_decl.c │ │ │ ├── xml_encoding_handler.c │ │ │ ├── xml_entity_decl.c │ │ │ ├── xml_entity_reference.c │ │ │ ├── xml_namespace.c │ │ │ ├── xml_node.c │ │ │ ├── xml_node_set.c │ │ │ ├── xml_processing_instruction.c │ │ │ ├── xml_reader.c │ │ │ ├── xml_relax_ng.c │ │ │ ├── xml_sax_parser.c │ │ │ ├── xml_sax_parser_context.c │ │ │ ├── xml_sax_push_parser.c │ │ │ ├── xml_schema.c │ │ │ ├── xml_syntax_error.c │ │ │ ├── xml_text.c │ │ │ ├── xml_xpath_context.c │ │ │ └── xslt_stylesheet.c │ ├── gumbo-parser │ │ ├── CHANGES.md │ │ ├── Makefile │ │ └── THANKS │ └── lib │ │ ├── nokogiri.rb │ │ ├── nokogiri │ │ ├── 2.6 │ │ │ └── nokogiri.bundle │ │ ├── 2.7 │ │ │ └── nokogiri.bundle │ │ ├── 3.0 │ │ │ └── nokogiri.bundle │ │ ├── 3.1 │ │ │ └── nokogiri.bundle │ │ ├── class_resolver.rb │ │ ├── css.rb │ │ ├── css │ │ │ ├── node.rb │ │ │ ├── parser.rb │ │ │ ├── parser.y │ │ │ ├── parser_extras.rb │ │ │ ├── syntax_error.rb │ │ │ ├── tokenizer.rb │ │ │ ├── tokenizer.rex │ │ │ └── xpath_visitor.rb │ │ ├── decorators │ │ │ └── slop.rb │ │ ├── extension.rb │ │ ├── gumbo.rb │ │ ├── html.rb │ │ ├── html4.rb │ │ ├── html4 │ │ │ ├── builder.rb │ │ │ ├── document.rb │ │ │ ├── document_fragment.rb │ │ │ ├── element_description.rb │ │ │ ├── element_description_defaults.rb │ │ │ ├── entity_lookup.rb │ │ │ └── sax │ │ │ │ ├── parser.rb │ │ │ │ ├── parser_context.rb │ │ │ │ └── push_parser.rb │ │ ├── html5.rb │ │ ├── html5 │ │ │ ├── document.rb │ │ │ ├── document_fragment.rb │ │ │ └── node.rb │ │ ├── jruby │ │ │ └── dependencies.rb │ │ ├── syntax_error.rb │ │ ├── version.rb │ │ ├── version │ │ │ ├── constant.rb │ │ │ └── info.rb │ │ ├── xml.rb │ │ ├── xml │ │ │ ├── attr.rb │ │ │ ├── attribute_decl.rb │ │ │ ├── builder.rb │ │ │ ├── cdata.rb │ │ │ ├── character_data.rb │ │ │ ├── document.rb │ │ │ ├── document_fragment.rb │ │ │ ├── dtd.rb │ │ │ ├── element_content.rb │ │ │ ├── element_decl.rb │ │ │ ├── entity_decl.rb │ │ │ ├── entity_reference.rb │ │ │ ├── namespace.rb │ │ │ ├── node.rb │ │ │ ├── node │ │ │ │ └── save_options.rb │ │ │ ├── node_set.rb │ │ │ ├── notation.rb │ │ │ ├── parse_options.rb │ │ │ ├── pp.rb │ │ │ ├── pp │ │ │ │ ├── character_data.rb │ │ │ │ └── node.rb │ │ │ ├── processing_instruction.rb │ │ │ ├── reader.rb │ │ │ ├── relax_ng.rb │ │ │ ├── sax.rb │ │ │ ├── sax │ │ │ │ ├── document.rb │ │ │ │ ├── parser.rb │ │ │ │ ├── parser_context.rb │ │ │ │ └── push_parser.rb │ │ │ ├── schema.rb │ │ │ ├── searchable.rb │ │ │ ├── syntax_error.rb │ │ │ ├── text.rb │ │ │ ├── xpath.rb │ │ │ ├── xpath │ │ │ │ └── syntax_error.rb │ │ │ └── xpath_context.rb │ │ ├── xslt.rb │ │ └── xslt │ │ │ └── stylesheet.rb │ │ └── xsd │ │ └── xmlparser │ │ └── nokogiri.rb ├── octokit-4.25.1 │ ├── .document │ ├── CONTRIBUTING.md │ ├── LICENSE.md │ ├── README.md │ ├── Rakefile │ ├── lib │ │ ├── ext │ │ │ └── sawyer │ │ │ │ └── relation.rb │ │ ├── octokit.rb │ │ └── octokit │ │ │ ├── arguments.rb │ │ │ ├── authentication.rb │ │ │ ├── client.rb │ │ │ ├── client │ │ │ ├── actions_secrets.rb │ │ │ ├── actions_workflow_runs.rb │ │ │ ├── actions_workflows.rb │ │ │ ├── apps.rb │ │ │ ├── authorizations.rb │ │ │ ├── checks.rb │ │ │ ├── commit_branches.rb │ │ │ ├── commit_comments.rb │ │ │ ├── commit_pulls.rb │ │ │ ├── commits.rb │ │ │ ├── community_profile.rb │ │ │ ├── contents.rb │ │ │ ├── deployments.rb │ │ │ ├── downloads.rb │ │ │ ├── emojis.rb │ │ │ ├── events.rb │ │ │ ├── feeds.rb │ │ │ ├── gists.rb │ │ │ ├── gitignore.rb │ │ │ ├── hooks.rb │ │ │ ├── issues.rb │ │ │ ├── labels.rb │ │ │ ├── legacy_search.rb │ │ │ ├── licenses.rb │ │ │ ├── markdown.rb │ │ │ ├── marketplace.rb │ │ │ ├── meta.rb │ │ │ ├── milestones.rb │ │ │ ├── notifications.rb │ │ │ ├── oauth_applications.rb │ │ │ ├── objects.rb │ │ │ ├── organizations.rb │ │ │ ├── pages.rb │ │ │ ├── projects.rb │ │ │ ├── pub_sub_hubbub.rb │ │ │ ├── pull_requests.rb │ │ │ ├── rate_limit.rb │ │ │ ├── reactions.rb │ │ │ ├── refs.rb │ │ │ ├── releases.rb │ │ │ ├── repositories.rb │ │ │ ├── repository_invitations.rb │ │ │ ├── reviews.rb │ │ │ ├── say.rb │ │ │ ├── search.rb │ │ │ ├── service_status.rb │ │ │ ├── source_import.rb │ │ │ ├── stats.rb │ │ │ ├── statuses.rb │ │ │ ├── traffic.rb │ │ │ └── users.rb │ │ │ ├── configurable.rb │ │ │ ├── connection.rb │ │ │ ├── default.rb │ │ │ ├── enterprise_admin_client.rb │ │ │ ├── enterprise_admin_client │ │ │ ├── admin_stats.rb │ │ │ ├── license.rb │ │ │ ├── orgs.rb │ │ │ ├── search_indexing.rb │ │ │ └── users.rb │ │ │ ├── enterprise_management_console_client.rb │ │ │ ├── enterprise_management_console_client │ │ │ └── management_console.rb │ │ │ ├── error.rb │ │ │ ├── gist.rb │ │ │ ├── middleware │ │ │ └── follow_redirects.rb │ │ │ ├── organization.rb │ │ │ ├── preview.rb │ │ │ ├── rate_limit.rb │ │ │ ├── repo_arguments.rb │ │ │ ├── repository.rb │ │ │ ├── response │ │ │ ├── base_middleware.rb │ │ │ ├── feed_parser.rb │ │ │ └── raise_error.rb │ │ │ ├── user.rb │ │ │ ├── version.rb │ │ │ └── warnable.rb │ └── octokit.gemspec ├── pathutil-0.16.2 │ ├── Gemfile │ ├── LICENSE │ ├── Rakefile │ └── lib │ │ ├── pathutil.rb │ │ └── pathutil │ │ ├── helpers.rb │ │ └── version.rb ├── public_suffix-5.1.1 │ ├── .yardopts │ ├── 2.0-Upgrade.md │ ├── CHANGELOG.md │ ├── LICENSE.txt │ ├── README.md │ ├── SECURITY.md │ ├── data │ │ └── list.txt │ └── lib │ │ ├── public_suffix.rb │ │ └── public_suffix │ │ ├── domain.rb │ │ ├── errors.rb │ │ ├── list.rb │ │ ├── rule.rb │ │ └── version.rb ├── racc-1.8.1 │ ├── BSDL │ ├── COPYING │ ├── ChangeLog │ ├── README.ja.rdoc │ ├── README.rdoc │ ├── TODO │ ├── bin │ │ └── racc │ ├── doc │ │ ├── en │ │ │ ├── grammar.en.rdoc │ │ │ └── grammar2.en.rdoc │ │ └── ja │ │ │ ├── command.ja.html │ │ │ ├── debug.ja.rdoc │ │ │ ├── grammar.ja.rdoc │ │ │ ├── index.ja.html │ │ │ ├── parser.ja.rdoc │ │ │ └── usage.ja.html │ ├── ext │ │ └── racc │ │ │ └── cparse │ │ │ ├── .sitearchdir.-.racc.time │ │ │ ├── Makefile │ │ │ ├── cparse.bundle │ │ │ ├── cparse.c │ │ │ ├── cparse.o │ │ │ └── extconf.rb │ └── lib │ │ ├── racc.rb │ │ └── racc │ │ ├── compat.rb │ │ ├── cparse.bundle │ │ ├── debugflags.rb │ │ ├── exception.rb │ │ ├── grammar.rb │ │ ├── grammarfileparser.rb │ │ ├── info.rb │ │ ├── iset.rb │ │ ├── logfilegenerator.rb │ │ ├── parser-text.rb │ │ ├── parser.rb │ │ ├── parserfilegenerator.rb │ │ ├── sourcetext.rb │ │ ├── state.rb │ │ ├── statetransitiontable.rb │ │ └── static.rb ├── rb-fsevent-0.11.2 │ ├── .gitignore │ ├── Gemfile │ ├── Guardfile │ ├── LICENSE.txt │ ├── README.md │ ├── Rakefile │ ├── bin │ │ └── fsevent_watch │ ├── ext │ │ ├── LICENSE │ │ ├── fsevent_watch │ │ │ ├── FSEventsFix.c │ │ │ ├── FSEventsFix.h │ │ │ ├── TSICTString.c │ │ │ ├── TSICTString.h │ │ │ ├── cli.c │ │ │ ├── cli.h │ │ │ ├── common.h │ │ │ ├── compat.c │ │ │ ├── compat.h │ │ │ ├── defines.h │ │ │ ├── main.c │ │ │ ├── signal_handlers.c │ │ │ └── signal_handlers.h │ │ └── rakefile.rb │ ├── lib │ │ ├── otnetstring.rb │ │ ├── rb-fsevent.rb │ │ └── rb-fsevent │ │ │ ├── fsevent.rb │ │ │ └── version.rb │ └── rb-fsevent.gemspec ├── rb-inotify-0.11.1 │ ├── .github │ │ └── workflows │ │ │ └── test.yaml │ ├── .gitignore │ ├── .yardopts │ ├── Gemfile │ ├── LICENSE.md │ ├── README.md │ ├── lib │ │ ├── rb-inotify.rb │ │ └── rb-inotify │ │ │ ├── errors.rb │ │ │ ├── event.rb │ │ │ ├── native.rb │ │ │ ├── native │ │ │ └── flags.rb │ │ │ ├── notifier.rb │ │ │ ├── version.rb │ │ │ └── watcher.rb │ ├── rb-inotify.gemspec │ └── spec │ │ ├── inotify_spec.rb │ │ ├── notifier_spec.rb │ │ └── spec_helper.rb ├── rexml-3.4.1 │ ├── LICENSE.txt │ ├── NEWS.md │ ├── README.md │ ├── doc │ │ └── rexml │ │ │ ├── context.rdoc │ │ │ ├── tasks │ │ │ ├── rdoc │ │ │ │ ├── child.rdoc │ │ │ │ ├── document.rdoc │ │ │ │ ├── element.rdoc │ │ │ │ ├── node.rdoc │ │ │ │ └── parent.rdoc │ │ │ └── tocs │ │ │ │ ├── child_toc.rdoc │ │ │ │ ├── document_toc.rdoc │ │ │ │ ├── element_toc.rdoc │ │ │ │ ├── master_toc.rdoc │ │ │ │ ├── node_toc.rdoc │ │ │ │ └── parent_toc.rdoc │ │ │ └── tutorial.rdoc │ └── lib │ │ ├── rexml.rb │ │ └── rexml │ │ ├── attlistdecl.rb │ │ ├── attribute.rb │ │ ├── cdata.rb │ │ ├── child.rb │ │ ├── comment.rb │ │ ├── doctype.rb │ │ ├── document.rb │ │ ├── dtd │ │ ├── attlistdecl.rb │ │ ├── dtd.rb │ │ ├── elementdecl.rb │ │ ├── entitydecl.rb │ │ └── notationdecl.rb │ │ ├── element.rb │ │ ├── encoding.rb │ │ ├── entity.rb │ │ ├── formatters │ │ ├── default.rb │ │ ├── pretty.rb │ │ └── transitive.rb │ │ ├── functions.rb │ │ ├── instruction.rb │ │ ├── light │ │ └── node.rb │ │ ├── namespace.rb │ │ ├── node.rb │ │ ├── output.rb │ │ ├── parent.rb │ │ ├── parseexception.rb │ │ ├── parsers │ │ ├── baseparser.rb │ │ ├── lightparser.rb │ │ ├── pullparser.rb │ │ ├── sax2parser.rb │ │ ├── streamparser.rb │ │ ├── treeparser.rb │ │ ├── ultralightparser.rb │ │ └── xpathparser.rb │ │ ├── quickpath.rb │ │ ├── rexml.rb │ │ ├── sax2listener.rb │ │ ├── security.rb │ │ ├── source.rb │ │ ├── streamlistener.rb │ │ ├── text.rb │ │ ├── undefinednamespaceexception.rb │ │ ├── validation │ │ ├── relaxng.rb │ │ ├── validation.rb │ │ └── validationexception.rb │ │ ├── xmldecl.rb │ │ ├── xmltokens.rb │ │ ├── xpath.rb │ │ └── xpath_parser.rb ├── rouge-3.30.0 │ ├── Gemfile │ ├── LICENSE │ ├── bin │ │ └── rougify │ ├── lib │ │ ├── rouge.rb │ │ └── rouge │ │ │ ├── cli.rb │ │ │ ├── demos │ │ │ ├── abap │ │ │ ├── actionscript │ │ │ ├── ada │ │ │ ├── apache │ │ │ ├── apex │ │ │ ├── apiblueprint │ │ │ ├── applescript │ │ │ ├── armasm │ │ │ ├── augeas │ │ │ ├── awk │ │ │ ├── batchfile │ │ │ ├── bbcbasic │ │ │ ├── bibtex │ │ │ ├── biml │ │ │ ├── bpf │ │ │ ├── brainfuck │ │ │ ├── brightscript │ │ │ ├── bsl │ │ │ ├── c │ │ │ ├── ceylon │ │ │ ├── cfscript │ │ │ ├── clean │ │ │ ├── clojure │ │ │ ├── cmake │ │ │ ├── cmhg │ │ │ ├── coffeescript │ │ │ ├── common_lisp │ │ │ ├── conf │ │ │ ├── console │ │ │ ├── coq │ │ │ ├── cpp │ │ │ ├── crystal │ │ │ ├── csharp │ │ │ ├── css │ │ │ ├── csvs │ │ │ ├── cuda │ │ │ ├── cypher │ │ │ ├── cython │ │ │ ├── d │ │ │ ├── dafny │ │ │ ├── dart │ │ │ ├── datastudio │ │ │ ├── diff │ │ │ ├── digdag │ │ │ ├── docker │ │ │ ├── dot │ │ │ ├── ecl │ │ │ ├── eex │ │ │ ├── eiffel │ │ │ ├── elixir │ │ │ ├── elm │ │ │ ├── email │ │ │ ├── epp │ │ │ ├── erb │ │ │ ├── erlang │ │ │ ├── escape │ │ │ ├── factor │ │ │ ├── fluent │ │ │ ├── fortran │ │ │ ├── freefem │ │ │ ├── fsharp │ │ │ ├── gdscript │ │ │ ├── ghc-cmm │ │ │ ├── ghc-core │ │ │ ├── gherkin │ │ │ ├── glsl │ │ │ ├── go │ │ │ ├── gradle │ │ │ ├── graphql │ │ │ ├── groovy │ │ │ ├── hack │ │ │ ├── haml │ │ │ ├── handlebars │ │ │ ├── haskell │ │ │ ├── haxe │ │ │ ├── hcl │ │ │ ├── hlsl │ │ │ ├── hocon │ │ │ ├── hql │ │ │ ├── html │ │ │ ├── http │ │ │ ├── hylang │ │ │ ├── idlang │ │ │ ├── idris │ │ │ ├── igorpro │ │ │ ├── ini │ │ │ ├── io │ │ │ ├── irb │ │ │ ├── irb_output │ │ │ ├── isabelle │ │ │ ├── isbl │ │ │ ├── j │ │ │ ├── janet │ │ │ ├── java │ │ │ ├── javascript │ │ │ ├── jinja │ │ │ ├── jsl │ │ │ ├── json │ │ │ ├── json-doc │ │ │ ├── jsonnet │ │ │ ├── jsp │ │ │ ├── jsx │ │ │ ├── julia │ │ │ ├── kotlin │ │ │ ├── lasso │ │ │ ├── lean │ │ │ ├── liquid │ │ │ ├── literate_coffeescript │ │ │ ├── literate_haskell │ │ │ ├── livescript │ │ │ ├── llvm │ │ │ ├── lua │ │ │ ├── lustre │ │ │ ├── lutin │ │ │ ├── m68k │ │ │ ├── magik │ │ │ ├── make │ │ │ ├── markdown │ │ │ ├── mason │ │ │ ├── mathematica │ │ │ ├── matlab │ │ │ ├── meson │ │ │ ├── minizinc │ │ │ ├── moonscript │ │ │ ├── mosel │ │ │ ├── msgtrans │ │ │ ├── mxml │ │ │ ├── nasm │ │ │ ├── nesasm │ │ │ ├── nginx │ │ │ ├── nial │ │ │ ├── nim │ │ │ ├── nix │ │ │ ├── objective_c │ │ │ ├── objective_cpp │ │ │ ├── ocaml │ │ │ ├── ocl │ │ │ ├── openedge │ │ │ ├── opentype_feature_file │ │ │ ├── pascal │ │ │ ├── perl │ │ │ ├── php │ │ │ ├── plaintext │ │ │ ├── plist │ │ │ ├── plsql │ │ │ ├── pony │ │ │ ├── postscript │ │ │ ├── powershell │ │ │ ├── praat │ │ │ ├── prolog │ │ │ ├── prometheus │ │ │ ├── properties │ │ │ ├── protobuf │ │ │ ├── puppet │ │ │ ├── python │ │ │ ├── q │ │ │ ├── qml │ │ │ ├── r │ │ │ ├── racket │ │ │ ├── reasonml │ │ │ ├── rego │ │ │ ├── rescript │ │ │ ├── robot_framework │ │ │ ├── ruby │ │ │ ├── rust │ │ │ ├── sas │ │ │ ├── sass │ │ │ ├── scala │ │ │ ├── scheme │ │ │ ├── scss │ │ │ ├── sed │ │ │ ├── shell │ │ │ ├── sieve │ │ │ ├── slice │ │ │ ├── slim │ │ │ ├── smalltalk │ │ │ ├── smarty │ │ │ ├── sml │ │ │ ├── solidity │ │ │ ├── sparql │ │ │ ├── sqf │ │ │ ├── sql │ │ │ ├── ssh │ │ │ ├── stan │ │ │ ├── stata │ │ │ ├── supercollider │ │ │ ├── swift │ │ │ ├── systemd │ │ │ ├── syzlang │ │ │ ├── syzprog │ │ │ ├── tap │ │ │ ├── tcl │ │ │ ├── terraform │ │ │ ├── tex │ │ │ ├── toml │ │ │ ├── tsx │ │ │ ├── ttcn3 │ │ │ ├── tulip │ │ │ ├── turtle │ │ │ ├── twig │ │ │ ├── typescript │ │ │ ├── vala │ │ │ ├── vb │ │ │ ├── vcl │ │ │ ├── velocity │ │ │ ├── verilog │ │ │ ├── vhdl │ │ │ ├── viml │ │ │ ├── vue │ │ │ ├── wollok │ │ │ ├── xml │ │ │ ├── xojo │ │ │ ├── xpath │ │ │ ├── xquery │ │ │ ├── yaml │ │ │ ├── yang │ │ │ └── zig │ │ │ ├── formatter.rb │ │ │ ├── formatters │ │ │ ├── html.rb │ │ │ ├── html_inline.rb │ │ │ ├── html_legacy.rb │ │ │ ├── html_line_highlighter.rb │ │ │ ├── html_line_table.rb │ │ │ ├── html_linewise.rb │ │ │ ├── html_pygments.rb │ │ │ ├── html_table.rb │ │ │ ├── null.rb │ │ │ ├── terminal256.rb │ │ │ ├── terminal_truecolor.rb │ │ │ └── tex.rb │ │ │ ├── guesser.rb │ │ │ ├── guessers │ │ │ ├── disambiguation.rb │ │ │ ├── filename.rb │ │ │ ├── glob_mapping.rb │ │ │ ├── mimetype.rb │ │ │ ├── modeline.rb │ │ │ ├── source.rb │ │ │ └── util.rb │ │ │ ├── lexer.rb │ │ │ ├── lexers │ │ │ ├── abap.rb │ │ │ ├── actionscript.rb │ │ │ ├── ada.rb │ │ │ ├── apache.rb │ │ │ ├── apache │ │ │ │ └── keywords.rb │ │ │ ├── apex.rb │ │ │ ├── apiblueprint.rb │ │ │ ├── apple_script.rb │ │ │ ├── armasm.rb │ │ │ ├── augeas.rb │ │ │ ├── awk.rb │ │ │ ├── batchfile.rb │ │ │ ├── bbcbasic.rb │ │ │ ├── bibtex.rb │ │ │ ├── biml.rb │ │ │ ├── bpf.rb │ │ │ ├── brainfuck.rb │ │ │ ├── brightscript.rb │ │ │ ├── bsl.rb │ │ │ ├── c.rb │ │ │ ├── ceylon.rb │ │ │ ├── cfscript.rb │ │ │ ├── clean.rb │ │ │ ├── clojure.rb │ │ │ ├── cmake.rb │ │ │ ├── cmhg.rb │ │ │ ├── coffeescript.rb │ │ │ ├── common_lisp.rb │ │ │ ├── conf.rb │ │ │ ├── console.rb │ │ │ ├── coq.rb │ │ │ ├── cpp.rb │ │ │ ├── crystal.rb │ │ │ ├── csharp.rb │ │ │ ├── css.rb │ │ │ ├── csvs.rb │ │ │ ├── cuda.rb │ │ │ ├── cypher.rb │ │ │ ├── cython.rb │ │ │ ├── d.rb │ │ │ ├── dafny.rb │ │ │ ├── dart.rb │ │ │ ├── datastudio.rb │ │ │ ├── diff.rb │ │ │ ├── digdag.rb │ │ │ ├── docker.rb │ │ │ ├── dot.rb │ │ │ ├── ecl.rb │ │ │ ├── eex.rb │ │ │ ├── eiffel.rb │ │ │ ├── elixir.rb │ │ │ ├── elm.rb │ │ │ ├── email.rb │ │ │ ├── epp.rb │ │ │ ├── erb.rb │ │ │ ├── erlang.rb │ │ │ ├── escape.rb │ │ │ ├── factor.rb │ │ │ ├── fluent.rb │ │ │ ├── fortran.rb │ │ │ ├── freefem.rb │ │ │ ├── fsharp.rb │ │ │ ├── gdscript.rb │ │ │ ├── ghc_cmm.rb │ │ │ ├── ghc_core.rb │ │ │ ├── gherkin.rb │ │ │ ├── gherkin │ │ │ │ └── keywords.rb │ │ │ ├── glsl.rb │ │ │ ├── go.rb │ │ │ ├── gradle.rb │ │ │ ├── graphql.rb │ │ │ ├── groovy.rb │ │ │ ├── hack.rb │ │ │ ├── haml.rb │ │ │ ├── handlebars.rb │ │ │ ├── haskell.rb │ │ │ ├── haxe.rb │ │ │ ├── hcl.rb │ │ │ ├── hlsl.rb │ │ │ ├── hocon.rb │ │ │ ├── hql.rb │ │ │ ├── html.rb │ │ │ ├── http.rb │ │ │ ├── hylang.rb │ │ │ ├── idlang.rb │ │ │ ├── idris.rb │ │ │ ├── igorpro.rb │ │ │ ├── ini.rb │ │ │ ├── io.rb │ │ │ ├── irb.rb │ │ │ ├── isabelle.rb │ │ │ ├── isbl.rb │ │ │ ├── isbl │ │ │ │ └── builtins.rb │ │ │ ├── j.rb │ │ │ ├── janet.rb │ │ │ ├── java.rb │ │ │ ├── javascript.rb │ │ │ ├── jinja.rb │ │ │ ├── jsl.rb │ │ │ ├── json.rb │ │ │ ├── json_doc.rb │ │ │ ├── jsonnet.rb │ │ │ ├── jsp.rb │ │ │ ├── jsx.rb │ │ │ ├── julia.rb │ │ │ ├── kotlin.rb │ │ │ ├── lasso.rb │ │ │ ├── lasso │ │ │ │ └── keywords.rb │ │ │ ├── lean.rb │ │ │ ├── liquid.rb │ │ │ ├── literate_coffeescript.rb │ │ │ ├── literate_haskell.rb │ │ │ ├── livescript.rb │ │ │ ├── llvm.rb │ │ │ ├── llvm │ │ │ │ └── keywords.rb │ │ │ ├── lua.rb │ │ │ ├── lua │ │ │ │ └── keywords.rb │ │ │ ├── lustre.rb │ │ │ ├── lutin.rb │ │ │ ├── m68k.rb │ │ │ ├── magik.rb │ │ │ ├── make.rb │ │ │ ├── markdown.rb │ │ │ ├── mason.rb │ │ │ ├── mathematica.rb │ │ │ ├── mathematica │ │ │ │ └── keywords.rb │ │ │ ├── matlab.rb │ │ │ ├── matlab │ │ │ │ ├── builtins.rb │ │ │ │ └── keywords.rb │ │ │ ├── meson.rb │ │ │ ├── minizinc.rb │ │ │ ├── moonscript.rb │ │ │ ├── mosel.rb │ │ │ ├── msgtrans.rb │ │ │ ├── mxml.rb │ │ │ ├── nasm.rb │ │ │ ├── nesasm.rb │ │ │ ├── nginx.rb │ │ │ ├── nial.rb │ │ │ ├── nim.rb │ │ │ ├── nix.rb │ │ │ ├── objective_c.rb │ │ │ ├── objective_c │ │ │ │ └── common.rb │ │ │ ├── objective_cpp.rb │ │ │ ├── ocaml.rb │ │ │ ├── ocaml │ │ │ │ └── common.rb │ │ │ ├── ocl.rb │ │ │ ├── openedge.rb │ │ │ ├── opentype_feature_file.rb │ │ │ ├── pascal.rb │ │ │ ├── perl.rb │ │ │ ├── php.rb │ │ │ ├── php │ │ │ │ └── keywords.rb │ │ │ ├── plain_text.rb │ │ │ ├── plist.rb │ │ │ ├── plsql.rb │ │ │ ├── pony.rb │ │ │ ├── postscript.rb │ │ │ ├── powershell.rb │ │ │ ├── praat.rb │ │ │ ├── prolog.rb │ │ │ ├── prometheus.rb │ │ │ ├── properties.rb │ │ │ ├── protobuf.rb │ │ │ ├── puppet.rb │ │ │ ├── python.rb │ │ │ ├── q.rb │ │ │ ├── qml.rb │ │ │ ├── r.rb │ │ │ ├── racket.rb │ │ │ ├── reasonml.rb │ │ │ ├── rego.rb │ │ │ ├── rescript.rb │ │ │ ├── robot_framework.rb │ │ │ ├── ruby.rb │ │ │ ├── rust.rb │ │ │ ├── sas.rb │ │ │ ├── sass.rb │ │ │ ├── sass │ │ │ │ └── common.rb │ │ │ ├── scala.rb │ │ │ ├── scheme.rb │ │ │ ├── scss.rb │ │ │ ├── sed.rb │ │ │ ├── shell.rb │ │ │ ├── sieve.rb │ │ │ ├── slice.rb │ │ │ ├── slim.rb │ │ │ ├── smalltalk.rb │ │ │ ├── smarty.rb │ │ │ ├── sml.rb │ │ │ ├── solidity.rb │ │ │ ├── sparql.rb │ │ │ ├── sqf.rb │ │ │ ├── sqf │ │ │ │ └── keywords.rb │ │ │ ├── sql.rb │ │ │ ├── ssh.rb │ │ │ ├── stan.rb │ │ │ ├── stata.rb │ │ │ ├── supercollider.rb │ │ │ ├── swift.rb │ │ │ ├── systemd.rb │ │ │ ├── syzlang.rb │ │ │ ├── syzprog.rb │ │ │ ├── tap.rb │ │ │ ├── tcl.rb │ │ │ ├── terraform.rb │ │ │ ├── tex.rb │ │ │ ├── toml.rb │ │ │ ├── tsx.rb │ │ │ ├── ttcn3.rb │ │ │ ├── tulip.rb │ │ │ ├── turtle.rb │ │ │ ├── twig.rb │ │ │ ├── typescript.rb │ │ │ ├── typescript │ │ │ │ └── common.rb │ │ │ ├── vala.rb │ │ │ ├── varnish.rb │ │ │ ├── vb.rb │ │ │ ├── velocity.rb │ │ │ ├── verilog.rb │ │ │ ├── vhdl.rb │ │ │ ├── viml.rb │ │ │ ├── viml │ │ │ │ └── keywords.rb │ │ │ ├── vue.rb │ │ │ ├── wollok.rb │ │ │ ├── xml.rb │ │ │ ├── xojo.rb │ │ │ ├── xpath.rb │ │ │ ├── xquery.rb │ │ │ ├── yaml.rb │ │ │ ├── yang.rb │ │ │ └── zig.rb │ │ │ ├── plugins │ │ │ └── redcarpet.rb │ │ │ ├── regex_lexer.rb │ │ │ ├── template_lexer.rb │ │ │ ├── tex_theme_renderer.rb │ │ │ ├── text_analyzer.rb │ │ │ ├── theme.rb │ │ │ ├── themes │ │ │ ├── base16.rb │ │ │ ├── bw.rb │ │ │ ├── colorful.rb │ │ │ ├── github.rb │ │ │ ├── gruvbox.rb │ │ │ ├── igor_pro.rb │ │ │ ├── magritte.rb │ │ │ ├── molokai.rb │ │ │ ├── monokai.rb │ │ │ ├── monokai_sublime.rb │ │ │ ├── pastie.rb │ │ │ ├── thankful_eyes.rb │ │ │ └── tulip.rb │ │ │ ├── token.rb │ │ │ ├── util.rb │ │ │ └── version.rb │ └── rouge.gemspec ├── ruby2_keywords-0.0.5 │ ├── ChangeLog │ ├── LICENSE │ ├── README.md │ ├── lib │ │ └── ruby2_keywords.rb │ └── logs │ │ ├── ChangeLog-0.0.0 │ │ ├── ChangeLog-0.0.1 │ │ ├── ChangeLog-0.0.2 │ │ ├── ChangeLog-0.0.3 │ │ └── ChangeLog-0.0.4 ├── rubyzip-2.4.1 │ ├── README.md │ ├── Rakefile │ ├── TODO │ ├── lib │ │ ├── zip.rb │ │ └── zip │ │ │ ├── central_directory.rb │ │ │ ├── compressor.rb │ │ │ ├── constants.rb │ │ │ ├── crypto │ │ │ ├── decrypted_io.rb │ │ │ ├── encryption.rb │ │ │ ├── null_encryption.rb │ │ │ └── traditional_encryption.rb │ │ │ ├── decompressor.rb │ │ │ ├── deflater.rb │ │ │ ├── dos_time.rb │ │ │ ├── entry.rb │ │ │ ├── entry_set.rb │ │ │ ├── errors.rb │ │ │ ├── extra_field.rb │ │ │ ├── extra_field │ │ │ ├── generic.rb │ │ │ ├── ntfs.rb │ │ │ ├── old_unix.rb │ │ │ ├── universal_time.rb │ │ │ ├── unix.rb │ │ │ ├── zip64.rb │ │ │ └── zip64_placeholder.rb │ │ │ ├── file.rb │ │ │ ├── filesystem.rb │ │ │ ├── inflater.rb │ │ │ ├── input_stream.rb │ │ │ ├── ioextras.rb │ │ │ ├── ioextras │ │ │ ├── abstract_input_stream.rb │ │ │ └── abstract_output_stream.rb │ │ │ ├── null_compressor.rb │ │ │ ├── null_decompressor.rb │ │ │ ├── null_input_stream.rb │ │ │ ├── output_stream.rb │ │ │ ├── pass_thru_compressor.rb │ │ │ ├── pass_thru_decompressor.rb │ │ │ ├── streamable_directory.rb │ │ │ ├── streamable_stream.rb │ │ │ └── version.rb │ └── samples │ │ ├── example.rb │ │ ├── example_filesystem.rb │ │ ├── example_recursive.rb │ │ ├── gtk_ruby_zip.rb │ │ ├── qtzip.rb │ │ ├── write_simple.rb │ │ └── zipfind.rb ├── safe_yaml-1.0.5 │ ├── .gitignore │ ├── .travis.yml │ ├── CHANGES.md │ ├── Gemfile │ ├── LICENSE.txt │ ├── README.md │ ├── Rakefile │ ├── bin │ │ └── safe_yaml │ ├── bundle_install_all_ruby_versions.sh │ ├── lib │ │ ├── safe_yaml.rb │ │ └── safe_yaml │ │ │ ├── deep.rb │ │ │ ├── libyaml_checker.rb │ │ │ ├── load.rb │ │ │ ├── parse │ │ │ ├── date.rb │ │ │ ├── hexadecimal.rb │ │ │ └── sexagesimal.rb │ │ │ ├── psych_handler.rb │ │ │ ├── psych_resolver.rb │ │ │ ├── resolver.rb │ │ │ ├── safe_to_ruby_visitor.rb │ │ │ ├── store.rb │ │ │ ├── syck_hack.rb │ │ │ ├── syck_node_monkeypatch.rb │ │ │ ├── syck_resolver.rb │ │ │ ├── transform.rb │ │ │ ├── transform │ │ │ ├── to_boolean.rb │ │ │ ├── to_date.rb │ │ │ ├── to_float.rb │ │ │ ├── to_integer.rb │ │ │ ├── to_nil.rb │ │ │ ├── to_symbol.rb │ │ │ └── transformation_map.rb │ │ │ └── version.rb │ ├── run_specs_all_ruby_versions.sh │ ├── safe_yaml.gemspec │ └── spec │ │ ├── exploit.1.9.2.yaml │ │ ├── exploit.1.9.3.yaml │ │ ├── issue48.txt │ │ ├── issue49.yml │ │ ├── libyaml_checker_spec.rb │ │ ├── psych_resolver_spec.rb │ │ ├── resolver_specs.rb │ │ ├── safe_yaml_spec.rb │ │ ├── spec_helper.rb │ │ ├── store_spec.rb │ │ ├── support │ │ └── exploitable_back_door.rb │ │ ├── syck_resolver_spec.rb │ │ ├── transform │ │ ├── base64_spec.rb │ │ ├── to_date_spec.rb │ │ ├── to_float_spec.rb │ │ ├── to_integer_spec.rb │ │ └── to_symbol_spec.rb │ │ └── yaml_spec.rb ├── sass-3.7.4 │ ├── .yardopts │ ├── CODE_OF_CONDUCT.md │ ├── CONTRIBUTING.md │ ├── MIT-LICENSE │ ├── README.md │ ├── REVISION │ ├── VERSION │ ├── VERSION_DATE │ ├── VERSION_NAME │ ├── bin │ │ ├── sass │ │ ├── sass-convert │ │ └── scss │ ├── extra │ │ ├── sass-spec-ref.sh │ │ └── update_watch.rb │ ├── init.rb │ ├── lib │ │ ├── sass.rb │ │ └── sass │ │ │ ├── cache_stores.rb │ │ │ ├── cache_stores │ │ │ ├── base.rb │ │ │ ├── chain.rb │ │ │ ├── filesystem.rb │ │ │ ├── memory.rb │ │ │ └── null.rb │ │ │ ├── callbacks.rb │ │ │ ├── css.rb │ │ │ ├── deprecation.rb │ │ │ ├── engine.rb │ │ │ ├── environment.rb │ │ │ ├── error.rb │ │ │ ├── exec.rb │ │ │ ├── exec │ │ │ ├── base.rb │ │ │ ├── sass_convert.rb │ │ │ └── sass_scss.rb │ │ │ ├── features.rb │ │ │ ├── importers.rb │ │ │ ├── importers │ │ │ ├── base.rb │ │ │ ├── deprecated_path.rb │ │ │ └── filesystem.rb │ │ │ ├── logger.rb │ │ │ ├── logger │ │ │ ├── base.rb │ │ │ ├── delayed.rb │ │ │ └── log_level.rb │ │ │ ├── media.rb │ │ │ ├── plugin.rb │ │ │ ├── plugin │ │ │ ├── compiler.rb │ │ │ ├── configuration.rb │ │ │ ├── generic.rb │ │ │ ├── merb.rb │ │ │ ├── rack.rb │ │ │ ├── rails.rb │ │ │ └── staleness_checker.rb │ │ │ ├── railtie.rb │ │ │ ├── repl.rb │ │ │ ├── root.rb │ │ │ ├── script.rb │ │ │ ├── script │ │ │ ├── css_lexer.rb │ │ │ ├── css_parser.rb │ │ │ ├── functions.rb │ │ │ ├── lexer.rb │ │ │ ├── parser.rb │ │ │ ├── tree.rb │ │ │ ├── tree │ │ │ │ ├── funcall.rb │ │ │ │ ├── interpolation.rb │ │ │ │ ├── list_literal.rb │ │ │ │ ├── literal.rb │ │ │ │ ├── map_literal.rb │ │ │ │ ├── node.rb │ │ │ │ ├── operation.rb │ │ │ │ ├── selector.rb │ │ │ │ ├── string_interpolation.rb │ │ │ │ ├── unary_operation.rb │ │ │ │ └── variable.rb │ │ │ ├── value.rb │ │ │ └── value │ │ │ │ ├── arg_list.rb │ │ │ │ ├── base.rb │ │ │ │ ├── bool.rb │ │ │ │ ├── callable.rb │ │ │ │ ├── color.rb │ │ │ │ ├── function.rb │ │ │ │ ├── helpers.rb │ │ │ │ ├── list.rb │ │ │ │ ├── map.rb │ │ │ │ ├── null.rb │ │ │ │ ├── number.rb │ │ │ │ └── string.rb │ │ │ ├── scss.rb │ │ │ ├── scss │ │ │ ├── css_parser.rb │ │ │ ├── parser.rb │ │ │ ├── rx.rb │ │ │ └── static_parser.rb │ │ │ ├── selector.rb │ │ │ ├── selector │ │ │ ├── abstract_sequence.rb │ │ │ ├── comma_sequence.rb │ │ │ ├── pseudo.rb │ │ │ ├── sequence.rb │ │ │ ├── simple.rb │ │ │ └── simple_sequence.rb │ │ │ ├── shared.rb │ │ │ ├── source │ │ │ ├── map.rb │ │ │ ├── position.rb │ │ │ └── range.rb │ │ │ ├── stack.rb │ │ │ ├── supports.rb │ │ │ ├── tree │ │ │ ├── at_root_node.rb │ │ │ ├── charset_node.rb │ │ │ ├── comment_node.rb │ │ │ ├── content_node.rb │ │ │ ├── css_import_node.rb │ │ │ ├── debug_node.rb │ │ │ ├── directive_node.rb │ │ │ ├── each_node.rb │ │ │ ├── error_node.rb │ │ │ ├── extend_node.rb │ │ │ ├── for_node.rb │ │ │ ├── function_node.rb │ │ │ ├── if_node.rb │ │ │ ├── import_node.rb │ │ │ ├── keyframe_rule_node.rb │ │ │ ├── media_node.rb │ │ │ ├── mixin_def_node.rb │ │ │ ├── mixin_node.rb │ │ │ ├── node.rb │ │ │ ├── prop_node.rb │ │ │ ├── return_node.rb │ │ │ ├── root_node.rb │ │ │ ├── rule_node.rb │ │ │ ├── supports_node.rb │ │ │ ├── trace_node.rb │ │ │ ├── variable_node.rb │ │ │ ├── visitors │ │ │ │ ├── base.rb │ │ │ │ ├── check_nesting.rb │ │ │ │ ├── convert.rb │ │ │ │ ├── cssize.rb │ │ │ │ ├── deep_copy.rb │ │ │ │ ├── extend.rb │ │ │ │ ├── perform.rb │ │ │ │ ├── set_options.rb │ │ │ │ └── to_css.rb │ │ │ ├── warn_node.rb │ │ │ └── while_node.rb │ │ │ ├── util.rb │ │ │ ├── util │ │ │ ├── multibyte_string_scanner.rb │ │ │ ├── normalized_map.rb │ │ │ ├── subset_map.rb │ │ │ └── test.rb │ │ │ └── version.rb │ └── rails │ │ └── init.rb ├── sass-listen-4.0.0 │ ├── CHANGELOG.md │ ├── CONTRIBUTING.md │ ├── LICENSE.txt │ ├── README.md │ └── lib │ │ ├── sass-listen.rb │ │ └── sass-listen │ │ ├── adapter.rb │ │ ├── adapter │ │ ├── base.rb │ │ ├── bsd.rb │ │ ├── config.rb │ │ ├── darwin.rb │ │ ├── linux.rb │ │ ├── polling.rb │ │ └── windows.rb │ │ ├── backend.rb │ │ ├── change.rb │ │ ├── cli.rb │ │ ├── directory.rb │ │ ├── event │ │ ├── config.rb │ │ ├── loop.rb │ │ ├── processor.rb │ │ └── queue.rb │ │ ├── file.rb │ │ ├── fsm.rb │ │ ├── internals │ │ └── thread_pool.rb │ │ ├── listener.rb │ │ ├── listener │ │ └── config.rb │ │ ├── logger.rb │ │ ├── options.rb │ │ ├── queue_optimizer.rb │ │ ├── record.rb │ │ ├── record │ │ ├── entry.rb │ │ └── symlink_detector.rb │ │ ├── silencer.rb │ │ ├── silencer │ │ └── controller.rb │ │ └── version.rb ├── sawyer-0.9.2 │ ├── Gemfile │ ├── LICENSE.md │ ├── README.md │ ├── Rakefile │ ├── lib │ │ ├── sawyer.rb │ │ └── sawyer │ │ │ ├── agent.rb │ │ │ ├── link_parsers │ │ │ ├── hal.rb │ │ │ └── simple.rb │ │ │ ├── relation.rb │ │ │ ├── resource.rb │ │ │ ├── response.rb │ │ │ └── serializer.rb │ ├── sawyer.gemspec │ └── script │ │ ├── bootstrap │ │ ├── console │ │ ├── package │ │ ├── release │ │ └── test ├── simpleidn-0.2.3 │ ├── .gitignore │ ├── .travis.yml │ ├── Gemfile │ ├── LICENCE │ ├── README.rdoc │ ├── Rakefile │ ├── lib │ │ ├── simpleidn.rb │ │ └── simpleidn │ │ │ ├── uts46mapping.rb │ │ │ └── version.rb │ ├── simpleidn.gemspec │ └── tables │ │ ├── IdnaMappingTable.txt │ │ └── generate_mapping_table.rb ├── terminal-table-1.8.0 │ ├── .gitignore │ ├── Gemfile │ ├── History.rdoc │ ├── LICENSE.txt │ ├── Manifest │ ├── README.rdoc │ ├── Rakefile │ ├── Todo.rdoc │ ├── examples │ │ └── examples.rb │ ├── lib │ │ ├── terminal-table.rb │ │ └── terminal-table │ │ │ ├── cell.rb │ │ │ ├── import.rb │ │ │ ├── row.rb │ │ │ ├── separator.rb │ │ │ ├── style.rb │ │ │ ├── table.rb │ │ │ ├── table_helper.rb │ │ │ └── version.rb │ └── terminal-table.gemspec ├── typhoeus-1.4.1 │ ├── .github │ │ └── workflows │ │ │ ├── ci.yml │ │ │ └── experimental.yml │ ├── .gitignore │ ├── .rspec │ ├── CHANGELOG.md │ ├── CONTRIBUTING.md │ ├── Gemfile │ ├── Guardfile │ ├── LICENSE │ ├── README.md │ ├── Rakefile │ ├── UPGRADE.md │ ├── lib │ │ ├── rack │ │ │ ├── typhoeus.rb │ │ │ └── typhoeus │ │ │ │ └── middleware │ │ │ │ ├── params_decoder.rb │ │ │ │ └── params_decoder │ │ │ │ └── helper.rb │ │ ├── typhoeus.rb │ │ └── typhoeus │ │ │ ├── adapters │ │ │ └── faraday.rb │ │ │ ├── cache │ │ │ ├── dalli.rb │ │ │ ├── rails.rb │ │ │ └── redis.rb │ │ │ ├── config.rb │ │ │ ├── easy_factory.rb │ │ │ ├── errors.rb │ │ │ ├── errors │ │ │ ├── no_stub.rb │ │ │ └── typhoeus_error.rb │ │ │ ├── expectation.rb │ │ │ ├── hydra.rb │ │ │ ├── hydra │ │ │ ├── addable.rb │ │ │ ├── before.rb │ │ │ ├── block_connection.rb │ │ │ ├── cacheable.rb │ │ │ ├── memoizable.rb │ │ │ ├── queueable.rb │ │ │ ├── runnable.rb │ │ │ └── stubbable.rb │ │ │ ├── pool.rb │ │ │ ├── railtie.rb │ │ │ ├── request.rb │ │ │ ├── request │ │ │ ├── actions.rb │ │ │ ├── before.rb │ │ │ ├── block_connection.rb │ │ │ ├── cacheable.rb │ │ │ ├── callbacks.rb │ │ │ ├── marshal.rb │ │ │ ├── memoizable.rb │ │ │ ├── operations.rb │ │ │ ├── responseable.rb │ │ │ ├── streamable.rb │ │ │ └── stubbable.rb │ │ │ ├── response.rb │ │ │ ├── response │ │ │ ├── cacheable.rb │ │ │ ├── header.rb │ │ │ ├── informations.rb │ │ │ └── status.rb │ │ │ └── version.rb │ ├── perf │ │ ├── profile.rb │ │ └── vs_nethttp.rb │ ├── spec │ │ ├── rack │ │ │ └── typhoeus │ │ │ │ └── middleware │ │ │ │ ├── params_decoder │ │ │ │ └── helper_spec.rb │ │ │ │ └── params_decoder_spec.rb │ │ ├── spec_helper.rb │ │ ├── support │ │ │ ├── localhost_server.rb │ │ │ ├── memory_cache.rb │ │ │ └── server.rb │ │ ├── typhoeus │ │ │ ├── adapters │ │ │ │ └── faraday_spec.rb │ │ │ ├── cache │ │ │ │ ├── dalli_spec.rb │ │ │ │ └── redis_spec.rb │ │ │ ├── config_spec.rb │ │ │ ├── easy_factory_spec.rb │ │ │ ├── errors │ │ │ │ └── no_stub_spec.rb │ │ │ ├── expectation_spec.rb │ │ │ ├── hydra │ │ │ │ ├── addable_spec.rb │ │ │ │ ├── before_spec.rb │ │ │ │ ├── block_connection_spec.rb │ │ │ │ ├── cacheable_spec.rb │ │ │ │ ├── memoizable_spec.rb │ │ │ │ ├── queueable_spec.rb │ │ │ │ ├── runnable_spec.rb │ │ │ │ └── stubbable_spec.rb │ │ │ ├── hydra_spec.rb │ │ │ ├── pool_spec.rb │ │ │ ├── request │ │ │ │ ├── actions_spec.rb │ │ │ │ ├── before_spec.rb │ │ │ │ ├── block_connection_spec.rb │ │ │ │ ├── cacheable_spec.rb │ │ │ │ ├── callbacks_spec.rb │ │ │ │ ├── marshal_spec.rb │ │ │ │ ├── memoizable_spec.rb │ │ │ │ ├── operations_spec.rb │ │ │ │ ├── responseable_spec.rb │ │ │ │ └── stubbable_spec.rb │ │ │ ├── request_spec.rb │ │ │ ├── response │ │ │ │ ├── header_spec.rb │ │ │ │ ├── informations_spec.rb │ │ │ │ └── status_spec.rb │ │ │ └── response_spec.rb │ │ └── typhoeus_spec.rb │ └── typhoeus.gemspec ├── tzinfo-2.0.6 │ ├── .yardopts │ ├── CHANGES.md │ ├── LICENSE │ ├── README.md │ └── lib │ │ ├── tzinfo.rb │ │ └── tzinfo │ │ ├── annual_rules.rb │ │ ├── country.rb │ │ ├── country_timezone.rb │ │ ├── data_source.rb │ │ ├── data_sources.rb │ │ ├── data_sources │ │ ├── constant_offset_data_timezone_info.rb │ │ ├── country_info.rb │ │ ├── data_timezone_info.rb │ │ ├── linked_timezone_info.rb │ │ ├── posix_time_zone_parser.rb │ │ ├── ruby_data_source.rb │ │ ├── timezone_info.rb │ │ ├── transitions_data_timezone_info.rb │ │ ├── zoneinfo_data_source.rb │ │ └── zoneinfo_reader.rb │ │ ├── data_timezone.rb │ │ ├── datetime_with_offset.rb │ │ ├── format1.rb │ │ ├── format1 │ │ ├── country_definer.rb │ │ ├── country_index_definition.rb │ │ ├── timezone_definer.rb │ │ ├── timezone_definition.rb │ │ └── timezone_index_definition.rb │ │ ├── format2.rb │ │ ├── format2 │ │ ├── country_definer.rb │ │ ├── country_index_definer.rb │ │ ├── country_index_definition.rb │ │ ├── timezone_definer.rb │ │ ├── timezone_definition.rb │ │ ├── timezone_index_definer.rb │ │ └── timezone_index_definition.rb │ │ ├── info_timezone.rb │ │ ├── linked_timezone.rb │ │ ├── offset_timezone_period.rb │ │ ├── ruby_core_support.rb │ │ ├── string_deduper.rb │ │ ├── time_with_offset.rb │ │ ├── timestamp.rb │ │ ├── timestamp_with_offset.rb │ │ ├── timezone.rb │ │ ├── timezone_offset.rb │ │ ├── timezone_period.rb │ │ ├── timezone_proxy.rb │ │ ├── timezone_transition.rb │ │ ├── transition_rule.rb │ │ ├── transitions_timezone_period.rb │ │ ├── version.rb │ │ └── with_offset.rb ├── unicode-display_width-1.8.0 │ ├── CHANGELOG.md │ ├── MIT-LICENSE.txt │ ├── README.md │ ├── data │ │ └── display_width.marshal.gz │ └── lib │ │ └── unicode │ │ ├── display_width.rb │ │ └── display_width │ │ ├── constants.rb │ │ ├── index.rb │ │ ├── no_string_ext.rb │ │ └── string_ext.rb └── zeitwerk-2.6.18 │ ├── MIT-LICENSE │ ├── README.md │ └── lib │ ├── zeitwerk.rb │ └── zeitwerk │ ├── cref.rb │ ├── error.rb │ ├── explicit_namespace.rb │ ├── gem_inflector.rb │ ├── gem_loader.rb │ ├── inflector.rb │ ├── internal.rb │ ├── kernel.rb │ ├── loader.rb │ ├── loader │ ├── callbacks.rb │ ├── config.rb │ ├── eager_load.rb │ └── helpers.rb │ ├── null_inflector.rb │ ├── real_mod_name.rb │ ├── registry.rb │ └── version.rb └── specifications ├── activesupport-6.1.7.10.gemspec ├── addressable-2.8.7.gemspec ├── base64-0.2.0.gemspec ├── coffee-script-2.4.1.gemspec ├── coffee-script-source-1.12.2.gemspec ├── colorator-1.1.0.gemspec ├── commonmarker-0.23.11.gemspec ├── concurrent-ruby-1.3.5.gemspec ├── dnsruby-1.72.4.gemspec ├── em-websocket-0.5.3.gemspec ├── ethon-0.16.0.gemspec ├── eventmachine-1.2.7.gemspec ├── execjs-2.10.0.gemspec ├── faraday-2.8.1.gemspec ├── faraday-net_http-3.0.2.gemspec ├── ffi-1.17.2-x86_64-darwin.gemspec ├── forwardable-extended-2.6.0.gemspec ├── gemoji-4.1.0.gemspec ├── github-pages-231.gemspec ├── github-pages-health-check-1.18.2.gemspec ├── html-pipeline-2.14.3.gemspec ├── http_parser.rb-0.8.0.gemspec ├── i18n-1.14.7.gemspec ├── jekyll-3.9.5.gemspec ├── jekyll-avatar-0.8.0.gemspec ├── jekyll-coffeescript-1.2.2.gemspec ├── jekyll-commonmark-1.4.0.gemspec ├── jekyll-commonmark-ghpages-0.4.0.gemspec ├── jekyll-default-layout-0.1.5.gemspec ├── jekyll-feed-0.17.0.gemspec ├── jekyll-gist-1.5.0.gemspec ├── jekyll-github-metadata-2.16.1.gemspec ├── jekyll-include-cache-0.2.1.gemspec ├── jekyll-mentions-1.6.0.gemspec ├── jekyll-optional-front-matter-0.3.2.gemspec ├── jekyll-paginate-1.1.0.gemspec ├── jekyll-readme-index-0.3.0.gemspec ├── jekyll-redirect-from-0.16.0.gemspec ├── jekyll-relative-links-0.6.1.gemspec ├── jekyll-remote-theme-0.4.3.gemspec ├── jekyll-sass-converter-1.5.2.gemspec ├── jekyll-seo-tag-2.8.0.gemspec ├── jekyll-sitemap-1.4.0.gemspec ├── jekyll-swiss-1.0.0.gemspec ├── jekyll-theme-architect-0.2.0.gemspec ├── jekyll-theme-cayman-0.2.0.gemspec ├── jekyll-theme-dinky-0.2.0.gemspec ├── jekyll-theme-hacker-0.2.0.gemspec ├── jekyll-theme-leap-day-0.2.0.gemspec ├── jekyll-theme-merlot-0.2.0.gemspec ├── jekyll-theme-midnight-0.2.0.gemspec ├── jekyll-theme-minimal-0.2.0.gemspec ├── jekyll-theme-modernist-0.2.0.gemspec ├── jekyll-theme-primer-0.6.0.gemspec ├── jekyll-theme-slate-0.2.0.gemspec ├── jekyll-theme-tactile-0.2.0.gemspec ├── jekyll-theme-time-machine-0.2.0.gemspec ├── jekyll-titles-from-headings-0.5.3.gemspec ├── jekyll-watch-2.2.1.gemspec ├── jemoji-0.13.0.gemspec ├── kramdown-2.4.0.gemspec ├── kramdown-parser-gfm-1.1.0.gemspec ├── liquid-4.0.4.gemspec ├── listen-3.9.0.gemspec ├── logger-1.6.6.gemspec ├── mercenary-0.3.6.gemspec ├── mini_portile2-2.8.9.gemspec ├── minima-2.5.1.gemspec ├── minitest-5.25.4.gemspec ├── nokogiri-1.13.10-x86_64-darwin.gemspec ├── octokit-4.25.1.gemspec ├── pathutil-0.16.2.gemspec ├── public_suffix-5.1.1.gemspec ├── racc-1.8.1.gemspec ├── rb-fsevent-0.11.2.gemspec ├── rb-inotify-0.11.1.gemspec ├── rexml-3.4.1.gemspec ├── rouge-3.30.0.gemspec ├── ruby2_keywords-0.0.5.gemspec ├── rubyzip-2.4.1.gemspec ├── safe_yaml-1.0.5.gemspec ├── sass-3.7.4.gemspec ├── sass-listen-4.0.0.gemspec ├── sawyer-0.9.2.gemspec ├── simpleidn-0.2.3.gemspec ├── terminal-table-1.8.0.gemspec ├── typhoeus-1.4.1.gemspec ├── tzinfo-2.0.6.gemspec ├── unicode-display_width-1.8.0.gemspec └── zeitwerk-2.6.18.gemspec /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/.DS_Store -------------------------------------------------------------------------------- /.bundle/config: -------------------------------------------------------------------------------- 1 | --- 2 | BUNDLE_PATH: "vendor/bundle" 3 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/.gitignore -------------------------------------------------------------------------------- /404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/404.html -------------------------------------------------------------------------------- /AI Threat Taxonomies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/AI Threat Taxonomies.md -------------------------------------------------------------------------------- /AIVSS-Chinese.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/AIVSS-Chinese.md -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | aivss.owasp.org -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Contribute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/Contribute.md -------------------------------------------------------------------------------- /Financial-AIVSS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/Financial-AIVSS.md -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/Gemfile -------------------------------------------------------------------------------- /Healthcare-AIVSS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/Healthcare-AIVSS.md -------------------------------------------------------------------------------- /Implementation_Details.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/Implementation_Details.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/SECURITY.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/_config.yml -------------------------------------------------------------------------------- /aivss_calculatorV1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/aivss_calculatorV1.py -------------------------------------------------------------------------------- /aivss_calculatorV2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/aivss_calculatorV2.py -------------------------------------------------------------------------------- /assets/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/.DS_Store -------------------------------------------------------------------------------- /assets/images/Ads_Dawson.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/Ads_Dawson.jpg -------------------------------------------------------------------------------- /assets/images/Advait_Patel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/Advait_Patel.jpg -------------------------------------------------------------------------------- /assets/images/Akram_Sheriff.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/Akram_Sheriff.jpg -------------------------------------------------------------------------------- /assets/images/Alex_Polyakov.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/Alex_Polyakov.jpg -------------------------------------------------------------------------------- /assets/images/Anat_Bremler-Barr.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/Anat_Bremler-Barr.jpg -------------------------------------------------------------------------------- /assets/images/Anton_Chuvakin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/Anton_Chuvakin.jpg -------------------------------------------------------------------------------- /assets/images/Apostol_Vassilev.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/Apostol_Vassilev.jpg -------------------------------------------------------------------------------- /assets/images/Charles_Iheagwara.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/Charles_Iheagwara.jpg -------------------------------------------------------------------------------- /assets/images/Chris_Hughes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/Chris_Hughes.jpg -------------------------------------------------------------------------------- /assets/images/David_Ames.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/David_Ames.jpg -------------------------------------------------------------------------------- /assets/images/David_Campbell.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/David_Campbell.jpg -------------------------------------------------------------------------------- /assets/images/David_Haber.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/David_Haber.jpg -------------------------------------------------------------------------------- /assets/images/Dennis_Xu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/Dennis_Xu.jpg -------------------------------------------------------------------------------- /assets/images/Idan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/Idan.jpg -------------------------------------------------------------------------------- /assets/images/Jason_Clinton.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/Jason_Clinton.jpg -------------------------------------------------------------------------------- /assets/images/Jason_Haddix.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/Jason_Haddix.jpg -------------------------------------------------------------------------------- /assets/images/Joshua-Beck.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/Joshua-Beck.jpeg -------------------------------------------------------------------------------- /assets/images/Josiah_Burke.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/Josiah_Burke.jpg -------------------------------------------------------------------------------- /assets/images/Ken_Huang.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/Ken_Huang.jpg -------------------------------------------------------------------------------- /assets/images/Kevin_Simmonds.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/Kevin_Simmonds.jpg -------------------------------------------------------------------------------- /assets/images/Krystal_Jackson.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/Krystal_Jackson.jpg -------------------------------------------------------------------------------- /assets/images/Leon_Derczynski.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/Leon_Derczynski.jpg -------------------------------------------------------------------------------- /assets/images/Mahesh_Lambe.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/Mahesh_Lambe.jpg -------------------------------------------------------------------------------- /assets/images/Manish_B..jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/Manish_B..jpg -------------------------------------------------------------------------------- /assets/images/Mark_B..jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/Mark_B..jpg -------------------------------------------------------------------------------- /assets/images/Martin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/Martin.jpg -------------------------------------------------------------------------------- /assets/images/Matthew-versaggi.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/Matthew-versaggi.jpeg -------------------------------------------------------------------------------- /assets/images/Michael_Bargury.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/Michael_Bargury.jpg -------------------------------------------------------------------------------- /assets/images/Nate_Lee.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/Nate_Lee.jpg -------------------------------------------------------------------------------- /assets/images/Omar_A..jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/Omar_A..jpg -------------------------------------------------------------------------------- /assets/images/Prashant_Kulkarni.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/Prashant_Kulkarni.jpg -------------------------------------------------------------------------------- /assets/images/Ramesh_Raskar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/Ramesh_Raskar.jpg -------------------------------------------------------------------------------- /assets/images/Rob_Joyce.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/Rob_Joyce.jpg -------------------------------------------------------------------------------- /assets/images/Ron_F._Del_Rosario.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/Ron_F._Del_Rosario.jpg -------------------------------------------------------------------------------- /assets/images/Samantha_S..jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/Samantha_S..jpg -------------------------------------------------------------------------------- /assets/images/Sunil_Agrawal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/Sunil_Agrawal.jpg -------------------------------------------------------------------------------- /assets/images/Sushmitha_Janapareddy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/Sushmitha_Janapareddy.jpg -------------------------------------------------------------------------------- /assets/images/Tal_Shapira.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/Tal_Shapira.jpg -------------------------------------------------------------------------------- /assets/images/Vineeth_Sai_Narajala.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/Vineeth_Sai_Narajala.jpg -------------------------------------------------------------------------------- /assets/images/Vishwas_Manral.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/Vishwas_Manral.jpg -------------------------------------------------------------------------------- /assets/images/Xiaochen_Zhang.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/Xiaochen_Zhang.jpg -------------------------------------------------------------------------------- /assets/images/Ying-Jung.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/Ying-Jung.jpg -------------------------------------------------------------------------------- /assets/images/aivss-first-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/aivss-first-page.png -------------------------------------------------------------------------------- /assets/images/bhavya_gupta.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/bhavya_gupta.jpeg -------------------------------------------------------------------------------- /assets/images/dan-goldberg.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/dan-goldberg.jpeg -------------------------------------------------------------------------------- /assets/images/dan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/dan.png -------------------------------------------------------------------------------- /assets/images/david-cisa.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/david-cisa.jpeg -------------------------------------------------------------------------------- /assets/images/diana-kelly.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/diana-kelly.jpeg -------------------------------------------------------------------------------- /assets/images/ed-lee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/ed-lee.png -------------------------------------------------------------------------------- /assets/images/guy-shtar.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/guy-shtar.jpeg -------------------------------------------------------------------------------- /assets/images/keith-hoodlet.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/keith-hoodlet.jpeg -------------------------------------------------------------------------------- /assets/images/marissa-dotter.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/marissa-dotter.jpeg -------------------------------------------------------------------------------- /assets/images/om-narayan.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/om-narayan.jpeg -------------------------------------------------------------------------------- /assets/images/walker-dimon.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/assets/images/walker-dimon.jpeg -------------------------------------------------------------------------------- /checklist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/checklist.md -------------------------------------------------------------------------------- /contributos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/contributos.md -------------------------------------------------------------------------------- /index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/index.md -------------------------------------------------------------------------------- /info.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/info.md -------------------------------------------------------------------------------- /leaders.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/leaders.md -------------------------------------------------------------------------------- /tab_announcements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/tab_announcements.md -------------------------------------------------------------------------------- /tab_demo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/tab_demo.md -------------------------------------------------------------------------------- /tab_leadership.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/tab_leadership.md -------------------------------------------------------------------------------- /tab_publications.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/tab_publications.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/bin/commonmarker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/bin/commonmarker -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/bin/github-pages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/bin/github-pages -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/bin/jekyll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/bin/jekyll -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/bin/kramdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/bin/kramdown -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/bin/listen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/bin/listen -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/bin/nokogiri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/bin/nokogiri -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/bin/racc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/bin/racc -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/bin/rougify: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/bin/rougify -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/bin/safe_yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/bin/safe_yaml -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/bin/sass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/bin/sass -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/bin/sass-convert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/bin/sass-convert -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/bin/scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/bin/scss -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/activesupport-6.1.7.10.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/activesupport-6.1.7.10.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/addressable-2.8.7.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/addressable-2.8.7.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/base64-0.2.0.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/base64-0.2.0.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/coffee-script-2.4.1.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/coffee-script-2.4.1.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/colorator-1.1.0.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/colorator-1.1.0.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/commonmarker-0.23.11.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/commonmarker-0.23.11.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/concurrent-ruby-1.3.5.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/concurrent-ruby-1.3.5.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/dnsruby-1.72.4.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/dnsruby-1.72.4.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/em-websocket-0.5.3.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/em-websocket-0.5.3.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/ethon-0.16.0.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/ethon-0.16.0.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/eventmachine-1.2.7.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/eventmachine-1.2.7.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/execjs-2.10.0.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/execjs-2.10.0.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/faraday-2.8.1.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/faraday-2.8.1.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/faraday-net_http-3.0.2.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/faraday-net_http-3.0.2.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/ffi-1.17.2-x86_64-darwin.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/ffi-1.17.2-x86_64-darwin.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/forwardable-extended-2.6.0.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/forwardable-extended-2.6.0.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/gemoji-4.1.0.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/gemoji-4.1.0.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/github-pages-231.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/github-pages-231.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/html-pipeline-2.14.3.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/html-pipeline-2.14.3.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/http_parser.rb-0.8.0.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/http_parser.rb-0.8.0.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/i18n-1.14.7.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/i18n-1.14.7.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/jekyll-3.9.5.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/jekyll-3.9.5.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/jekyll-avatar-0.8.0.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/jekyll-avatar-0.8.0.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/jekyll-coffeescript-1.2.2.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/jekyll-coffeescript-1.2.2.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/jekyll-commonmark-1.4.0.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/jekyll-commonmark-1.4.0.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/jekyll-feed-0.17.0.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/jekyll-feed-0.17.0.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/jekyll-gist-1.5.0.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/jekyll-gist-1.5.0.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/jekyll-include-cache-0.2.1.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/jekyll-include-cache-0.2.1.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/jekyll-mentions-1.6.0.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/jekyll-mentions-1.6.0.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/jekyll-paginate-1.1.0.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/jekyll-paginate-1.1.0.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/jekyll-readme-index-0.3.0.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/jekyll-readme-index-0.3.0.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/jekyll-remote-theme-0.4.3.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/jekyll-remote-theme-0.4.3.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/jekyll-seo-tag-2.8.0.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/jekyll-seo-tag-2.8.0.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/jekyll-sitemap-1.4.0.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/jekyll-sitemap-1.4.0.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/jekyll-swiss-1.0.0.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/jekyll-swiss-1.0.0.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/jekyll-theme-cayman-0.2.0.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/jekyll-theme-cayman-0.2.0.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/jekyll-theme-dinky-0.2.0.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/jekyll-theme-dinky-0.2.0.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/jekyll-theme-hacker-0.2.0.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/jekyll-theme-hacker-0.2.0.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/jekyll-theme-merlot-0.2.0.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/jekyll-theme-merlot-0.2.0.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/jekyll-theme-minimal-0.2.0.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/jekyll-theme-minimal-0.2.0.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/jekyll-theme-primer-0.6.0.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/jekyll-theme-primer-0.6.0.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/jekyll-theme-slate-0.2.0.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/jekyll-theme-slate-0.2.0.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/jekyll-theme-tactile-0.2.0.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/jekyll-theme-tactile-0.2.0.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/jekyll-watch-2.2.1.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/jekyll-watch-2.2.1.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/jemoji-0.13.0.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/jemoji-0.13.0.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/kramdown-2.4.0.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/kramdown-2.4.0.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/kramdown-parser-gfm-1.1.0.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/kramdown-parser-gfm-1.1.0.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/liquid-4.0.4.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/liquid-4.0.4.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/listen-3.9.0.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/listen-3.9.0.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/logger-1.6.6.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/logger-1.6.6.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/mercenary-0.3.6.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/mercenary-0.3.6.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/mini_portile2-2.8.9.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/mini_portile2-2.8.9.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/minima-2.5.1.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/minima-2.5.1.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/minitest-5.25.4.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/minitest-5.25.4.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/octokit-4.25.1.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/octokit-4.25.1.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/pathutil-0.16.2.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/pathutil-0.16.2.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/public_suffix-5.1.1.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/public_suffix-5.1.1.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/racc-1.8.1.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/racc-1.8.1.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/rb-fsevent-0.11.2.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/rb-fsevent-0.11.2.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/rb-inotify-0.11.1.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/rb-inotify-0.11.1.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/rexml-3.4.1.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/rexml-3.4.1.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/rouge-3.30.0.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/rouge-3.30.0.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/ruby2_keywords-0.0.5.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/ruby2_keywords-0.0.5.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/rubyzip-2.4.1.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/rubyzip-2.4.1.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/safe_yaml-1.0.5.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/safe_yaml-1.0.5.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/sass-3.7.4.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/sass-3.7.4.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/sass-listen-4.0.0.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/sass-listen-4.0.0.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/sawyer-0.9.2.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/sawyer-0.9.2.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/simpleidn-0.2.3.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/simpleidn-0.2.3.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/terminal-table-1.8.0.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/terminal-table-1.8.0.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/typhoeus-1.4.1.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/typhoeus-1.4.1.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/tzinfo-2.0.6.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/tzinfo-2.0.6.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/cache/zeitwerk-2.6.18.gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/cache/zeitwerk-2.6.18.gem -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/extensions/universal-darwin-24/2.6.0/commonmarker-0.23.11/gem.build_complete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/extensions/universal-darwin-24/2.6.0/eventmachine-1.2.7/gem.build_complete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/extensions/universal-darwin-24/2.6.0/http_parser.rb-0.8.0/gem.build_complete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/extensions/universal-darwin-24/2.6.0/racc-1.8.1/gem.build_complete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/addressable-2.8.7/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.7/CHANGELOG.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/addressable-2.8.7/Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.7/Gemfile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/addressable-2.8.7/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.7/LICENSE.txt -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/addressable-2.8.7/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.7/README.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/addressable-2.8.7/Rakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.7/Rakefile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/base64-0.2.0/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/base64-0.2.0/LICENSE.txt -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/base64-0.2.0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/base64-0.2.0/README.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/base64-0.2.0/lib/base64.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/base64-0.2.0/lib/base64.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/coffee-script-2.4.1/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/coffee-script-2.4.1/LICENSE -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/coffee-script-2.4.1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/coffee-script-2.4.1/README.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/coffee-script-2.4.1/lib/coffee-script.rb: -------------------------------------------------------------------------------- 1 | require 'coffee_script' 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/colorator-1.1.0/Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/colorator-1.1.0/Gemfile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/colorator-1.1.0/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/colorator-1.1.0/LICENSE -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/colorator-1.1.0/README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/colorator-1.1.0/README.markdown -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/colorator-1.1.0/Rakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/colorator-1.1.0/Rakefile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/commonmarker-0.23.11/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/commonmarker-0.23.11/README.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/commonmarker-0.23.11/Rakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/commonmarker-0.23.11/Rakefile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/commonmarker-0.23.11/ext/commonmarker/.sitearchdir.-.commonmarker.time: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/commonmarker-0.23.11/lib/commonmarker/version.rb: -------------------------------------------------------------------------------- 1 | # frozen_string_literal: true 2 | 3 | module CommonMarker 4 | VERSION = "0.23.11" 5 | end 6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.3.5/Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.3.5/Gemfile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.3.5/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.3.5/README.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.3.5/Rakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.3.5/Rakefile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.3.5/lib/concurrent-ruby/concurrent/version.rb: -------------------------------------------------------------------------------- 1 | module Concurrent 2 | VERSION = '1.3.5' 3 | end 4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/.coveralls.yml: -------------------------------------------------------------------------------- 1 | service_name: travis-ci 2 | repo_token: 99b5l6CKFt3CC4rxYUetvDQvKtaTgCJW2 3 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/.gitignore -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/.yardopts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/.yardopts -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/DNSSEC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/DNSSEC -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/EVENTMACHINE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/EVENTMACHINE -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/EXAMPLES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/EXAMPLES -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/Gemfile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/LICENSE -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/README.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/RELEASE_NOTES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/RELEASE_NOTES.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/Rakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/Rakefile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/SIGNED_UPDATES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/SIGNED_UPDATES -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/demo/axfr.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/demo/axfr.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/demo/digdlv.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/demo/digdlv.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/demo/digroot.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/demo/digroot.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/demo/mresolv.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/demo/mresolv.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/demo/mx.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/demo/mx.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/demo/rubydig.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/demo/rubydig.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/dnsruby.gemspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/dnsruby.gemspec -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/lib/dnsruby.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/lib/dnsruby.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/lib/dnsruby/resource/type_bitmap.rb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/lib/dnsruby/version.rb: -------------------------------------------------------------------------------- 1 | module Dnsruby 2 | VERSION = '1.72.4' 3 | end 4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/custom.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/custom.txt -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/localdns.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/localdns.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/resolv.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/resolv.conf -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_axfr.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_axfr.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_caa.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_caa.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_cache.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_cache.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_dlv.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_dlv.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_dns.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_dns.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_ds.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_ds.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_ecdsa.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_ecdsa.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_gpos.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_gpos.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_hash.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_hash.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_hip.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_hip.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_hs.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_hs.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_misc.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_misc.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_name.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_name.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_naptr.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_naptr.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_nsec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_nsec.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_nsec3.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_nsec3.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_nxt.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_nxt.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_ptrin.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_ptrin.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_queue.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_queue.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_recur.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_recur.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_rr.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_rr.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_rrset.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_rrset.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_rrsig.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_rrsig.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_soak.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_soak.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_sshfp.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_sshfp.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_tcp.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_tcp.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_tkey.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_tkey.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_tlsa.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_tlsa.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_tsig.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/dnsruby-1.72.4/test/tc_tsig.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/em-websocket-0.5.3/.gitignore: -------------------------------------------------------------------------------- 1 | *.gemspec 2 | pkg 3 | Gemfile.lock 4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/em-websocket-0.5.3/Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/em-websocket-0.5.3/Gemfile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/em-websocket-0.5.3/LICENCE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/em-websocket-0.5.3/LICENCE -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/em-websocket-0.5.3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/em-websocket-0.5.3/README.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/em-websocket-0.5.3/Rakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/em-websocket-0.5.3/Rakefile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/ethon-0.16.0/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/ethon-0.16.0/.gitignore -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/ethon-0.16.0/.rspec: -------------------------------------------------------------------------------- 1 | --tty 2 | --color 3 | --format documentation 4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/ethon-0.16.0/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/ethon-0.16.0/CHANGELOG.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/ethon-0.16.0/Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/ethon-0.16.0/Gemfile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/ethon-0.16.0/Guardfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/ethon-0.16.0/Guardfile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/ethon-0.16.0/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/ethon-0.16.0/LICENSE -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/ethon-0.16.0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/ethon-0.16.0/README.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/ethon-0.16.0/Rakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/ethon-0.16.0/Rakefile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/ethon-0.16.0/ethon.gemspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/ethon-0.16.0/ethon.gemspec -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/ethon-0.16.0/lib/ethon.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/ethon-0.16.0/lib/ethon.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/ethon-0.16.0/lib/ethon/curl.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/ethon-0.16.0/lib/ethon/curl.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/ethon-0.16.0/lib/ethon/easy.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/ethon-0.16.0/lib/ethon/easy.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/ethon-0.16.0/lib/ethon/libc.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/ethon-0.16.0/lib/ethon/libc.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/ethon-0.16.0/lib/ethon/multi.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/ethon-0.16.0/lib/ethon/multi.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/CHANGELOG.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/GNU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/GNU -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/LICENSE -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/README.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/examples/old/ex_queue.rb: -------------------------------------------------------------------------------- 1 | require File.dirname(__FILE__) + '/helper' 2 | 3 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/ext/.sitearchdir.time: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/ext/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/ext/Makefile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/ext/binder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/ext/binder.h -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/ext/binder.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/ext/binder.o -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/ext/cmain.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/ext/cmain.o -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/ext/ed.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/ext/ed.cpp -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/ext/ed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/ext/ed.h -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/ext/ed.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/ext/ed.o -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/ext/em.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/ext/em.cpp -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/ext/em.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/ext/em.h -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/ext/em.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/ext/em.o -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/ext/fastfilereader/.sitearchdir.time: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/ext/kb.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/ext/kb.cpp -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/ext/kb.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/ext/kb.o -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/ext/page.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/ext/page.cpp -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/ext/page.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/ext/page.h -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/ext/page.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/ext/page.o -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/ext/pipe.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/ext/pipe.cpp -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/ext/pipe.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/ext/pipe.o -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/ext/ssl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/ext/ssl.cpp -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/ext/ssl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/ext/ssl.h -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/ext/ssl.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/ext/ssl.o -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/lib/em/version.rb: -------------------------------------------------------------------------------- 1 | module EventMachine 2 | VERSION = "1.2.7" 3 | end 4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/execjs-2.10.0/MIT-LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/execjs-2.10.0/MIT-LICENSE -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/execjs-2.10.0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/execjs-2.10.0/README.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/execjs-2.10.0/lib/execjs.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/execjs-2.10.0/lib/execjs.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/execjs-2.10.0/lib/execjs/version.rb: -------------------------------------------------------------------------------- 1 | module ExecJS 2 | VERSION = "2.10.0" 3 | end 4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/faraday-2.8.1/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/faraday-2.8.1/CHANGELOG.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/faraday-2.8.1/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/faraday-2.8.1/LICENSE.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/faraday-2.8.1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/faraday-2.8.1/README.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/faraday-2.8.1/Rakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/faraday-2.8.1/Rakefile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/faraday-2.8.1/lib/faraday.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/faraday-2.8.1/lib/faraday.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/faraday-2.8.1/lib/faraday/version.rb: -------------------------------------------------------------------------------- 1 | # frozen_string_literal: true 2 | 3 | module Faraday 4 | VERSION = '2.8.1' 5 | end 6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2-x86_64-darwin/lib/ffi/memorypointer.rb: -------------------------------------------------------------------------------- 1 | # This class is now implemented in C 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2-x86_64-darwin/lib/ffi/version.rb: -------------------------------------------------------------------------------- 1 | module FFI 2 | VERSION = '1.17.2' 3 | end 4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/gemoji-4.1.0/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/gemoji-4.1.0/LICENSE -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/gemoji-4.1.0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/gemoji-4.1.0/README.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/gemoji-4.1.0/db/emoji.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/gemoji-4.1.0/db/emoji.json -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/gemoji-4.1.0/lib/emoji.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/gemoji-4.1.0/lib/emoji.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/gemoji-4.1.0/lib/gemoji.rb: -------------------------------------------------------------------------------- 1 | # frozen_string_literal: true 2 | 3 | require 'emoji' 4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/github-pages-231/.rubocop.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/github-pages-231/.rubocop.yml -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/github-pages-231/lib/github-pages/version.rb: -------------------------------------------------------------------------------- 1 | # frozen_string_literal: true 2 | 3 | module GitHubPages 4 | VERSION = 231 5 | end 6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/github-pages-health-check-1.18.2/.dockerignore: -------------------------------------------------------------------------------- 1 | Gemfile.lock 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/github-pages-health-check-1.18.2/.rspec: -------------------------------------------------------------------------------- 1 | --color 2 | --require spec_helper 3 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/github-pages-health-check-1.18.2/.ruby-version: -------------------------------------------------------------------------------- 1 | 2.7.1 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/github-pages-health-check-1.18.2/script/bootstrap: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | set -ex 4 | 5 | bundle install 6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/github-pages-health-check-1.18.2/script/test: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | set -e 4 | 5 | bundle exec rspec $@ 6 | script/fmt 7 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/html-pipeline-2.14.3/Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/html-pipeline-2.14.3/Gemfile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/html-pipeline-2.14.3/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/html-pipeline-2.14.3/LICENSE -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/http_parser.rb-0.8.0/Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/http_parser.rb-0.8.0/Gemfile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/.gitignore: -------------------------------------------------------------------------------- 1 | ryah_http_parser.* 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/.sitearchdir.time: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/http_parser.rb-0.8.0/lib/http/parser.rb: -------------------------------------------------------------------------------- 1 | require 'http_parser' 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/http_parser.rb-0.8.0/spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | require "http_parser" 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/i18n-1.14.7/MIT-LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/i18n-1.14.7/MIT-LICENSE -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/i18n-1.14.7/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/i18n-1.14.7/README.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/i18n-1.14.7/lib/i18n.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/i18n-1.14.7/lib/i18n.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/i18n-1.14.7/lib/i18n/version.rb: -------------------------------------------------------------------------------- 1 | # frozen_string_literal: true 2 | 3 | module I18n 4 | VERSION = "1.14.7" 5 | end 6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-3.9.5/.rubocop.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/jekyll-3.9.5/.rubocop.yml -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-3.9.5/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/jekyll-3.9.5/LICENSE -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-3.9.5/README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/jekyll-3.9.5/README.markdown -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-3.9.5/exe/jekyll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/jekyll-3.9.5/exe/jekyll -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-3.9.5/lib/jekyll.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/jekyll-3.9.5/lib/jekyll.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-3.9.5/lib/jekyll/generator.rb: -------------------------------------------------------------------------------- 1 | # frozen_string_literal: true 2 | 3 | module Jekyll 4 | Generator = Class.new(Plugin) 5 | end 6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-3.9.5/lib/jekyll/version.rb: -------------------------------------------------------------------------------- 1 | # frozen_string_literal: true 2 | 3 | module Jekyll 4 | VERSION = "3.9.5".freeze 5 | end 6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-3.9.5/lib/site_template/.gitignore: -------------------------------------------------------------------------------- 1 | _site 2 | .sass-cache 3 | .jekyll-metadata 4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-3.9.5/lib/theme_template/_layouts/default.html: -------------------------------------------------------------------------------- 1 | {{ content }} 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-3.9.5/lib/theme_template/_layouts/page.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | 5 | {{ content }} 6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-3.9.5/lib/theme_template/_layouts/post.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | 5 | {{ content }} 6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-3.9.5/lib/theme_template/gitignore.erb: -------------------------------------------------------------------------------- 1 | *.gem 2 | .bundle 3 | .sass-cache 4 | _site 5 | Gemfile.lock 6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-commonmark-ghpages-0.4.0/.gitignore: -------------------------------------------------------------------------------- 1 | *.gem 2 | Gemfile.lock 3 | spec/dest 4 | .bundle 5 | vendor/ 6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-default-layout-0.1.5/lib/jekyll-default-layout/version.rb: -------------------------------------------------------------------------------- 1 | # frozen_string_literal: true 2 | 3 | module JekyllDefaultLayout 4 | VERSION = "0.1.5" 5 | end 6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-feed-0.17.0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/jekyll-feed-0.17.0/README.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-gist-1.5.0/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/jekyll-gist-1.5.0/.gitignore -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-gist-1.5.0/.rspec: -------------------------------------------------------------------------------- 1 | --color 2 | --format progress 3 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-gist-1.5.0/Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/jekyll-gist-1.5.0/Gemfile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-gist-1.5.0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/jekyll-gist-1.5.0/README.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-gist-1.5.0/Rakefile: -------------------------------------------------------------------------------- 1 | # frozen_string_literal: true 2 | 3 | require "bundler/gem_tasks" 4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-gist-1.5.0/script/bootstrap: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env bash 2 | set -ex 3 | 4 | bundle install 5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-gist-1.5.0/script/cibuild: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env bash 2 | set -e 3 | 4 | script/fmt 5 | bundle exec rspec 6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-gist-1.5.0/script/fmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/jekyll-gist-1.5.0/script/fmt -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-gist-1.5.0/script/release: -------------------------------------------------------------------------------- 1 | #! /bin/bash 2 | 3 | rake release 4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-include-cache-0.2.1/lib/jekyll-include-cache/version.rb: -------------------------------------------------------------------------------- 1 | # frozen_string_literal: true 2 | 3 | module JekyllIncludeCache 4 | VERSION = "0.2.1" 5 | end 6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-optional-front-matter-0.3.2/lib/jekyll-optional-front-matter/version.rb: -------------------------------------------------------------------------------- 1 | # frozen_string_literal: true 2 | 3 | module JekyllOptionalFrontMatter 4 | VERSION = "0.3.2" 5 | end 6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-paginate-1.1.0/.rspec: -------------------------------------------------------------------------------- 1 | --color 2 | --format progress 3 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-paginate-1.1.0/Rakefile: -------------------------------------------------------------------------------- 1 | require "bundler/gem_tasks" 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-paginate-1.1.0/script/bootstrap: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | bundle install 4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-paginate-1.1.0/script/cibuild: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | bundle exec rspec 4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-paginate-1.1.0/spec/pagination_spec.rb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-paginate-1.1.0/spec/source/_posts/2014-05-20-blah.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-paginate-1.1.0/spec/source/_posts/2014-05-21-bleh.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-paginate-1.1.0/spec/source/_posts/2014-05-22-humor.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-paginate-1.1.0/spec/source/_posts/2014-05-23-hey-there.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-paginate-1.1.0/spec/source/_posts/2014-05-24-whateva.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-paginate-1.1.0/spec/source/_posts/2014-05-25-oh-yes.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-paginate-1.1.0/spec/source/contacts/index.html: -------------------------------------------------------------------------------- 1 | --- 2 | --- -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-paginate-1.1.0/spec/source/index.html: -------------------------------------------------------------------------------- 1 | --- 2 | --- -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-readme-index-0.3.0/lib/jekyll-readme-index/version.rb: -------------------------------------------------------------------------------- 1 | # frozen_string_literal: true 2 | 3 | module JekyllReadmeIndex 4 | VERSION = "0.3.0" 5 | end 6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-redirect-from-0.16.0/lib/jekyll-redirect-from/version.rb: -------------------------------------------------------------------------------- 1 | # frozen_string_literal: true 2 | 3 | module JekyllRedirectFrom 4 | VERSION = "0.16.0" 5 | end 6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-redirect-from-0.16.0/script/release: -------------------------------------------------------------------------------- 1 | #! /bin/bash 2 | 3 | script/cibuild 4 | bundle exec rake release 5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-redirect-from-0.16.0/script/test: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | bundle exec rspec $@ 3 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-redirect-from-0.16.0/spec/fixtures/_authors/kansaichris.md: -------------------------------------------------------------------------------- 1 | --- 2 | redirect_from: /kansaichris/ 3 | --- 4 | 5 | Hi. 6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-redirect-from-0.16.0/spec/fixtures/_layouts/layout.html: -------------------------------------------------------------------------------- 1 | --- 2 | --- 3 | 4 | LAYOUT INCLUDED 5 | 6 | {{ content }} 7 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-relative-links-0.6.1/lib/jekyll-relative-links/version.rb: -------------------------------------------------------------------------------- 1 | # frozen_string_literal: true 2 | 3 | module JekyllRelativeLinks 4 | VERSION = "0.6.1" 5 | end 6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-sass-converter-1.5.2/lib/jekyll-sass-converter/version.rb: -------------------------------------------------------------------------------- 1 | # frozen_string_literal: true 2 | 3 | module JekyllSassConverter 4 | VERSION = "1.5.2".freeze 5 | end 6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-seo-tag-2.8.0/.rspec: -------------------------------------------------------------------------------- 1 | --color 2 | --require spec_helper 3 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-seo-tag-2.8.0/Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/jekyll-seo-tag-2.8.0/Gemfile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-seo-tag-2.8.0/script/bootstrap: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | set -ex 4 | 5 | bundle install 6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-seo-tag-2.8.0/script/site: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | bundle exec jekyll serve --source docs 4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-sitemap-1.4.0/.rspec: -------------------------------------------------------------------------------- 1 | --color 2 | --format progress 3 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-sitemap-1.4.0/Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/jekyll-sitemap-1.4.0/Gemfile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-sitemap-1.4.0/script/bootstrap: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | set -ex 3 | 4 | bundle install 5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-sitemap-1.4.0/spec/fixtures/404.md: -------------------------------------------------------------------------------- 1 | --- 2 | --- 3 | 4 | 404. That's an error. 5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-sitemap-1.4.0/spec/fixtures/_posts/2013-12-12-dec-the-second.md: -------------------------------------------------------------------------------- 1 | --- 2 | --- 3 | 4 | December the twelfth, actually. 5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-sitemap-1.4.0/spec/fixtures/_posts/2014-03-02-march-the-second.md: -------------------------------------------------------------------------------- 1 | --- 2 | --- 3 | 4 | March the second! 5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-sitemap-1.4.0/spec/fixtures/_posts/2014-03-04-march-the-fourth.md: -------------------------------------------------------------------------------- 1 | --- 2 | --- 3 | 4 | March the fourth! 5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-sitemap-1.4.0/spec/fixtures/_posts/2016-04-01-错误.html: -------------------------------------------------------------------------------- 1 | --- 2 | --- 3 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-sitemap-1.4.0/spec/fixtures/_posts/2016-04-02-错误.html: -------------------------------------------------------------------------------- 1 | --- 2 | permalink: "/2016/04/02/错误.html" 3 | --- 4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-sitemap-1.4.0/spec/fixtures/some-subfolder/exclude-this-page.html: -------------------------------------------------------------------------------- 1 | --- 2 | sitemap: false 3 | --- 4 | 5 | Exclude this page 6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-sitemap-1.4.0/spec/fixtures/some-subfolder/this-is-a-subfile.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-sitemap-1.4.0/spec/fixtures/static_files/404.html: -------------------------------------------------------------------------------- 1 | 404. That's an error. 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-sitemap-1.4.0/spec/fixtures/static_files/excluded.pdf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-sitemap-1.4.0/spec/fixtures/static_files/html_file.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-sitemap-1.4.0/spec/fixtures/static_files/test.pdf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-sitemap-1.4.0/spec/robot-fixtures/page-at-root/robots.txt: -------------------------------------------------------------------------------- 1 | --- 2 | --- 3 | 4 | Allow: {{ site.url }} 5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-sitemap-1.4.0/spec/robot-fixtures/permalinked-page-in-subdir/assets/robots.txt: -------------------------------------------------------------------------------- 1 | --- 2 | permalink: '/robots.txt' 3 | --- 4 | 5 | Allow: {{ site.url }} 6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-sitemap-1.4.0/spec/robot-fixtures/static-at-source-root/robots.txt: -------------------------------------------------------------------------------- 1 | Allow: / 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-sitemap-1.4.0/spec/robot-fixtures/static-in-subdir/assets/robots.txt: -------------------------------------------------------------------------------- 1 | Allow: / 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-swiss-1.0.0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/jekyll-swiss-1.0.0/README.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-theme-architect-0.2.0/assets/css/style.scss: -------------------------------------------------------------------------------- 1 | --- 2 | --- 3 | 4 | @import 'jekyll-theme-architect'; 5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-theme-cayman-0.2.0/assets/css/style.scss: -------------------------------------------------------------------------------- 1 | --- 2 | --- 3 | 4 | @import 'jekyll-theme-cayman'; 5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-theme-dinky-0.2.0/assets/css/style.scss: -------------------------------------------------------------------------------- 1 | --- 2 | --- 3 | 4 | @import 'jekyll-theme-dinky'; 5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-theme-hacker-0.2.0/assets/css/style.scss: -------------------------------------------------------------------------------- 1 | --- 2 | --- 3 | 4 | @import 'jekyll-theme-hacker'; 5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-theme-leap-day-0.2.0/assets/css/style.scss: -------------------------------------------------------------------------------- 1 | --- 2 | --- 3 | 4 | @import 'jekyll-theme-leap-day'; 5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-theme-merlot-0.2.0/assets/css/style.scss: -------------------------------------------------------------------------------- 1 | --- 2 | --- 3 | 4 | @import 'jekyll-theme-merlot'; 5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-theme-midnight-0.2.0/assets/css/ie.scss: -------------------------------------------------------------------------------- 1 | nav { 2 | display: none; 3 | } -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-theme-midnight-0.2.0/assets/css/style.scss: -------------------------------------------------------------------------------- 1 | --- 2 | --- 3 | 4 | @import "jekyll-theme-midnight"; 5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-theme-minimal-0.2.0/assets/css/style.scss: -------------------------------------------------------------------------------- 1 | --- 2 | --- 3 | 4 | @import "jekyll-theme-minimal"; 5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-theme-modernist-0.2.0/assets/css/style.scss: -------------------------------------------------------------------------------- 1 | --- 2 | --- 3 | 4 | @import "jekyll-theme-modernist"; 5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-theme-primer-0.6.0/_includes/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-theme-primer-0.6.0/_layouts/home.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | {{ content }} -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-theme-primer-0.6.0/_layouts/page.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | {{ content }} -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-theme-primer-0.6.0/_layouts/post.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | {{ content }} -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-theme-primer-0.6.0/assets/css/style.scss: -------------------------------------------------------------------------------- 1 | --- 2 | --- 3 | 4 | @import "jekyll-theme-primer"; 5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-theme-slate-0.2.0/assets/css/style.scss: -------------------------------------------------------------------------------- 1 | --- 2 | --- 3 | 4 | @import "jekyll-theme-slate"; 5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-theme-tactile-0.2.0/assets/css/style.scss: -------------------------------------------------------------------------------- 1 | --- 2 | --- 3 | 4 | @import "jekyll-theme-tactile"; 5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jekyll-titles-from-headings-0.5.3/lib/jekyll-titles-from-headings/version.rb: -------------------------------------------------------------------------------- 1 | # frozen_string_literal: true 2 | 3 | module JekyllTitlesFromHeadings 4 | VERSION = "0.5.3" 5 | end 6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/jemoji-0.13.0/lib/jemoji.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/jemoji-0.13.0/lib/jemoji.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/AUTHORS -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/CONTRIBUTERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/CONTRIBUTERS -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/COPYING -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/README.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/VERSION: -------------------------------------------------------------------------------- 1 | 2.4.0 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/bin/kramdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/bin/kramdown -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/01_blank_line/spaces.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/01_blank_line/tabs.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/02_eob/beginning.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/02_eob/beginning.text: -------------------------------------------------------------------------------- 1 | ^ 2 | 3 | 4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/02_eob/end.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/02_eob/end.text: -------------------------------------------------------------------------------- 1 | 2 | 3 | ^ 4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/02_eob/middle.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/02_eob/middle.text: -------------------------------------------------------------------------------- 1 | 2 | 3 | ^ 4 | 5 | 6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/03_paragraph/one_para.html: -------------------------------------------------------------------------------- 1 |

This is just a normal paragraph.

2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/03_paragraph/one_para.text: -------------------------------------------------------------------------------- 1 | This is just a normal paragraph. 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/03_paragraph/with_html_to_native.options: -------------------------------------------------------------------------------- 1 | :html_to_native: true 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/04_header/atx_header_no_newline_at_end.html: -------------------------------------------------------------------------------- 1 |

header

2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/04_header/atx_header_no_newline_at_end.text: -------------------------------------------------------------------------------- 1 | # header -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/04_header/header_type_offset.options: -------------------------------------------------------------------------------- 1 | :header_offset: 1 2 | :auto_ids: false -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/04_header/setext_header_no_newline_at_end.html: -------------------------------------------------------------------------------- 1 |

header

2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/04_header/with_auto_id_prefix.text: -------------------------------------------------------------------------------- 1 | # Header 1 2 | 3 | # 123 4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/04_header/with_auto_id_stripping.options: -------------------------------------------------------------------------------- 1 | :auto_id_stripping: true 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/04_header/with_auto_id_stripping.text: -------------------------------------------------------------------------------- 1 | # This is a header 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/05_blockquote/no_newline_at_end.text: -------------------------------------------------------------------------------- 1 | > This is a block quote 2 | > with no newline. -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/06_codeblock/disable-highlighting.options: -------------------------------------------------------------------------------- 1 | :enable_coderay: false 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/06_codeblock/disable-highlighting.text: -------------------------------------------------------------------------------- 1 | x = Class.new 2 | ^ 3 | href 4 | {: lang="html"} 5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/06_codeblock/guess_lang_css_class.options: -------------------------------------------------------------------------------- 1 | :syntax_highlighter_opts: 2 | guess_lang: true 3 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/06_codeblock/highlighting-minted.text: -------------------------------------------------------------------------------- 1 | x = Class.new 2 | ^ 3 | href 4 | {: .language-html} 5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/06_codeblock/highlighting-opts.text: -------------------------------------------------------------------------------- 1 | x = Class.new 2 | ^ 3 | href 4 | {: .language-html} 5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/06_codeblock/highlighting.text: -------------------------------------------------------------------------------- 1 | x = Class.new 2 | ^ 3 | href 4 | {: .language-html} 5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/06_codeblock/no_newline_at_end.text: -------------------------------------------------------------------------------- 1 | test -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/06_codeblock/rouge/disabled.text: -------------------------------------------------------------------------------- 1 | x = Class.new 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/06_codeblock/with_lang_in_fenced_block.options: -------------------------------------------------------------------------------- 1 | :syntax_highlighter: null 2 | 3 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/06_codeblock/with_lang_in_fenced_block_any_char.options: -------------------------------------------------------------------------------- 1 | :enable_coderay: false 2 | 3 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/06_codeblock/with_lang_in_fenced_block_name_with_dash.options: -------------------------------------------------------------------------------- 1 | :enable_coderay: false 2 | 3 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/08_list/brackets_in_item.text: -------------------------------------------------------------------------------- 1 | * \[and\] another 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/08_list/single_item.text: -------------------------------------------------------------------------------- 1 | * single 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/09_html/content_model/deflists.options: -------------------------------------------------------------------------------- 1 | :parse_block_html: true 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/09_html/content_model/tables.options: -------------------------------------------------------------------------------- 1 | :parse_block_html: true 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/09_html/html_and_codeblocks.options: -------------------------------------------------------------------------------- 1 | :parse_block_html: true 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/09_html/html_to_native/entity.html: -------------------------------------------------------------------------------- 1 |

This is *raw* HTML text containing < entities!

2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/09_html/html_to_native/entity.text: -------------------------------------------------------------------------------- 1 |

This is *raw* HTML text containing < entities!

2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/09_html/html_to_native/options: -------------------------------------------------------------------------------- 1 | :html_to_native: true 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/09_html/html_to_native/typography.html: -------------------------------------------------------------------------------- 1 |

This is … something “to remember”!

2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/09_html/parse_as_raw.options: -------------------------------------------------------------------------------- 1 | :parse_block_html: true 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/09_html/parse_as_span.options: -------------------------------------------------------------------------------- 1 | :parse_block_html: true 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/09_html/parse_block_html.options: -------------------------------------------------------------------------------- 1 | :parse_block_html: true 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/09_html/simple.options: -------------------------------------------------------------------------------- 1 | :parse_block_html: true 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/10_ald/simple.html: -------------------------------------------------------------------------------- 1 |

Some paragraph

2 | 3 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/11_ial/auto_id_and_ial.html: -------------------------------------------------------------------------------- 1 |

A header

2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/11_ial/auto_id_and_ial.options: -------------------------------------------------------------------------------- 1 | :auto_ids: true 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/11_ial/auto_id_and_ial.text: -------------------------------------------------------------------------------- 1 | ## A header 2 | {:#myid .cls} 3 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/13_definition_list/definition_at_beginning.html: -------------------------------------------------------------------------------- 1 |

: no definition

2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/13_definition_list/definition_at_beginning.text: -------------------------------------------------------------------------------- 1 | : no definition 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/13_definition_list/styled_terms.text: -------------------------------------------------------------------------------- 1 | *kram* 2 | : down 3 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/13_definition_list/too_much_space.text: -------------------------------------------------------------------------------- 1 | para 2 | 3 | 4 | : no definition 5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/14_table/empty_tag_in_cell.options: -------------------------------------------------------------------------------- 1 | :html_to_native: true 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/15_math/no_engine.options: -------------------------------------------------------------------------------- 1 | :math_engine: ~ 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/15_math/no_engine.text: -------------------------------------------------------------------------------- 1 | {: #math-id} 2 | $$5+5$$ 3 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/16_toc/toc_exclude.options: -------------------------------------------------------------------------------- 1 | :auto_ids: true 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/16_toc/toc_levels.options: -------------------------------------------------------------------------------- 1 | :toc_levels: 2..3 2 | :auto_ids: true 3 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/block/16_toc/toc_with_footnotes.options: -------------------------------------------------------------------------------- 1 | :auto_ids: true 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/cjk-line-break.html: -------------------------------------------------------------------------------- 1 |

一二三四五

2 | 3 |

あいうえお

4 | 5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/cjk-line-break.options: -------------------------------------------------------------------------------- 1 | :remove_line_breaks_for_cjk: true 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/man/heading-name-dash-description.text: -------------------------------------------------------------------------------- 1 | # name -- description 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/man/heading-name-section-description.text: -------------------------------------------------------------------------------- 1 | # name(1) -- description 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/man/heading-name-section.man: -------------------------------------------------------------------------------- 1 | .\" generated by kramdown 2 | .TH "NAME" "1" 3 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/man/heading-name-section.text: -------------------------------------------------------------------------------- 1 | # name(1) 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/man/heading-name.man: -------------------------------------------------------------------------------- 1 | .\" generated by kramdown 2 | .TH "NAME" "7" 3 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/man/heading-name.text: -------------------------------------------------------------------------------- 1 | # name 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/man/sections.man: -------------------------------------------------------------------------------- 1 | .\" generated by kramdown 2 | .SH "NAME" 3 | works 4 | .SS "Sub section" 5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/span/02_emphasis/normal.options: -------------------------------------------------------------------------------- 1 | :entity_output: :numeric 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/span/03_codespan/errors.html: -------------------------------------------------------------------------------- 1 |

Not ended `span.

2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/span/03_codespan/errors.text: -------------------------------------------------------------------------------- 1 | Not ended `span. 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/span/03_codespan/highlighting-minted.latex: -------------------------------------------------------------------------------- 1 | You can say \mintinline{ruby}{x = Class.new}, for example. 2 | 3 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/span/03_codespan/highlighting-minted.options: -------------------------------------------------------------------------------- 1 | :syntax_highlighter: minted 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/span/03_codespan/highlighting-minted.text: -------------------------------------------------------------------------------- 1 | You can say `x = Class.new`{:.language-ruby}, for example. 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/span/03_codespan/highlighting.text: -------------------------------------------------------------------------------- 1 | You can say `x = Class.new`{:.language-ruby}, for example. 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/span/03_codespan/normal-css-class.options: -------------------------------------------------------------------------------- 1 | :syntax_highlighter_opts: 2 | guess_lang: true 3 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/span/03_codespan/normal-css-class.text: -------------------------------------------------------------------------------- 1 | This is a `code-span` 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/span/03_codespan/rouge/disabled.text: -------------------------------------------------------------------------------- 1 | You can say `Class`{:.language-ruby}. 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/span/03_codespan/rouge/simple.options: -------------------------------------------------------------------------------- 1 | :syntax_highlighter: rouge 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/span/03_codespan/rouge/simple.text: -------------------------------------------------------------------------------- 1 | You can say `x = Class.new`{:.language-ruby}, for example. 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/span/04_footnote/backlink_inline.options: -------------------------------------------------------------------------------- 1 | footnote_backlink_inline: true 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/span/04_footnote/backlink_text.options: -------------------------------------------------------------------------------- 1 | :footnote_backlink: 'text &8617; ' 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/span/04_footnote/footnote_nr.options: -------------------------------------------------------------------------------- 1 | :footnote_nr: 35 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/span/04_footnote/footnote_prefix.options: -------------------------------------------------------------------------------- 1 | :footnote_prefix: adf123- 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/span/04_footnote/markers.options: -------------------------------------------------------------------------------- 1 | :auto_ids: false 2 | :entity_output: :symbolic 3 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/span/04_footnote/placement.options: -------------------------------------------------------------------------------- 1 | :entity_output: :numeric 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/span/04_footnote/regexp_problem.options: -------------------------------------------------------------------------------- 1 | :auto_ids: false 2 | :entity_output: :symbolic 3 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/span/04_footnote/without_backlink.options: -------------------------------------------------------------------------------- 1 | :footnote_backlink: '' 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/span/05_html/invalid.text: -------------------------------------------------------------------------------- 1 | This is some text 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/span/05_html/link_with_mailto.html: -------------------------------------------------------------------------------- 1 |

Link: text

2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/span/05_html/link_with_mailto.text: -------------------------------------------------------------------------------- 1 | Link: text 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/span/extension/ignored.html: -------------------------------------------------------------------------------- 1 |

This is {::something}paragraph{:/}

2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/span/extension/ignored.text: -------------------------------------------------------------------------------- 1 | This is {::something}paragraph{:/} 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/span/extension/nomarkdown.html: -------------------------------------------------------------------------------- 1 |

This is *some* text.

2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/span/extension/nomarkdown.text: -------------------------------------------------------------------------------- 1 | This is {::nomarkdown}*some*{:/} text. 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/span/math/no_engine.options: -------------------------------------------------------------------------------- 1 | :math_engine: ~ 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/span/math/no_engine.text: -------------------------------------------------------------------------------- 1 | $$5+5$$ inline math 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/span/text_substitutions/entities.options: -------------------------------------------------------------------------------- 1 | :entity_output: :as_input 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/span/text_substitutions/entities_as_char.html: -------------------------------------------------------------------------------- 1 |

This "is" 'the' A&O. © 2008 by me ŗ and λ

2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/span/text_substitutions/entities_as_char.text: -------------------------------------------------------------------------------- 1 | This "is" 'the' A&O. © 2008 by me ŗ and λ 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/span/text_substitutions/entities_as_input.options: -------------------------------------------------------------------------------- 1 | :entity_output: :as_input 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/span/text_substitutions/entities_numeric.options: -------------------------------------------------------------------------------- 1 | :entity_output: :numeric 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/span/text_substitutions/entities_symbolic.html: -------------------------------------------------------------------------------- 1 |

This is the A&O. © 2008 by me ŗ and λ

2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/span/text_substitutions/entities_symbolic.options: -------------------------------------------------------------------------------- 1 | :entity_output: :symbolic 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/span/text_substitutions/greaterthan.text: -------------------------------------------------------------------------------- 1 | 2 > 1 > 0 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/span/text_substitutions/lowerthan.text: -------------------------------------------------------------------------------- 1 | 0 < 1 < 2 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-2.4.0/test/testcases/span/text_substitutions/typography.options: -------------------------------------------------------------------------------- 1 | :entity_output: symbolic 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-parser-gfm-1.1.0/VERSION: -------------------------------------------------------------------------------- 1 | 1.1.0 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-parser-gfm-1.1.0/test/testcases/backticks_syntax.options: -------------------------------------------------------------------------------- 1 | :enable_coderay: false 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-parser-gfm-1.1.0/test/testcases/codeblock_fenced.options: -------------------------------------------------------------------------------- 1 | :enable_coderay: false 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-parser-gfm-1.1.0/test/testcases/hard_line_breaks.text: -------------------------------------------------------------------------------- 1 | one 2 | _two_ 3 | three 4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-parser-gfm-1.1.0/test/testcases/hard_line_breaks_off.options: -------------------------------------------------------------------------------- 1 | :hard_wrap: false 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-parser-gfm-1.1.0/test/testcases/header_ids.options: -------------------------------------------------------------------------------- 1 | :auto_ids: true 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-parser-gfm-1.1.0/test/testcases/header_ids_with_prefix.text: -------------------------------------------------------------------------------- 1 | # Header 1 2 | 3 | # 123 4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-parser-gfm-1.1.0/test/testcases/no_typographic.options: -------------------------------------------------------------------------------- 1 | :gfm_quirks: [no_auto_typographic] 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/kramdown-parser-gfm-1.1.0/test/testcases/paragraph_end-disabled.options: -------------------------------------------------------------------------------- 1 | :gfm_quirks: [] 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/liquid-4.0.4/History.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/liquid-4.0.4/History.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/liquid-4.0.4/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/liquid-4.0.4/LICENSE -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/liquid-4.0.4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/liquid-4.0.4/README.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/liquid-4.0.4/lib/liquid.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/liquid-4.0.4/lib/liquid.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/liquid-4.0.4/lib/liquid/version.rb: -------------------------------------------------------------------------------- 1 | # encoding: utf-8 2 | 3 | module Liquid 4 | VERSION = "4.0.4".freeze 5 | end 6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/listen-3.9.0/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/listen-3.9.0/CHANGELOG.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/listen-3.9.0/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/listen-3.9.0/CONTRIBUTING.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/listen-3.9.0/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/listen-3.9.0/LICENSE.txt -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/listen-3.9.0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/listen-3.9.0/README.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/listen-3.9.0/bin/listen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/listen-3.9.0/bin/listen -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/listen-3.9.0/lib/listen.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/listen-3.9.0/lib/listen.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/listen-3.9.0/lib/listen/version.rb: -------------------------------------------------------------------------------- 1 | # frozen_string_literal: true 2 | 3 | module Listen 4 | VERSION = '3.9.0' 5 | end 6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/logger-1.6.6/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/logger-1.6.6/.gitignore -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/logger-1.6.6/BSDL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/logger-1.6.6/BSDL -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/logger-1.6.6/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/logger-1.6.6/COPYING -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/logger-1.6.6/Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/logger-1.6.6/Gemfile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/logger-1.6.6/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/logger-1.6.6/README.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/logger-1.6.6/Rakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/logger-1.6.6/Rakefile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/logger-1.6.6/bin/console: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/logger-1.6.6/bin/console -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/logger-1.6.6/bin/setup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/logger-1.6.6/bin/setup -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/logger-1.6.6/lib/logger.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/logger-1.6.6/lib/logger.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/logger-1.6.6/lib/logger/version.rb: -------------------------------------------------------------------------------- 1 | # frozen_string_literal: true 2 | 3 | class Logger 4 | VERSION = "1.6.6" 5 | end 6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/logger-1.6.6/logger.gemspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/logger-1.6.6/logger.gemspec -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/mercenary-0.3.6/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/mercenary-0.3.6/.gitignore -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/mercenary-0.3.6/.rspec: -------------------------------------------------------------------------------- 1 | --color 2 | --format progress 3 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/mercenary-0.3.6/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/mercenary-0.3.6/.travis.yml -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/mercenary-0.3.6/Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/mercenary-0.3.6/Gemfile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/mercenary-0.3.6/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/mercenary-0.3.6/LICENSE.txt -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/mercenary-0.3.6/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/mercenary-0.3.6/README.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/mercenary-0.3.6/Rakefile: -------------------------------------------------------------------------------- 1 | require "bundler/gem_tasks" 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/mercenary-0.3.6/lib/mercenary/version.rb: -------------------------------------------------------------------------------- 1 | module Mercenary 2 | VERSION = "0.3.6" 3 | end 4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/mercenary-0.3.6/script/cibuild: -------------------------------------------------------------------------------- 1 | #! /bin/sh 2 | 3 | set -ex 4 | 5 | bundle exec rspec 6 | ./script/examples 7 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/mercenary-0.3.6/script/console: -------------------------------------------------------------------------------- 1 | #! /bin/bash 2 | 3 | irb -r./lib/mercenary.rb 4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.8.9/.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | github: flavorjones 2 | tidelift: rubygems/mini_portile2 3 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.8.9/.gitignore: -------------------------------------------------------------------------------- 1 | .bundle 2 | Gemfile.lock 3 | pkg 4 | ports 5 | tmp 6 | mkmf.log 7 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.8.9/Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.8.9/Gemfile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.8.9/Rakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.8.9/Rakefile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.8.9/lib/mini_portile2/version.rb: -------------------------------------------------------------------------------- 1 | class MiniPortile 2 | VERSION = "2.8.9" 3 | end 4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.8.9/test/assets/gpg-fixtures/data: -------------------------------------------------------------------------------- 1 | test 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/minima-2.5.1/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/minima-2.5.1/LICENSE.txt -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/minima-2.5.1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/minima-2.5.1/README.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/minitest-5.25.4/.autotest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/minitest-5.25.4/.autotest -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/minitest-5.25.4/History.rdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/minitest-5.25.4/History.rdoc -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/minitest-5.25.4/Manifest.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/minitest-5.25.4/Manifest.txt -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/minitest-5.25.4/README.rdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/minitest-5.25.4/README.rdoc -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/minitest-5.25.4/Rakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/minitest-5.25.4/Rakefile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/octokit-4.25.1/.document: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/octokit-4.25.1/.document -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/octokit-4.25.1/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/octokit-4.25.1/LICENSE.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/octokit-4.25.1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/octokit-4.25.1/README.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/octokit-4.25.1/Rakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/octokit-4.25.1/Rakefile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/pathutil-0.16.2/Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/pathutil-0.16.2/Gemfile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/pathutil-0.16.2/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/pathutil-0.16.2/LICENSE -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/pathutil-0.16.2/Rakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/pathutil-0.16.2/Rakefile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/public_suffix-5.1.1/.yardopts: -------------------------------------------------------------------------------- 1 | --title 'Ruby Public Suffix API Documentation' 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/racc-1.8.1/BSDL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/racc-1.8.1/BSDL -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/racc-1.8.1/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/racc-1.8.1/COPYING -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/racc-1.8.1/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/racc-1.8.1/ChangeLog -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/racc-1.8.1/README.ja.rdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/racc-1.8.1/README.ja.rdoc -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/racc-1.8.1/README.rdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/racc-1.8.1/README.rdoc -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/racc-1.8.1/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/racc-1.8.1/TODO -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/racc-1.8.1/bin/racc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/racc-1.8.1/bin/racc -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/racc-1.8.1/ext/racc/cparse/.sitearchdir.-.racc.time: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/racc-1.8.1/lib/racc.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/racc-1.8.1/lib/racc.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/racc-1.8.1/lib/racc/info.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/racc-1.8.1/lib/racc/info.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/racc-1.8.1/lib/racc/iset.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/racc-1.8.1/lib/racc/iset.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/racc-1.8.1/lib/racc/state.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/racc-1.8.1/lib/racc/state.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/rb-fsevent-0.11.2/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/rb-fsevent-0.11.2/.gitignore -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/rb-fsevent-0.11.2/Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/rb-fsevent-0.11.2/Gemfile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/rb-fsevent-0.11.2/Guardfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/rb-fsevent-0.11.2/Guardfile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/rb-fsevent-0.11.2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/rb-fsevent-0.11.2/README.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/rb-fsevent-0.11.2/Rakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/rb-fsevent-0.11.2/Rakefile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/rb-fsevent-0.11.2/lib/rb-fsevent/version.rb: -------------------------------------------------------------------------------- 1 | # -*- encoding: utf-8 -*- 2 | 3 | class FSEvent 4 | VERSION = '0.11.2' 5 | end 6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/rb-inotify-0.11.1/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/rb-inotify-0.11.1/.gitignore -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/rb-inotify-0.11.1/.yardopts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/rb-inotify-0.11.1/.yardopts -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/rb-inotify-0.11.1/Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/rb-inotify-0.11.1/Gemfile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/rb-inotify-0.11.1/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/rb-inotify-0.11.1/LICENSE.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/rb-inotify-0.11.1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/rb-inotify-0.11.1/README.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/rexml-3.4.1/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.1/LICENSE.txt -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/rexml-3.4.1/NEWS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.1/NEWS.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/rexml-3.4.1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.1/README.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/rexml-3.4.1/lib/rexml.rb: -------------------------------------------------------------------------------- 1 | # frozen_string_literal: true 2 | 3 | require_relative "rexml/document" 4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/rouge-3.30.0/Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/rouge-3.30.0/Gemfile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/rouge-3.30.0/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/rouge-3.30.0/LICENSE -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/rouge-3.30.0/bin/rougify: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/rouge-3.30.0/bin/rougify -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/rouge-3.30.0/lib/rouge.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/rouge-3.30.0/lib/rouge.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/rouge-3.30.0/lib/rouge/demos/brainfuck: -------------------------------------------------------------------------------- 1 | [ 2 | This is a sample 3 | comment. 4 | ] 5 | .[>+<-]>, 6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/rouge-3.30.0/lib/rouge/demos/common_lisp: -------------------------------------------------------------------------------- 1 | (defun square (x) (* x x)) 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/rouge-3.30.0/lib/rouge/demos/elixir: -------------------------------------------------------------------------------- 1 | Enum.map([1,2,3], fn(x) -> x * 2 end) 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/rouge-3.30.0/lib/rouge/demos/php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/rouge-3.30.0/lib/rouge/demos/plaintext: -------------------------------------------------------------------------------- 1 | plain text :) 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/rouge-3.30.0/lib/rouge/demos/tcl: -------------------------------------------------------------------------------- 1 | proc cross_sum {s} {expr [join [split $s ""] +]} 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/rouge-3.30.0/lib/rouge/demos/yaml: -------------------------------------------------------------------------------- 1 | --- 2 | one: Mark McGwire 3 | two: Sammy Sosa 4 | three: Ken Griffey 5 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/rouge-3.30.0/rouge.gemspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/rouge-3.30.0/rouge.gemspec -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/ruby2_keywords-0.0.5/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/ruby2_keywords-0.0.5/LICENSE -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/rubyzip-2.4.1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/rubyzip-2.4.1/README.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/rubyzip-2.4.1/Rakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/rubyzip-2.4.1/Rakefile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/rubyzip-2.4.1/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/rubyzip-2.4.1/TODO -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/rubyzip-2.4.1/lib/zip.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/rubyzip-2.4.1/lib/zip.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/rubyzip-2.4.1/lib/zip/version.rb: -------------------------------------------------------------------------------- 1 | module Zip 2 | VERSION = '2.4.1' 3 | end 4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/.gitignore: -------------------------------------------------------------------------------- 1 | *.gem 2 | Gemfile.lock 3 | spec/store.yaml 4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/.travis.yml -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/CHANGES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/CHANGES.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/Gemfile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/LICENSE.txt -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/README.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/Rakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/Rakefile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/version.rb: -------------------------------------------------------------------------------- 1 | module SafeYAML 2 | VERSION = "1.0.5" 3 | end 4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/spec/exploit.1.9.2.yaml: -------------------------------------------------------------------------------- 1 | --- !ruby/object:ExploitableBackDoor 2 | foo: bar 3 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/spec/exploit.1.9.3.yaml: -------------------------------------------------------------------------------- 1 | --- !ruby/hash:ExploitableBackDoor 2 | foo: bar 3 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/spec/issue49.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/sass-3.7.4/.yardopts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/sass-3.7.4/.yardopts -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/sass-3.7.4/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/sass-3.7.4/CONTRIBUTING.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/sass-3.7.4/MIT-LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/sass-3.7.4/MIT-LICENSE -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/sass-3.7.4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/sass-3.7.4/README.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/sass-3.7.4/REVISION: -------------------------------------------------------------------------------- 1 | (release) 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/sass-3.7.4/VERSION: -------------------------------------------------------------------------------- 1 | 3.7.4 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/sass-3.7.4/VERSION_DATE: -------------------------------------------------------------------------------- 1 | 04 April 2019 00:49:58 UTC 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/sass-3.7.4/VERSION_NAME: -------------------------------------------------------------------------------- 1 | Bleeding Edge 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/sass-3.7.4/bin/sass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/sass-3.7.4/bin/sass -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/sass-3.7.4/bin/sass-convert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/sass-3.7.4/bin/sass-convert -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/sass-3.7.4/bin/scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/sass-3.7.4/bin/scss -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/sass-3.7.4/init.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/sass-3.7.4/init.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/sass-3.7.4/lib/sass.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/sass-3.7.4/lib/sass.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/sass-3.7.4/lib/sass/css.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/sass-3.7.4/lib/sass/css.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/sass-3.7.4/lib/sass/error.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/sass-3.7.4/lib/sass/error.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/sass-3.7.4/lib/sass/exec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/sass-3.7.4/lib/sass/exec.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/sass-3.7.4/lib/sass/media.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/sass-3.7.4/lib/sass/media.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/sass-3.7.4/lib/sass/repl.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/sass-3.7.4/lib/sass/repl.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/sass-3.7.4/lib/sass/root.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/sass-3.7.4/lib/sass/root.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/sass-3.7.4/lib/sass/scss.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/sass-3.7.4/lib/sass/scss.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/sass-3.7.4/lib/sass/stack.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/sass-3.7.4/lib/sass/stack.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/sass-3.7.4/lib/sass/util.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/sass-3.7.4/lib/sass/util.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/sass-3.7.4/rails/init.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/sass-3.7.4/rails/init.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/sass-listen-4.0.0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/sass-listen-4.0.0/README.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/sass-listen-4.0.0/lib/sass-listen/version.rb: -------------------------------------------------------------------------------- 1 | module SassListen 2 | VERSION = '4.0.0' 3 | end 4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/sawyer-0.9.2/Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/sawyer-0.9.2/Gemfile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/sawyer-0.9.2/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/sawyer-0.9.2/LICENSE.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/sawyer-0.9.2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/sawyer-0.9.2/README.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/sawyer-0.9.2/Rakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/sawyer-0.9.2/Rakefile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/sawyer-0.9.2/lib/sawyer.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/sawyer-0.9.2/lib/sawyer.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/sawyer-0.9.2/sawyer.gemspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/sawyer-0.9.2/sawyer.gemspec -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/sawyer-0.9.2/script/bootstrap: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | set -e 4 | 5 | bundle install --quiet "$@" 6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/sawyer-0.9.2/script/console: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/sawyer-0.9.2/script/console -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/sawyer-0.9.2/script/package: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/sawyer-0.9.2/script/package -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/sawyer-0.9.2/script/release: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/sawyer-0.9.2/script/release -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/sawyer-0.9.2/script/test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/sawyer-0.9.2/script/test -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/simpleidn-0.2.3/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/simpleidn-0.2.3/.gitignore -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/simpleidn-0.2.3/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/simpleidn-0.2.3/.travis.yml -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/simpleidn-0.2.3/Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/simpleidn-0.2.3/Gemfile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/simpleidn-0.2.3/LICENCE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/simpleidn-0.2.3/LICENCE -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/simpleidn-0.2.3/README.rdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/simpleidn-0.2.3/README.rdoc -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/simpleidn-0.2.3/Rakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/simpleidn-0.2.3/Rakefile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/simpleidn-0.2.3/lib/simpleidn/version.rb: -------------------------------------------------------------------------------- 1 | module SimpleIDN 2 | VERSION = "0.2.3" 3 | end 4 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | pkg 3 | tmp 4 | *.cache 5 | doc 6 | Gemfile.lock 7 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/Gemfile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/.gitignore -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/.rspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/.rspec -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/CHANGELOG.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/Gemfile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/Guardfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/Guardfile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/LICENSE -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/README.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/Rakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/Rakefile -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/UPGRADE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/UPGRADE.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/lib/rack/typhoeus.rb: -------------------------------------------------------------------------------- 1 | require "rack/typhoeus/middleware/params_decoder" 2 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/tzinfo-2.0.6/.yardopts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/tzinfo-2.0.6/.yardopts -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/tzinfo-2.0.6/CHANGES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/tzinfo-2.0.6/CHANGES.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/tzinfo-2.0.6/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/tzinfo-2.0.6/LICENSE -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/tzinfo-2.0.6/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/tzinfo-2.0.6/README.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/tzinfo-2.0.6/lib/tzinfo.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/tzinfo-2.0.6/lib/tzinfo.rb -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/zeitwerk-2.6.18/MIT-LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/zeitwerk-2.6.18/MIT-LICENSE -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/zeitwerk-2.6.18/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/gems/zeitwerk-2.6.18/README.md -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/gems/zeitwerk-2.6.18/lib/zeitwerk/version.rb: -------------------------------------------------------------------------------- 1 | # frozen_string_literal: true 2 | 3 | module Zeitwerk 4 | VERSION = "2.6.18" 5 | end 6 | -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/specifications/racc-1.8.1.gemspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/specifications/racc-1.8.1.gemspec -------------------------------------------------------------------------------- /vendor/bundle/ruby/2.6.0/specifications/sass-3.7.4.gemspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-artificial-intelligence-vulnerability-scoring-system/HEAD/vendor/bundle/ruby/2.6.0/specifications/sass-3.7.4.gemspec --------------------------------------------------------------------------------