Slashdot Mirror


User: joebp

joebp's activity in the archive.

Stories
0
Comments
177
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 177

  1. Re:Another WIN in WINdows on Arbitrary Code Execution With "ldd" · · Score: 4, Informative

    depends.exe does exactly this and ships with the platform sdk.

  2. Re:PCI Compliance? on What the DHS Knows About You · · Score: 1

    No, such companies can be and are PCI-DSS compliant as long as their declared PCI information security policy includes the transmission of payments data to the DHS (and there certainly is space for such things in PCI to meet regulatory requirements), that transfers to DHS are suitably cryptographically protected if over an public network, and as long as the company informs the DHS in their role as a PCI "third party" of their responsibility to also store payments data securely under the PCI. Of course, whether the DHS are *actually* following section 9 of the PCI-DSS by mailing the guy his payment data is very questionable.

  3. Re:Free Time on A General Guide For Mod Creation · · Score: 1

    It's true that if you just rely on free time to do work on a mod you'll never get it done.

    Disagree. I'm lead coder for a fairly sizable and popular mod (4th in moddb awards 2007, honourable mention and 2nd unreleased 2006, 14th and 2nd unreleased 2005) and I get everything I need to done just in my spare time, juggling a full-time job, a full-time girlfriend and a full-time cat. What I think he really means is only antisocial types need apply.

  4. Re:No threads? on Threads Considered Harmful · · Score: 1

    It's a nice illustration that exit(3) is by definition not reentrant.

  5. Re:Idiots... don't do it client-side on UK ISP Admitted to Spying on Customers · · Score: 4, Informative

    The body of this story is misleading. Phorm *does* work on the ISP's side of the connection. It basically does a MITM attack on HTTP traffic to insert tracking cookies.

  6. Re:Sheesh... on Opera Screeches at Mozilla Over Security Disclosure · · Score: 1

    I don't owe you anything. "Responsible disclosure."

    Mozilla would've been better off keeping their mouths shut. As it is, they've irresponsibly disclosed a vulnerability in a competitor's product.
  7. Re:great... on March To Be Month of PHP Bugs · · Score: 1

    This is about bugs in PHP itself, not applications written in PHP. Both have an utterly appalling security record though.

  8. Re:Not enough revert from free to proprietary on Opera Running on the OLPC · · Score: -1, Flamebait

    All the free software browsers variously lack modern features or are of poor quality.

  9. Re:Validate this on Malicious Injection — It's Not Just For SQL Anymore · · Score: 1

    Now consider why a language who's sole use is doing this sort of thing didn't have it from the start. The answer is that PHP was not designed with security in mind. It was designed to be easy to use.

  10. Re:It's an intel patent not MS on Intel Patents the "Digital Browser Phone" · · Score: 1
    So what happened to actually reading the submission before posting them on ./?
    You know who I blame for this?! Microsoft!
  11. Re:Required to enter your password? on Laptops Searched and Confiscated at U.S. Border · · Score: 5, Funny

    What are you trying to hide? Why do you hate freedom!?

  12. Re:No, we're running out!! on Comprehensive Projection of World Oil Exports · · Score: 1

    we ran out of stones?! jesus the environment's in worse shape than i imagined!

  13. Re:CRLs = blacklists on SSL Cert Revocation Lists? · · Score: 2, Informative

    And how do you know that the certificates "from websites I know and trust" are really from said websites? The simple fact is you don't, because you have no trust in the root certs that they present.

  14. How things change... on AjaxWrite to "Compete" with MS Word · · Score: 1

    "Requires Firefox" is the new "Requires Internet Explorer." It's a pity the web is still so stupid.

  15. /////web2.0/////// on Search Engine For Coders to Launch · · Score: 0, Troll

    /krugle/we can't write a simple readable webpage/because we have web2.0/jammed up our ass/unnhnhnh

  16. Re:The real 90s versus outdated 00s software on Java Is So 90s · · Score: 1, Flamebait

    Languages don't cause bad programs to be written -- bad programmers do!

    Nonsense. Languages can be specifcally designed to encourage and assist programmers in achieving different outcomes. PHP - being poorly designed - encourages poor practices and certainly does not enforce or even encourage secure code. Hence why it is an absolute disaster in practice.

  17. Re:Consider the Source on OpenOffice Bloated? · · Score: 1

    The pattern you see is "open-source software is not yet as good as its closed-source equivalent."

  18. Not designed with security in mind on The Future of Firefox · · Score: 1, Interesting

    Time and time again, we see the same basic design flaw rear its ugly head in Mozilla Firefox.

    What need is there for a web browser to have privileged and non-priviliged scripting modes? What a horrible design decision. Did they not learn from IE?

  19. Re:You are so wrong, grammer is not important. on Hackers, Spelling, and Grammar? · · Score: 2, Funny

    What is this "grammer" you speak of?

  20. Linux? on Battlefield 2 Demo Available · · Score: 1

    Does this work with linux? I tend to buy every FPS which supports linux and it looks like a great game.

  21. Re:Looking forward on A Decade of PHP · · Score: 1

    addslashes should not be used to escape data destined for a database because it doesn't escape all the necessary reserved symbols associated with the underlying database engine.

    It's not PHP's fault that people don't take the time to learn how to write secure code. But it should take the blame for making it so easy to do so and not guiding beginners to making the right choices. Even an extremely simple tainting system which throws an E_WARNING when incorrectly escaped user controllable input reaches any functions marked as dangerous (mysql_query, include and so on) would improve the situation greatly.

  22. Re:mysql_escape_string on A Decade of PHP · · Score: 4, Interesting

    mysql_escape_string is deprecated and should never be used in production code! The replacement is the hilariously named mysql_real_escape_string.

    Your "not that hard" comment is rather amusing with this in mind.

  23. Looking forward on A Decade of PHP · · Score: 3, Insightful

    Let's hope that in the future the PHP developers can come up with some ways to make the code produced by PHP developers more secure.

    One of the huge problems with PHP is the massive number of XSS and SQL injection vulns present in code. Partially because PHP is used by beginners, but mainly because PHP does not help the developer write secure code. It's fast and easy to write, but allows you to shoot yourself in the foot. Just like C. See this paper on precise tainting for an example solution to the problems. It would break compatibility with most software written in PHP, but that's not neccessarily a bad thing when most of it is insecure trash.

  24. Re:Prime Example: wikipedia on Load Balancing Heavy Websites on Current Tech? · · Score: 2, Insightful

    72 servers and it still runs slower than any other website of its popularity.

  25. Re:Not Install??? on Test-Drive a Linux Desktop From Windows · · Score: 1

    The concept of installing a program under windows is one of the most simple I know.