On 2010-09-20 6:19.PD, Ap.Muthu wrote:
> Hi GJ,
>
> Phantm - couldn't get it to work on Windows as yet. looks like a pure php
> version with no jar file would be more acceptable. There are quite a few
> code analysers for free in WIndows as well. Software Assurance Metrics And
> Tool Evaluation : http://samate.nist.gov/Main_Page.html
> RATS: https://www.fortify.com/ssa-elements/threat-intelligence/rats.html
i'll take a look at them
> SVN 6764:
> ========
> The field "group_id" is neither any type of key nor unique (it should not be
> as well) in the table "care_test_findings_chemlab".
>
> The field "group_id" along with the field "nr" (unsigned auto_increment) in
> the table "care_test_param" is the primary key.
i think just nr is ok for the pk, it's never null,  it's unique and 
specifies a row
> None of the tables of name like "care_test_*" have any data other than the
> table "care_test_param" which has 335 records on install.
care_test_param is filled with some most common chem lab test for ease 
of use
> In SVN 6764, why were all "id" entries in the table "care_test_param"
> changed to be prefixed with "_" ?
> What table's field does this field "id" reference?
the underscore servers as a token to determine test fields in the 
request form for the
chem lab
> What will the following (in order to sync with the SVN 6764 change) SQL
> achieve in Care2x usage:
> UPDATE care_test_param SET id = CONCAT('_', id) WHERE 1;
see above
> Moving records 149 and 295 to the succeeding INSERT statements (table
> "care_test_param") can be construed to stay within php upload size
> restrictions or phpmyadmin textarea size restrictions.
i didn't have any problem uploading it in my phpmyadmin install,


regards
gj
> Regards,
> Ap.Muthu
>
>
>
>
>>   i think that this might come useful to us :
>> http://lara.epfl.ch/dokuwiki/phantm
>> a static analyzer for php..
>>
>> gj.
>
>
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> Care2002-developers mailing list
> Care2002-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/care2002-developers

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers

Reply via email to