• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

18F / hub
78%
18f-pages-internal: 78%

Build:
Build:
LAST BUILD BRANCH: master
DEFAULT BRANCH: 18f-pages-internal
Repo Added 25 Mar 2015 05:48PM UTC
Files 3
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH jjg/fix/upate-vulnerable-gems
branch: jjg/fix/upate-vulnerable-gems
CHANGE BRANCH
x
Reset
  • jjg/fix/upate-vulnerable-gems
  • 18f-pages-internal
  • 18f-site-onboarding
  • about-to-editing
  • about-yml
  • add-SF-Office
  • add-brianhedberg
  • add-check-to-travis-18F/about_yml#37
  • add-dolores-nginx-conf
  • add-eng-team-talks
  • add-julia-to-feguild
  • add-tests-for-untitled-posts
  • adding-location-requirement-for-slack
  • adding-pages
  • adds-mission
  • adjusts-h3-styles
  • analytics
  • andrewmaier-patch-1
  • andrewmaier-patch-2
  • annahsebok-patch-1
  • annahsebok-patch-2
  • annahsebok-patch-3
  • arowla-patch-1
  • async-search
  • awfrancisco-content
  • awfrancisco-patch-1
  • batemapf-patch-1
  • better-403
  • blog-mission
  • blog-process-clarification
  • bsweger-hyperlink-link
  • cf
  • chart_munger
  • chat-conduct
  • close-open-redirect
  • compress-all-the-things
  • consolidate-search-index
  • content-edits
  • content-guide-301
  • copy-edits
  • copy-edits-1
  • coveralls
  • dap-reporting
  • design-overhaul
  • devops-fixes
  • docsprint
  • edit-help
  • edit-instructions-link
  • edit-link-tag
  • edits-for-clarity
  • embed-access-token
  • emileigh-edits
  • emileighoutlaw-patch-1
  • emojify
  • ethics-information
  • expose-build-log
  • extract-search-gem
  • feature/adjust-h3-add-data
  • fix-build
  • fix-chart-js
  • fix-go-build
  • fix-go-script
  • fix-invalid-utf-8
  • fix-pages-private
  • fix-public-links
  • fix-skills-interests
  • fix-sso-redirect
  • fix-static-files
  • fix-styles
  • fix-tock
  • fix-tock-for-real
  • fix_communicart_links
  • fmla-info
  • from_team_api
  • front-matter
  • gbinal-patch-1
  • github-editor
  • go-script-gem
  • godbout-to-boone
  • google-cal-tips
  • gsa-gov-access
  • hollyallen-patch-1
  • jeanninehunter-newsupdate_0409
  • jekyll-3-new-beta
  • jekyll-3.0.0
  • jmcarp-patch-1
  • js-compressor
  • json-options
  • jy-aloha-fix
  • jy-explain-yml
  • jy-fix-lin
  • jy-git
  • jy-olu
  • jy-remove-repetitive-steps
  • leave
  • link-fixes
  • list-styles
  • locations-roa
  • lock-redcarpet
  • logrotate-config
  • master
  • melodykramer-patch-1
  • melodykramer-patch-2
  • midas-team
  • midas-url
  • monkey-patch-reminder
  • move-devops-standards
  • mtorres253-patch-1
  • n00b-to-onboarding
  • new-ui
  • nyc-team-updates
  • oauth2-proxy
  • onboarding-edits
  • page-speedup
  • pages-collection
  • pages-internal
  • participation-guide
  • permalink
  • pifs-github
  • pifs-on-slack
  • prepare-for-staging
  • private-images
  • production-public
  • public-chat
  • public-link-fix
  • public-move
  • qa-public
  • redirect-midas-to-openopps
  • redirects
  • reinstate-incremental-build
  • rejoin-wifi-note
  • remove-cruft
  • remove-dolores-nginx-conf
  • remove-gap-restart
  • remove-old-data
  • remove-ruby-version
  • remove-unnecessary-permalinks
  • reorganize-front-page
  • rm_bower_components
  • rogeruiz-typo-link
  • ruby-version
  • search-config
  • search-plugin
  • server-side-index
  • signal-noise
  • skip-index
  • slack-pifs
  • sso-config
  • stats
  • stop-shipping-pages-json
  • team-api-config
  • team-updates
  • test-about-yml-18F/about_yml#37
  • thecapacity-patch-1
  • thecapacity-patch-2
  • theresaanna-patch-1
  • tock-config-fix
  • tock-staging
  • training-main-updates
  • training-policy-page-update
  • training-updates
  • travis-container
  • tutorial-permalink
  • update-about-page
  • update-add-contact-info
  • update-components
  • update-deploy-readme
  • update-docs
  • update-gems
  • update-myusa
  • update-nginx
  • update-onboarding.md
  • update-search
  • update-speaking-requests-doc-link
  • update-to-news-clip-2_0409
  • updating-supervisor-refernce
  • validation
  • vcs-git
  • web-design-standards-proxy-config
  • wrap-private-links

pending completion
2689

push

travis-ci

jgrevich
Update html-proofer to fix vulns in dependent libs
__Why__
The current version of html-proofer contains dependent libs (nokogiri, libxml, libxslt) that
introduce potential vulns. I don't think it's a huge issue given that it's a static site and these
libs are only available on the local dev system however it's still good practice to keep thigns up
to date and vuln free. At the very least I can have one less gemnasium warning :)

635 of 813 relevant lines covered (78.11%)

4.68 hits per line

Relevant lines Covered
Build:
Build:
813 RELEVANT LINES 635 COVERED LINES
4.68 HITS PER LINE
Source Files on jjg/fix/upate-vulnerable-gems
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
2689 jjg/fix/upate-vulnerable-gems Update html-proofer to fix vulns in dependent libs __Why__ The current version of html-proofer contains dependent libs (nokogiri, libxml, libxslt) that introduce potential vulns. I don't think it's a huge issue given that it's a static site and th... push 12 May 2016 12:14AM UTC jgrevich travis-ci pending completion  
2688 jjg/fix/upate-vulnerable-gems Update html-proofer to fix vulns in dependent libs __Why__ The current version of html-proofer contains dependent libs (nokogiri, libxml, libxslt) that introduce potential vulns. I don't think it's a huge issue given that it's a static site and th... push 11 May 2016 11:40PM UTC jgrevich travis-ci pending completion  
2687 jjg/fix/upate-vulnerable-gems Update html-proofer to fix vulns in dependent libs __Why__ The current version of html-proofer contains dependent libs (nokogiri, libxml, libxslt) that introduce potential vulns. I don't think it's a huge issue given that it's a static site and th... push 11 May 2016 11:35PM UTC jgrevich travis-ci pending completion  
2686 jjg/fix/upate-vulnerable-gems Update html-proofer to fix vulns in dependent libs __Why__ The current version of html-proofer contains dependent libs (nokogiri, libxml, libxslt) that introduce potential vulns. I don't think it's a huge issue given that it's a static site and th... push 11 May 2016 11:08PM UTC jgrevich travis-ci pending completion  
See All Builds (1701)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc