Skip to content
Snippets Groups Projects
  1. Aug 16, 2018
  2. Aug 15, 2018
  3. Aug 14, 2018
  4. Aug 09, 2018
  5. Aug 03, 2018
    • tingtingjh's avatar
      Merge pull request #97 from VTUL/upgrade_gems · fc2f773d
      tingtingjh authored
      Upgrade Gems due to security vulnerabilities
    • Paul Mather's avatar
      Upgrade Gems due to security vulnerabilities · cf269ebd
      Paul Mather authored
      The current application is flagged as having several Gems with security vulnerabilities:
      
      - loofah (CVE-2018-8048)
      - rails-html-sanitizer (CVE-2018-3741)
      - sinatra (CVE-2018-7212 and CVE-2018-11627)
      - sprockets (CVE-2018-3760)
      
      This change updates all the above Gems to (currently) non-vulnerable versions.
      
      We also upgrade the Rails Gem to version 5.1.6, which is the latest Rails 5.1.x release.
      cf269ebd
  6. Jul 24, 2018
  7. Jun 04, 2018
  8. May 31, 2018
  9. May 30, 2018
  10. May 25, 2018
  11. May 24, 2018
  12. May 23, 2018
  13. May 21, 2018
  14. May 16, 2018
  15. Apr 27, 2018
  16. Apr 25, 2018
  17. Apr 24, 2018
  18. Apr 18, 2018
  19. Apr 16, 2018
  20. Apr 12, 2018
  21. Mar 23, 2018
    • Paul Mather's avatar
      Obtain Riiif cache_duration from config/secrets.yml · 36f7e609
      Paul Mather authored
      To avoid hard-coding the Riiif server's tile caching duration and thereby allowing us different cache times for different deployed environments (development vs. production), we obtain the duration from config/secrets.yml via the Rails.application.secrets mechanism.
      
      Note: the duration should be an integer that represents the cache duration in seconds.
      36f7e609
  22. Mar 22, 2018
  23. Mar 17, 2018
  24. Mar 01, 2018