quapka

Results 7 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