 Your new post is loading...
 Your new post is loading...
|
Scooped by
Mickael Ruau
October 26, 2013 5:47 AM
|
Attackers injected malicious JavaScript code into the official website for the PHP programming language, redirecting some visitors' browsers to Flash exploits.
|
Scooped by
Mickael Ruau
October 25, 2013 12:54 PM
|
L’universalité du protocole HTTP a depuis longtemps séduit les développeurs ; les applications portées sur le web sont de plus en plus nombreuses. La mise en place d’annuaires (LDAP par exemple) a épargné la tête des utilisateurs en ne leur faisant mémoriser qu’un seul mot de passe, mais leurs doigts sont encore durement sollicités car ils doivent s’authentifier chaque fois qu’il accèdent une application. Plusieurs solutions de Single Sign-On (authentification unique et unifiée) sont d’ores et déjà disponibles dans le commerce. Cet article décrit une solution libre, simple, riche et sûre : CAS (Central Authentication Service), développée par l’Université de Yale, et adoptée par le projet ESUP-Portail.
|
Scooped by
Mickael Ruau
October 18, 2013 7:32 PM
|
SaunterPHP is the PHP version of the Saunter test framework and is based on the PHPUnit runner.
|
Scooped by
Mickael Ruau
October 18, 2013 5:40 PM
|
An analyzing tool for projects written in PHP. It analyzes a system, calculates various unit metrics, such as cyclomatic complexity and dependencies to other ...
|
Scooped by
Mickael Ruau
October 18, 2013 5:00 PM
|
Rav Antivirus Log Analysis Kit is a collection of scripts that parse the RAV logs and insert the data into a database. Also included is a php front-end that ...
|
Scooped by
Mickael Ruau
October 18, 2013 4:57 PM
|
GPL PHP AntiVirus for webmasters. Scans your web server's file system for dangerous and malicious code in public HTML, PHP, CGI and text files, usually caused by defacement or security holes in shared hosting accounts.
|
Scooped by
Mickael Ruau
October 18, 2013 4:49 PM
|
Yasca is an open source program which looks for security vulnerabilities, code-quality, performance, and conformance to best practices in program source code, integrating with other open-source tools as needed.
|
Scooped by
Mickael Ruau
October 18, 2013 4:33 PM
|
The goal of this project is to provide a standard template for Jenkins jobs for PHP projects.
|
Scooped by
Mickael Ruau
October 18, 2013 4:21 PM
|
This program reformat and beautify PHP 4 and PHP 5 source code files automatically. The program is Open Source and distributed under the terms of PHP Licence. It is written in PHP 5 and has a command line tool.
|
Scooped by
Mickael Ruau
October 18, 2013 2:08 PM
|
Le présent article présuppose que vous soyez familier avec le concept de tests unitaires ainsi que celui de développement web avec le langage PHP. Il s'agit d'un guide pour le nouvel et impatient utilisateur de SimpleTest. Pour une documentation plus complète, particulièrement si vous découvrez les tests unitaires, consultez ladocumentation en cours, et pour des exemples de scénarios de test, consultez le tutorial sur les tests unitaires.
|
Scooped by
Mickael Ruau
October 18, 2013 2:37 AM
|
If you want to block tough proxies like hidemyass.com, my previously posted .htaccess methods won't work. Those methods will block quite a bit of proxy vis
|
Scooped by
Mickael Ruau
October 14, 2013 9:21 AM
|
A Notepad++ plugin that allows users to develop regular expressions and test them against their open documents.
|
Scooped by
Mickael Ruau
October 8, 2013 5:36 AM
|
Découvrez comment installer et utiliser Composer PHP pour inclure des bibliothèques PHP automatiquement.
|
|
Scooped by
Mickael Ruau
October 25, 2013 12:55 PM
|
phpCAS est un système de single sign-on écrit en php.
|
Scooped by
Mickael Ruau
October 24, 2013 3:15 AM
|
Behat is a behavior-driven development (BDD) framework that lets you write human-readable story-driven code that describes how your application should function. It’s quick and easy to get started with, and easy to learn.
|
Scooped by
Mickael Ruau
October 18, 2013 6:00 PM
|
BlueDuck SDA combining automation for Win32 and Web in a single script. The perfect combination for developing automated cases, AutoIt and Selenium together
|
Scooped by
Mickael Ruau
October 18, 2013 5:24 PM
|
Test Case Web (TCW) is an online test case management (TCM) and test-tracking system built with PHP and a SQL backend.
|
Scooped by
Mickael Ruau
October 18, 2013 4:58 PM
|
PHP ClamAV - ClamAV Interface for PHP5 Scripts PHP-ClamAV is a PHP5 extension that allows to incorporate virus scanning features on your PHP5 scripts. It uses ...
|
Scooped by
Mickael Ruau
October 18, 2013 4:54 PM
|
RIPS is a static source code analyser for vulnerabilities in PHP webapplications. It was released during the Month of PHP Security (www.php-security.org).
|
Scooped by
Mickael Ruau
October 18, 2013 4:35 PM
|
Developpement: Vous souhaitez passer au niveau supérieur d'industrialisation sur vos projets PHP ?
|
Scooped by
Mickael Ruau
October 18, 2013 4:29 PM
|
Jenkins, précédemment connu sous le nom de Hudson[1], est un outil Open-Source d’Intégration Continue, écrit en JAVA. Cet article va montrer comment installer un serveur d’Intégration Continue sous Jenkins ; et sera suivi d’un second article, qui montrera comment utiliser cette plate-forme pour intégrer un projet PHP.
|
Scooped by
Mickael Ruau
October 18, 2013 2:20 PM
|
phpDocumentor 2 is a tool with which it is possible to generate documentation from your PHP source code. With this documentation you can provide your consumers with more information regarding the functionality embedded within your source and not only what is usable to them from your user interface. Documentation generated by phpDocumentor 2 does not aim to be a replacement for conventional documentation but is rather supplemental, or reference, documentation. This documention can prove to be very useful in the following, example, situations: Sets of libraries or applications providing an API, such as phpDocumentor 2 itselfFrameworks, such as Zend Framework or SymfonyPluggable architectures, such as WordPress or PyroCMS
|
Scooped by
Mickael Ruau
October 18, 2013 10:51 AM
|
CSRF may be possible when an attacker can form a URL, which performs an action on the behalf of an authenticated user. Forming such URLs becomes much more difficult, if unique tokens are included in HTTP requests. Including difficult to predict token in HTTP requests is an effective defense against CSRF attacks. What to Do Include unique tokens in HTTP requests when performing sensitive operations to prevent Cross-Site Request Forgery (CSRF). Why
CSRF may be possible when an attacker can form a URL, which performs an action on the behalf of an authenticated user. Forming such URLs becomes much more difficult, if unique tokens are included in HTTP requests. Including difficult to predict token in HTTP requests is an effective defense against CSRF attacks.
|
Scooped by
Mickael Ruau
October 18, 2013 2:19 AM
|
A reader recently brought to my attention a reported vulnerability on servers running PHP. It's been known about for eons, but it's new to me and it involv
|
Scooped by
Mickael Ruau
October 13, 2013 12:47 PM
|
phpspec is a PHP development tool for test-first development, otherwise known as (spec) behavior driven development. You end up writing code in small iterative steps, guided by the emerging design.
|
Visitors to the official website for the PHP programming language over the past couple of days might have had their computers infected with malware.
Hackers managed to inject malicious JavaScript code into a file on the php.net site called userprefs.js. The code made requests to a third-party website that scanned visitors’ browsers for vulnerable plug-ins and executed exploits that, if successful, installed a piece of malware, said Daniel Peck, a research scientist at Barracuda Networks.