Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 899372 Details for
Bug 1101346
CVE-2014-3248 puppet: Ruby modules could be loaded from the current working directory
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
mcollective patch from upstream
mcollective-2.5.1-remove-current-directory-from-Ruby-load-path.patch (text/plain), 1.43 KB, created by
Murray McAllister
on 2014-05-27 03:13:19 UTC
(
hide
)
Description:
mcollective patch from upstream
Filename:
MIME Type:
Creator:
Murray McAllister
Created:
2014-05-27 03:13:19 UTC
Size:
1.43 KB
patch
obsolete
>From f041f2ee29e6a11ed5b60eb806f60bdeffc569a3 Mon Sep 17 00:00:00 2001 >From: Pieter Loubser <ploubser@gmail.com> >Date: Tue, 13 May 2014 10:37:17 +0100 >Subject: [PATCH] (MCO-311) Remove current directory from Ruby load path > >--- > bin/mc-call-agent | 4 ++++ > bin/mco | 4 ++++ > bin/mcollectived | 4 ++++ > 3 files changed, 12 insertions(+) > >diff --git a/bin/mc-call-agent b/bin/mc-call-agent >index ca285dd..068b89d 100755 >--- a/bin/mc-call-agent >+++ b/bin/mc-call-agent >@@ -1,5 +1,9 @@ > #!/usr/bin/env ruby > >+# For security reasons, ensure that '.' is not on the load path >+# This is primarily for 1.8.7 since 1.9.2+ doesn't put '.' on the load path >+$LOAD_PATH.delete '.' >+ > require 'mcollective' > require 'pp' > >diff --git a/bin/mco b/bin/mco >index dd692fc..0ad5940 100755 >--- a/bin/mco >+++ b/bin/mco >@@ -1,5 +1,9 @@ > #!/usr/bin/env ruby > >+# For security reasons, ensure that '.' is not on the load path >+# This is primarily for 1.8.7 since 1.9.2+ doesn't put '.' on the load path >+$LOAD_PATH.delete '.' >+ > require 'mcollective' > > Version = MCollective.version >diff --git a/bin/mcollectived b/bin/mcollectived >index 59db960..e4a1c98 100755 >--- a/bin/mcollectived >+++ b/bin/mcollectived >@@ -1,5 +1,9 @@ > #!/usr/bin/env ruby > >+# For security reasons, ensure that '.' is not on the load path >+# This is primarily for 1.8.7 since 1.9.2+ doesn't put '.' on the load path >+$LOAD_PATH.delete '.' >+ > require 'mcollective' > require 'getoptlong' > >-- >1.9.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1101346
:
899370
|
899371
|
899372
|
899373
|
902394
|
902395
|
902396
|
902397
|
902398