-
Vulnerable Library - error_prone_core-2.10.0.jar
Path to dependency file: /jib-plugins-extension-common/build.gradle
Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1…
-
Difficulties in adding a post / client and inputting all parameters at once, due typo errors that are common in a single text field. Over-reliance on typed input as compared to input given through mul…
-
```
What steps will reproduce the problem?
1. Define a table with BLOB coloum.
SQL:
create table images(id int, img BLOB)
2. Read data.
CODE:
func getImg(conn *sqlite.Conn) []byte…
-
# Problem
Multiple RN devs have experienced difficulty linking local packages.
- Link RN SDK packages into web-components
- Link web-components into invoicing-template
Investigation required.
# Ba…
-
@wqx6
Converting the request handle data to JSON and then having send_request() convert that JSON to TLV is just painful to do. You are going to have to build custom code for every parameter list.
…
-
```
What steps will reproduce the problem?
1. Define a table with BLOB coloum.
SQL:
create table images(id int, img BLOB)
2. Read data.
CODE:
func getImg(conn *sqlite.Conn) []byte…
-
**Requested feature**
The feature I propose is to make common email formats (such as .msg, .eml, and calendar files like .ics) readily available for users. This feature addresses the need for users t…
-
It'd be nice, if one sees a worm-scraper-produced EPUB in the wild, to know what version it is, and therefore how many of the text fixups it has.
The ideal version of this would only count changes …
-
The `error-prone` tool from Google looks interesting: https://github.com/google/error-prone
I should add it to the reports that are generated for the `site`.
-
I find that a builder to create an AST programmatically would be helpful for generating code targeting a language built using Langium. My current approach is to use the `CompositeGeneratorNode` syntax…