Results 10 issues of Simon Dean

Hi. staticman supports only md5 hashing, e.g. to hash an email address field. md5 is an insecure hashing algorithm. It's probably possible to convert md5 hashes to real email addresses...

See the following repo for a minimal reproduction of this issue: * https://github.com/simondean/swagger-request-validator-filename-issue * https://github.com/simondean/swagger-request-validator-filename-issue/blob/main/src/test/java/IssueDemoTest.java * https://github.com/simondean/swagger-request-validator-filename-issue/blob/main/example-openapi.yaml Here's an example OpenAPI spec that demonstrates the issue: https://github.com/simondean/swagger-request-validator-filename-issue/blob/main/example-openapi.yaml ```yaml openapi: 3.0.1...

At the minute Albacore (incorrectly) assumes that sqlcmd's -b argument should only be used when executing more than one SQL script - however that's not the case. The -b argument...

At the minute Albacore (incorrectly) assumes that sqlcmd's -b argument should only be used when executing more than one SQL script - however that's not the case. The -b argument...

Hi. I'm deploying multiple sst codebases to a single AWS account. The codebases use different versions of sst (e.g one is using sst v1.x and one is using sst v2.x)...

### Are you looking for help? No ### Anorm Version (2.5.x / etc) 2.7.0 (latest version) ### Operating System (Ubuntu 15.10 / MacOS 10.10 / Windows 10) Use `uname -a`...

Support running individual scenarios by specifying the line number after the feature file path on the command line. See https://github.com/cucumber/cucumber-js/pull/168 for more info.

enhancement

Support Cucumber's strict mode, where undefined steps cause the test run to fail.

enhancement

Profile names with hyphens in them are not handled correctly. At runtime they generate multiple duplicate profiles - though the names of the duplicates aren't identical, just very similar.

bug

Test scenarios: - No features executed. Should output an empty report.