Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the repeater version #123

Closed
1 task
ostridm opened this issue Oct 21, 2022 · 0 comments · Fixed by #124
Closed
1 task

Bump the repeater version #123

ostridm opened this issue Oct 21, 2022 · 0 comments · Fixed by #124
Assignees
Labels
Type: bug Something isn't working

Comments

@ostridm
Copy link
Contributor

ostridm commented Oct 21, 2022

Information

Demo projects npm run test:sec command is unable to execute due to version incompatibility error.

Steps to reproduce

Follw the instructions from README of sectester-js-demo project
Observe results from npm run test:sec command

Actual results

 FAIL  test/sec/users.e2e-spec.ts (13.551 s)
  /users
    POST /
      × should not have XSS (5555 ms)
    GET /:id
      × should not have SQLi (5081 ms)

  ● /users › POST / › should not have XSS

    (!) CRITICAL: The current running version is no longer supported, please update @sectester.

      at Repeater.handleRegisterError (../packages/repeater/src/lib/Repeater.ts:166:15)
      at Repeater.handleRegisterResult (../packages/repeater/src/lib/Repeater.ts:143:12)
      at Repeater.register (../packages/repeater/src/lib/Repeater.ts:100:10)
      at Repeater.start (../packages/repeater/src/lib/Repeater.ts:62:7)
      at SecRunner.init (../packages/runner/src/lib/SecRunner.ts:40:5)
      at Object.<anonymous> (sec/users.e2e-spec.ts:48:5)

Expected results

npm run test:sec command is able to start and execute

Acceptance criteria

  • npm run test:sec command is able to start and execute without version error
@ostridm ostridm added the Type: bug Something isn't working label Oct 21, 2022
@ostridm ostridm self-assigned this Oct 21, 2022
ostridm added a commit that referenced this issue Oct 21, 2022
@derevnjuk derevnjuk changed the title Fix repeater version Bump the repeater version Oct 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant