Language agnostic vulnerability addition
See original GitHub issueIs your feature request related to a problem? Please describe. Someone wanting to introduce a new vulnerability have to open up the code and add the desired vulnerability add the annotations then run it, someone unfamiliar with Java might find that difficult
Describe the solution you’d like
A way to register
a certain vulnerability , it could be via an API , a /POST
or a /PUT
with file upload.
Could probably think about just allowing certain type of vulnerabilities to be added this way as a start.
We could also provide an export option if we allow users to make additions so they can simply kill the server and load it again with the same changes
Issue Analytics
- State:
- Created 3 years ago
- Comments:15 (10 by maintainers)
Top Results From Across the Web
Language-agnostic dynamic analysis of multilingual code
Analyzing multilingual code holistically is key to systematic quality assurance of real-world software which is mostly developed in multiple ...
Read more >Towards Language Agnostic Universal Representations
We take inspiration from the UG hy- pothesis and learn latent representations that are language agnostic which allow us to solve down- stream...
Read more >SLACC: Simion-based Language Agnostic Code Clones - arXiv
We propose Simion-based Language-Agnostic Code-Clone de- tection (SLACC), a semantic approach to code similarity that is predicated on the ...
Read more >Language Agnostic Security Code Review | flawed.net.nz
Hunting through code for potential security issues generally requires having a very in-depth understanding of the language being reviewed.
Read more >Making CIDER more language agnostic? (decoupling Clojure ...
Improve the documentation for the current nREPL middleware, filling in missing return values and adding types for all parameters/return values.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@hemantgs great idea. Need to evaluate it. Similar idea’s :
Hi @hemantgs ,
As part of a new initiative https://github.com/SasanLabs/VulnerableApp-facade we have introduced a new mechanism where docker is added such that the developers can add the vulnerabilities in their choice of tech stack. please have a look and let me know if it serves the purpose.
thanks, Karan