Topics in PHP web: Changed: now 23:59 Changed by:
ConstPropStatus 11 Nov 2007 - 14:46 - NEW EricBouwers
PHP-Sat offers the functionality to automatically analyze files which are included with the require / include functions of PHP. Many projects use some kind of include ...  
ContinuousBuilds 22 Mar 2009 - 11:36 - r1.4 EricBouwers
The Nix buildfarm continuously builds PHP-front and PHP-sat packages. Reports Reports and logs from the build tasks are available at: DIST Some more direct links: ...  
GenericDevelopmentInstructions 14 Nov 2009 - 18:38 - r1.7 EricBouwers
This page describes how you can set up your development environment for PHP-Sat/PHP-Front. Most of the information is located elsewhere, if a link is dead please let ...  
MailingList 11 Nov 2007 - 13:51 - r1.4 EricBouwers
There are two mailing lists that you may want to subscribe to. psat-commits All SVN-, Jira- and Buildfarm-messages. To stay really up to date. psat-dev List for ...  
McvStatus 11 Nov 2007 - 14:19 - NEW EricBouwers
The following programming constructs are currently supported by the MCV000-pattern: Operator Expressions Control-flow statements This means that the security check ...  
PhpFront 10 Mar 2007 - 16:46 - r1.7 MartinBravenboer
TOC Features PHP-front is a package you can use to generate, analyse, or transform PHP code. It contains a handcrafted SDF grammar for PHP, a handcrafted pretty printer ...  
PhpFrontDocumentation 22 Mar 2009 - 11:36 - r1.10 EricBouwers
Syntax definition The syntax definition can be browsed online: PHP4 syntax definition PHP5 syntax definition The syntax definition of the PHP versions identify which ...  
PhpFrontOrigin 10 Mar 2007 - 16:40 - r1.4 MartinBravenboer
The idea for a library that gives access to common php-meta-programming facilities was already mentioned in the application for the SoC. A quote: The community will ...  
PhpFrontQuality 10 Mar 2007 - 17:03 - r1.5 MartinBravenboer
Syntax Definition PHP-Front has an extensive test suite that is run on every build. The grammar is tested by over six hunderd unit-tests that cover at least every ...  
PhpFrontReleases 11 Nov 2009 - 20:37 - r1.10 EricBouwers
Stable Releases There is no stable release of PHP-Front (yet). Check the road map for the current status of the 0.1 release. Latest Developments Distributions of ...  
PhpSat 11 Nov 2007 - 14:13 - r1.11 EricBouwers
TOC Features Some of the (unique) features of PHP-sat are: Documented bug-patterns Configurable security check (status) Option to preserve comments Pretty printer ...  
PhpSatBugPatterns 11 Nov 2007 - 14:08 - r1.5 EricBouwers
TOC What is a bug-pattern? Let us start with a definition: A bug-pattern describes a common mistake at the application level. So each bug-pattern describes a pattern ...  
PhpSatConfiguration 11 Nov 2007 - 14:12 - r1.2 EricBouwers
TOC Why configuration? The configuration file is used to configure the security-analysis within php-sat. It contains information about three things: Which variables ...  
PhpSatDevelopers 11 Nov 2007 - 13:43 - NEW EricBouwers
PHP-Sat is always on the lookout for developers. If you are interested in working on PHP-Sat there are a couple of things that can come in handy. The source of the ...  
PhpSatDocumentation 22 Mar 2009 - 11:32 - r1.8 EricBouwers
TOC Installation The installation process is the same as for PHP-Front. Usage Getting started with PHP-Sat PHP-Sat configuration explained Development If you want ...  
PhpSatGettingStarted 11 Nov 2007 - 14:11 - r1.3 EricBouwers
TOC Analyzing a file After you have installed php-sat you can run it by typing: php-sat h If this command does not produce a list of all the options that are available ...  
PhpSatLogo 11 Nov 2007 - 13:35 - r1.2 EricBouwers
The PHP-Sat logo is made by Robert van Geenhuizen. We are very grateful that he took the time to develop this logo. We think it is 'compleet hip', which means so much ...  
PhpSatMCV000 11 Nov 2007 - 14:18 - r1.3 EricBouwers
!! Under construction !! This page will hold the description of the security algorithm of PHP-Sat as flagged by pattern MCV000. The information is already available ...  
PhpSatName 11 Nov 2007 - 14:02 - r1.3 EricBouwers
PHP-Sat was originally called PSAT. This stands for PHP Static Analysis Tool. This name should not come as a surprise. When the time came to publish the project on ...  
PhpSatOrigin 09 Sep 2006 - 17:33 - r1.3 EricBouwers
There where two sources that made the idea for PHP-Sat. The first source of inspiration came from my work as a assistant at the course "internet programmeren" (Internet ...  
PhpSatQuality 11 Nov 2007 - 14:02 - r1.4 EricBouwers
Bugpatterns Each bugpattern category within PHP-Sat has his own testsuite. Each bugpattern has is own section within the testsuite to test different properties of ...  
PhpSatReleases 11 Nov 2009 - 20:37 - r1.11 EricBouwers
There is no stable release of PHP-Sat (yet). Check the road map for the current status of the 0.1 release. You can always download, install and try the latest version ...  
PhpSupport 11 Nov 2007 - 13:39 - NEW EricBouwers
If you are in need of support you can try either one of these channels to ask questions or file issues: Mailing lists IRC Issues  
PhpTools 11 Nov 2009 - 20:38 - r1.8 EricBouwers
TOC Introduction Within the documentation of PHP-front the TheExampleProject is used to explain how you can setup your own project. This documentation uses PHP-Tools ...  
PrettyPrintRules 11 Nov 2007 - 13:58 - r1.2 EricBouwers
The pretty printer that comes with PHP is designed to pretty print an AST-representation of a PHP-program according to a set of rules. It is not designed to return ...  
SafetyLevel 29 Dec 2006 - 16:56 - NEW EricBouwers
Safety levels are used to represent the level of security a variable has within the security analysis. The set of safety levels is finite and has a partial order by ...  
SensitiveSink 29 Dec 2006 - 17:17 - NEW EricBouwers
A sensitive sink is every construct/function that can cause a vulnerability when it is given TaintedData as a parameter. The following constructs are listed as a SensitiveSink ...  
SiteMap 27 Aug 2002 - 08:00 - NEW EelcoVisser
INCLUDE{ TWIKIWEB .SiteMap}  
SocApplication 08 Sep 2006 - 07:26 - NEW EricBouwers
The following text was submitted as my proposal for Google's Summer of Code 2006: Project Title Using static analysis to find vulnerabilities Synopsis Applications ...  
TaintedData 29 Dec 2006 - 17:14 - NEW EricBouwers
Any data that comes from outside the script should be considered tainted data. This includes user-input, database-results, file-system data or anything else that is ...  
TalksAndPapers 15 Mar 2007 - 15:58 - r1.2 EricBouwers
The pr-department proudly presents the following list of activities. Talks PHP-sat has been the subject of the following talks: 2006-11-09: Software Technology Colloquium ...  
ThankYou 22 Mar 2009 - 13:30 - r1.4 EricBouwers
We would like to thank the following people/projects/institutes for contributing to PHP-SAT: (In alphabetical order) Bravenboer, Martin For being my mentor during ...  
TheEmptyModule 01 Jan 2007 - 14:30 - r1.2 EricBouwers
The empty module is a top-level directory in the SVN-repository which contains everything you need to start your own project based on PHP-Front. The special name that ...  
TheExampleProject 24 Feb 2008 - 19:52 - r1.10 EricBouwers
These pages describe how you can set-up your PHP-Front-based project. We will use a real-life example to explain all the steps that are involved in making a PHP-Front ...  
UpdateWebPages 20 Sep 2002 - 08:37 - NEW EelcoVisser
 
WebChanges 13 Sep 2006 - 21:00 - r1.3 MartinBravenboer
SEARCH{". " web " INCLUDINGWEB " regex "on" nosearch "on" order "modified" reverse "on" limit "50" format " $percntCALC{\"$dollarPROPERSPACE($topic(40, ...))\"}$percnt ...  
WebChanges100 23 Apr 2002 - 19:53 - NEW EelcoVisser
INCLUDE{ MAINWEB .WebChanges100}  
WebChanges200 23 Apr 2002 - 20:05 - NEW EelcoVisser
INCLUDE{ MAINWEB .WebChanges200}  
WebChanges500 23 Apr 2002 - 20:09 - NEW EelcoVisser
INCLUDE{ MAINWEB .WebChanges500}  
WebCustomMenus 28 Apr 2005 - 22:24 - NEW Main.wiki
 
WebHome 11 Nov 2007 - 14:59 - r1.9 EricBouwers
PHP-Sat is a Static Analysis tool that can be used to check for common mistakes in PHP source code. One of the key-features of PHP-Sat is the automatic detection of ...  
WebIndex 23 Jan 2002 - 14:20 - r1.2 EelcoVisser
SEARCH{"\. " scope "topic" regex "on" nosearch "on" noheader "on" format " $topic "}  
WebLeftBar 11 Nov 2007 - 13:38 - r1.13 EricBouwers
PHP-sat Download Documentation Bugpatterns Quality Origin Name PHP-front Download Documentation Quality Origin PHP-tools Support Mailing lists IRC Issues Developers ...  
WebNews 18 Feb 2007 - 19:28 - r1.3 EricBouwers
2007 02 18 Added page to archive talks and papers 2007 02 18 Added page for the PHP-Tools-package 2007 01 27 Official launch of PHP-Sat.org 2006 08 24 PHP ...  
WebNotify 23 Jan 2002 - 14:21 - r1.2 EelcoVisser
NOTIFYTOPIC is a subscription service to be automatically notified by email when topics change in the TWiki.PHP web. This is a convenient service, so you do not have ...  
WebPreferences 11 Nov 2009 - 20:36 - r1.15 EricBouwers
TWiki.PHP Web Preferences The following settings are web preferences of the TWiki.PHP web. These preferences overwrite the site-level preferences in TWIKIWEB . WIKIPREFSTOPIC ...  
WebRss 16 Aug 2004 - 03:27 - r1.2 PeterThoeny
TWiki's PHP web SCRIPTURL /view SCRIPTSUFFIX /PHP The PHP web of TWiki. TWiki is a Web-Based Collaboration Platform for the Corporate World. INCLUDE{" TWIKIWEB .WebRssBase ...  
WebSearch 08 Aug 2001 - 05:26 - NEW PeterThoeny
INCLUDE{" TWIKIWEB .WebSearch"}  
WebSearchAdvanced 18 Jan 2004 - 10:52 - NEW PeterThoeny
INCLUDE{" TWIKIWEB .WebSearchAdvanced"}  
WebStatistics 11 Feb 2008 - 01:12 - r1.149 TWikiGuest
Statistics for TWiki.PHP Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Feb 2008 3910 0 ...  
WebTools 08 Nov 2001 - 09:49 - NEW TWikiGuest
Finding topics RoadMap WebIndex: all topics in the PHP web WebSearch: find topics Tracking activity WebNews: selected changes WebChanges: recent changes WebNotify ...  
WebTopicList 24 Nov 2001 - 11:40 - NEW PeterThoeny
TOPICLIST{" $name "} See also the verbose WebIndex.  
google2748b9feb77d4e3d 18 Feb 2007 - 19:50 - NEW EricBouwers
Main.EricBouwers 18 Feb 2007  

Number of topics: 53

Revision: r1.1 - 08 Aug 2001 - 05:23 - PeterThoeny
PHP > WebIndex
Copyright © 1999-2020 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback