Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  controller
  default_data
  default_settings
  model
  provision
access_control.rb 3.34 KB
access_permissions.rb 12.1 KB
controller.rb 31 Bytes
importer_puppetclass.rb 1.13 KB
model.rb 26 Bytes
provision.rb 70 Bytes
renderer.rb 2.55 KB
sti.rb 682 Bytes
thread_session.rb 4.45 KB
util.rb 733 Bytes

Latest revisions

# Date Author Comment
358ec5a3 01/20/2013 10:06 AM Dominic Cleal

fixes #2121, #2069 - restrict importers and ENC to puppetmasters and users

CVE-2013-0171: report and fact importers parse YAML directly from the remote
host without authentication. Untrusted YAML can instantiate objects and be
used to exploit Foreman.

CVE-2013-0174: external nodes (ENC) output is available to any source and...

adfcf8f0 01/08/2013 08:24 AM Dominic Cleal

fixes #2109 - improve session token security

- adds security:generate token rake task to create static token
- generate and cache a token on startup if static token isn't present

Thanks to Sandor Szücs <>

81e0a301 12/26/2012 10:00 AM Joseph Magen

fixes #2017 added patch from ticket

d4e8938a 12/26/2012 09:58 AM Ohad Levy

fixes #1944 - Listing VMWare virtual machines under Computer resources is slow.

8838eb42 12/26/2012 08:49 AM Ohad Levy

fixes #1814 - converts sp_* attributes into a BMC interface class

this patch also includes the following

  • added a new interfaces table, and STI objects to represent a NIC, BMC, Managed
    and a bootable interface.
  • refactored DHCP/DNS orchestation code, so they can work on the...
88824e07 12/24/2012 10:46 AM Ohad Levy

refs #1991 - Cache not cleared prevent location / org feature to show up

1. ensures settings cache is removed when app starts
we can't remove all cache, with Rails.cache.clear as that might lead to issues
with people using memcache with multiple foreman instances (e.g. we can clear...

dc72b8e3 12/24/2012 06:16 AM Joseph Magen

renamed to thread_session.rb

85ed3c3f 12/24/2012 03:51 AM Dominic Cleal

fixes #2061 - test if oVirt API has HTTPS redirect

rest_client will refuse to follow redirects on POST requests, so the URL must
be entered as HTTPS. Don't require HTTPS as dev environments may be HTTP-only.

cd5947ee 12/24/2012 03:50 AM Robert Birnie

fixes #2062 - Add max_trends setting

dd838ac2 12/19/2012 08:59 AM Joseph Magen

added slash /unattended to other url_for calls

View revisions

Also available in: Atom