Skip to content

Commit

Permalink
Pin ffi gem version in Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
adfoster-r7 committed Jun 12, 2024
1 parent 1b86b44 commit 39eae5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ source 'https://rubygems.org'

gemspec name: 'recog'

gem 'ffi', '1.16.3'
gem 'nokogiri'

group :test do
Expand Down
2 changes: 1 addition & 1 deletion recog
Submodule recog updated 58 files
+2 −2 .github/workflows/ci.yml
+0 −23 .github/workflows/rubocop.yml
+10 −10 .github/workflows/verify.yml
+0 −41 .rubocop.yml
+0 −19 .rubocop_todo.yml
+0 −1 .ruby-gemset
+1 −7 Gemfile
+10 −147 README.md
+6 −8 Rakefile
+7 −8 bin/recog_cleanup
+22 −20 bin/recog_export
+20 −21 bin/recog_match
+60 −58 bin/recog_standardize
+21 −19 bin/recog_verify
+0 −15 cortex.yaml
+25 −69 cpe-remap.yaml
+0 −7 features/data/successful_tests.xml
+0 −2 features/support/aruba.rb
+1 −3 features/support/env.rb
+6 −8 features/support/hooks.rb
+1 −1 features/verify.feature
+1 −0 identifiers/device.txt
+0 −1 identifiers/fields.txt
+0 −3 identifiers/hw_family.txt
+7 −24 identifiers/hw_product.txt
+0 −3 identifiers/os_family.txt
+3 −15 identifiers/os_product.txt
+3 −64 identifiers/service_product.txt
+4 −50 identifiers/vendor.txt
+14 −9 misc/convert_mysql_err
+12 −12 recog-content.gemspec
+77 −55 spec/lib/fingerprint_self_test_spec.rb
+7 −9 spec/spec_helper.rb
+7 −73 update_cpes.py
+0 −2 xml/apache_modules.xml
+2 −753 xml/dhcp_vendor_class.xml
+3 −3 xml/dns_versionbind.xml
+54 −506 xml/favicons.xml
+10 −35 xml/ftp_banners.xml
+27 −422 xml/html_title.xml
+4 −109 xml/http_cookies.xml
+30 −392 xml/http_servers.xml
+5 −44 xml/http_wwwauth.xml
+0 −15 xml/http_xpoweredby.xml
+8 −19 xml/imap_banners.xml
+15 −49 xml/mdns_device-info_txt.xml
+0 −10 xml/rtsp_servers.xml
+2 −0 xml/sip_banners.xml
+3 −3 xml/sip_user_agents.xml
+1 −1 xml/smb_native_os.xml
+7 −7 xml/smtp_banners.xml
+7 −68 xml/snmp_sysdescr.xml
+2 −10 xml/ssh_banners.xml
+5 −4 xml/telnet_banners.xml
+7 −7 xml/tls_jarm.xml
+0 −1 xml/x11_banners.xml
+1 −17 xml/x509_issuers.xml
+3 −17 xml/x509_subjects.xml

0 comments on commit 39eae5c

Please sign in to comment.