Karan Preet Singh Sasan

Results 98 issues of Karan Preet Singh Sasan

As part of https://github.com/SasanLabs/VulnerableApp-facade/issues/56 we have introduced a unit testing framework and now we are looking for adding more unit test for the project. we are missing few unit tests...

good first issue
HacktoberFest

Currently, VulnerableApp-Facade doesn't support localization and the entire text is in English, we need to introduce localization support where a different file will contain all the locale-specific text, and based...

documentation
enhancement
good first issue
Analysis

As VulnerableApp-Facade UI is a Single Page Application, hence there is no routing and all communication is done using Ajax hence browser history stack doesn't store any information of the...

enhancement
good first issue
Analysis

There is currently no Github action that validates the PR. Add the action to validate both javascript/typescript changes (`npm run build`) and also Lua changes in the PR.

enhancement
good first issue

While discussing with @nowakkamil found that we are missing readme details and documentation so need to add it.

documentation
enhancement
good first issue
help wanted

1. Create a Video explaining the project goals and mission 2. Write a blog post 3. Spread the word on Twitter, Reddit, etc.

documentation
good first issue
Thinking New
publicise

``` "vulnerabilityTypes":[ { "identifierType":"Custom", "value":"UNRESTRICTED_FILE_UPLOAD" }, { "identifierType":"CWE", "value":"434" }, { "identifierType":"Custom", "value":"PERSISTENT_XSS" }, { "identifierType":"CWE", "value":"79" }, { "identifierType":"WASC", "value":"8" }, { "identifierType":"Custom", "value":"REFLECTED_XSS" }, { "identifierType":"CWE", "value":"79" },...

The current schema has few issues like there are no flags like URLs etc to validate vulnerabilities found by scanners. Have a look at: https://github.com/zapbot/zap-mgmt-scripts/tree/master/vulnerableApp for more information. We either...

documentation
enhancement
Analysis

Add the timeline to the VulnerableApp-Facade: https://rsuitejs.com/components/timeline/

enhancement

Earlier we have tested the ZAP AjaxSpider against our basic UI where we faced some issues. Now as we have moved to our new UI so now we need to...

enhancement
good first issue
publicise