quapka

Results 14 issues of quapka

On the front page you mention: > You can also specify additional OPTIONS attribute as described in http://django-mssql.readthedocs.io/en/latest/settings.html#options The link talks about `extra_params`. But I don't see it being passed...

See [Log4j 3215](https://issues.apache.org/jira/browse/LOG4J2-3215) for more details. Please, have a look at the changes in `src/changes/changes.xml` I've failed to find out instructions on how to update this file properly :)

The Rust version of Noise protocol [snow](https://github.com/mcginty/snow) contains additional [test vectors](https://raw.githubusercontent.com/mcginty/snow/master/tests/vectors/snow.txt). I've pulled them in and simply loaded as the [other test vector files](https://github.com/plizonczyk/noiseprotocol/blob/master/tests/test_vectors.py#L13) (the new ones are one layer...

The `{token}` in the workflow command `::stop-commands:{token}` has to be a sufficiently random and secure value. Definitely not a string literal. See the [docs](https://docs.github.com/en/actions/learn-github-actions/workflow-commands-for-github-actions#stopping-and-starting-workflow-commands) for more details. Quick `grep`ping through...

help wanted
re: security

**Is your feature request related to a problem? Please describe.** There is no [security policy](https://github.com/graphql-rust/juniper/security/policy) set up for this project. Also, searching for `security` in the [documentation](https://docs.rs/juniper/0.15.7/juniper/?search=security) yields **0** results....

enhancement

The section [How does it work](https://github.com/fzakaria/mvn2nix#how-does-it-work) includes a link [example](https://github.com/fzakaria/mvn2nix/blob/master/examples/mvn2nix/default.nix) that returns `404`.

The command `java -jar standalone/build/libs/ECTesterStandalone.jar ecdsa -n 10 -t NONEwithECDSA openssl` works, but for `nettle` it doesn't work: ``` $ java -jar standalone/build/libs/ECTesterStandalone.jar ecdsa -n 10 -t NONEwithECDSA nettle index;signTime[nano];verifyTime[nano];data;pubW;privS;signature[NONE];nonce;verified...

bug
help wanted

WolfSSL complaints about _keysize_, which affects the tests. This does not show immediately in the GitHub Actions, because the exit code of the test itself is `0`, e.g. [here](https://github.com/crocs-muni/ECTester/actions/runs/10055450990/job/27792134993#step:10:295). However,...

standalone

When the parts of the command `list-libs` output contains too many things (such as for `Curves:` or `Signatures:` for BouncyCastle) it overflows the line and from the second line the...

enhancement
wontfix

Building with Nix is one way of allowing multiple versions of tested libs to be running at the same time. Currently, few versions of OpenSSL are possible, check the commit...

enhancement
standalone