CodeIgniter Forums
OWSAP Class in Codeigniter 3 Version - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: OWSAP Class in Codeigniter 3 Version (/showthread.php?tid=73593)



OWSAP Class in Codeigniter 3 Version - Geetha - 05-13-2019

Please give me Some idea to me use OWSAP Below Security Class in Codeigniter 3.1.10.

I need Below Security Class in Codeigniter 3,

1. Insecure Direct Object Reference Codeigniter 3.1.10
2. Security Misconfiguration Codeigniter 3.1.10
3. Security Misconfiguration Codeigniter 3.1.10
4. Sensitive Data Exposure Codeigniter 3.1.10
5. Missing Function Level Access Control Codeigniter 3.1.10
6. Using Components with Known Vulnerabilities Codeigniter 3.1.10
7. Injection Codeigniter 3.1.10
8. Weak authentication and session management Codeigniter 3.1.10
9. Unvalidated Redirects and Forwards Codeigniter 3.1.10




Is there any default library Or Helper in above OWSAP Security Class Codeigniter 3.1.10?

Am searched but I can't get any default class in Codeigniter 3 version,Please give me solution Is there any Default class or how we add those security in Codeigniter 3 version?



RE: OWSAP Class in Codeigniter 3 Version - Geetha - 05-13-2019

Hi Guys,

Please help me for my above topic , Tell me some idea please , Am searching this tried to integrate more than one day, I Can't get any idea to integrate in Codeigniter 3 Version.

Thanx for your help in Advance.


RE: OWSAP Class in Codeigniter 3 Version - dave friend - 05-14-2019

It is not possible to respond without knowing exactly what bits of code caused each of the warnings.
Is it /application code?
Is it /system/core code?
What software checking system produced the warnings?


RE: OWSAP Class in Codeigniter 3 Version - Geetha - 05-14-2019

(05-14-2019, 05:44 AM)dave friend Wrote: It is not possible to respond without knowing exactly what bits of code caused each of the warnings.
Is it /application code?
Is it /system/core code?
What software checking system produced the warnings?

Sorry In Application Code??


RE: OWSAP Class in Codeigniter 3 Version - dave friend - 05-14-2019

(05-14-2019, 05:50 AM)Geetha Wrote: Sorry In Application Code??

Controllers, Models, Libraries, etc written to utilize the CodeIgniter framework. These are all saved in folders inside the /application folder.


RE: OWSAP Class in Codeigniter 3 Version - Geetha - 05-14-2019

(05-14-2019, 05:56 AM)dave friend Wrote:
(05-14-2019, 05:50 AM)Geetha Wrote: Sorry In Application Code??

Controllers, Models, Libraries, etc written to utilize the CodeIgniter framework. These are all saved in folders inside the /application folder.

Hi Dave ,

It's Okay , Please read this thread Once again.

https://forum.codeigniter.com/thread-73593-post-364303.html#pid364303

I need a solution for OWSAP Class in Codeigniter 3 Version.

It Is urgent.

Thanx for your reply


RE: OWSAP Class in Codeigniter 3 Version - dave friend - 05-14-2019

(05-14-2019, 06:05 AM)Geetha Wrote:
(05-14-2019, 05:56 AM)dave friend Wrote:
(05-14-2019, 05:50 AM)Geetha Wrote: Sorry In Application Code??

Controllers, Models, Libraries, etc written to utilize the CodeIgniter framework. These are all saved in folders inside the /application folder.

Hi Dave ,

It's Okay , Please read this thread Once again.
Ye
https://forum.codeigniter.com/thread-73593-post-364303.html#pid364303

I need a solution for OWSAP Class in Codeigniter 3 Version.

It Is urgent.

Thanx for your reply

Yes, I have seen your original post. I must not understand what you need.

I know what OWSAP is, but what exactly does "OWSAP Class" mean?
What exactly does your list of 9 items represent?


RE: OWSAP Class in Codeigniter 3 Version - Geetha - 05-14-2019

(05-14-2019, 06:13 AM)dave friend Wrote:
(05-14-2019, 06:05 AM)Geetha Wrote:
(05-14-2019, 05:56 AM)dave friend Wrote:
(05-14-2019, 05:50 AM)Geetha Wrote: Sorry In Application Code??

Controllers, Models, Libraries, etc written to utilize the CodeIgniter framework. These are all saved in folders inside the /application folder.

Hi Dave ,

It's Okay , Please read this thread Once again.
Ye
https://forum.codeigniter.com/thread-73593-post-364303.html#pid364303

I need a solution for OWSAP Class in Codeigniter 3 Version.

It Is urgent.

Thanx for your reply

Yes, I have seen your original post. I must not understand what you need.

I know what OWSAP is, but what exactly does "OWSAP Class" mean?  
What exactly does your list of 9 items represent?

Hi Dave,

Am Asking like Below link,

https://www.codeigniter.com/user_guide/libraries/security.html

Please Refer that link XSS and CSRF having Default Class in Codeigniter 3 , am Asking Like Same in my 9 Item List.

My question How to Integrate My above List 9 Items In Codeigniter 3 ??