What do you think about my OSS project?

Coding Critique is the place to post source code for peer review by other members of DevNetwork. Any kind of code can be posted. Code posted does not have to be limited to PHP. All members are invited to contribute constructive criticism with the goal of improving the code. Posted code should include some background information about it and what areas you specifically would like help with.

Popular code excerpts may be moved to "Code Snippets" by the moderators.

Moderator: General Moderators

Post Reply
bbalet
Forum Newbie
Posts: 2
Joined: Wed Aug 12, 2015 8:15 am

What do you think about my OSS project?

Post by bbalet »

Hi,

My name is Benjamin BALET and I am the creator of Jorani, a free and open source Leave Management System. I'm developping it for a NGO and I've released its code source under a GPL v3 licence.

Jorani is developped in PHP with CodeIgniter.

Today I'm looking for feedback while I am preparing the next version, especially about its performance and the possible vulnerabilities (or any other kind of feedback). I thought it was secure enough but recently, one of my users show me a security attack (hopefully it was unique and readonly, but I was able to get the content of a specific db table).

So if you are willing to check it out and give my some advices, any help would be appreciated.

The project is hosted on github : https://github.com/bbalet/jorani
Feel free to download the master version (v0.4.1 in development).

Thank you
Post Reply