-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello, how do I set the taint mode in a perl script with a
#!/usr/bin/env perl
shebang?
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I am attempting to setup BugZilla to receive but reports from another system using the XML-RPC interface.
BugZilla works fine on its own with its own interface.
When I attempt to test the XML-RPC functionality by accessing "xmlrpc.cgi" in my browser I get the error:
The XML-RPC Interface feature…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
I'm putting together some notes for a dev team on how to write secure Perl code - especially taking into account the current OWASP top 10 web application vulnerabilities. For cross-site scripting I've included information on ensuring that all output to the browser is checked and escaped where necessary…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I have ubuntu 11.04 with all the latest updates. I have an ATI HD 4350 graphics card and the "ATI/AMD proprietary FGLRX graphics driver" activated. The reported behaviour does not affect the functionality, its just an optical thing.
When I booted up using the desktop CD, the ubuntu boot splash was…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have following code
require 'rubygems'
require 'sinatra'
get '/' do
'Hello World!'
end
gem list sinatra
*** LOCAL GEMS ***
sinatra (1.0, 0.9.4)
ruby -v
ruby 1.8.7 (2009-06-12 patchlevel 174) [i686-darwin10.2.0]
Error
ruby myapp.rb
["==", "===", "=~", "__id__", "__send__", "class"…
>>> More