Björn Kimminich

Results 27 issues of Björn Kimminich

I just recently moved https://bkimminich/juice-shop into https://juice-shop/juice-shop and noticed a behavior change of my release flow https://github.com/juice-shop/juice-shop/blob/master/.github/workflows/release.yml#L49 as follows: ## Precondition I manually create a draft release named `vX.Y.Z` where...

# Regression Without any relevant changes on my end an AppVeyor job I have running GitBook CLI fails when using `0.4.0` while trying to convert an SVG into a PNG:...

We're currently working on a generator for @juice-shop challenges for CTFd 3.x and wanted to use the CSV import instead of the full-backup approach we have for CTFd 2.x: https://github.com/juice-shop/juice-shop-ctf/issues/116...

# :bug: Bug report ## Description At least in CTFd the payload as part of the "Bonus Payload" challenge description is this ```

bug
hacktoberfest

I am having a test spec for a component that has a `` on it. I naively tried to do just import `SlideshowModule` in my spec, but it runs into...

chore

As Juice Shop already has a complete set of API integration and end-to-end vulnerability exploit tests, it would be cool to be able to run them through your pipeline as...

I hope to be able to replace some ugly ``` it('should consist of one object pushed into flagKeys.results per challenge', function () { return expect(generateData(challenges, options.noTextHints, options.noHintUrls, '')).to.eventually.deep.include( { flagKeys:...

Instead of maintaining whitelists on versioneye.com it would be more convenient (and closer to the source) to have the parser evaluate a `.versioneye.yml` file in the project root path: It...