Results 9 issues of Julian

1. Go to `password.jsp` 2. Put in `12345' where name = '[email protected]'--` in the password fields 3. Goto `login.jsp` 4. Login with new credentials `[email protected]` and password `12345`

It is possible to run a XSS attack through the `contact.jsp` servlet that allows attackers to run arbitrary javascript code on the `contact.jsp` page itself and on `admin.jsp`. 1. Go...

It is possible to run a SQLi attack through the register.jsp servlet that allows new users to register as administrator. 1. Go to `register.jsp` 2. Put in `H@ans','ADMIN','12345')` in the...

It is possible to run a SQLi attack through the `register.jsp` servlet that allows attackers to dump the whole db. 1. Go to `register.jsp` 2. Put in `Mich@el',Select password from...

This PR includes the following changes: - [x] Implement Socket Server that runs in the background and that accepts connections - [ ] Implement a client that ... - [...

Thanks @ptrus for this great library! I was wondering if you are planning to add frequency counts in the future; this feature would be very useful in order to determine...

Except for the differentiation between _"fairly complete"_ and _"in development"_ grammars on the website (https://tree-sitter.github.io/tree-sitter/#available-parsers), I could not find any quality indicators for grammars. If there are already discussions around...

enhancement
grammar

### Question. Hello, I am working on a problem where regular expression based key search would be useful. At the moment I suppose a custom iterator based solution for adding...

kind/question

** Reason for Proposed Changes** - CWE information for the query was missing ** Proposed Changes** - Adding 668 as Exposure of Resource to Wrong Sphere seems the best fit...

query
community