
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
ca-jobapply-frontend
Advanced tools
$ git clone git@github.com:SEEK-Jobs/ca-jobapply-frontend.git
$ cd ca-jobapply-frontend
$ npm install
You'll also need to ensure you have dev and stub subdomains setup in your /etc/hosts
127.0.0.1 dev.seek.com.au
127.0.0.1 stub.seek.com.au
npm run update-schema
# Run the project locally.
$ npm start
Once the dev-server is running, you can view the project in your browser by
visiting http://dev.seek.com.au:5012/job/1/apply
Using the dev server, you can toggle whether or not API mocks return certain data.
For example, once you've run npm start
and the browser has opened, add ?resumesEnabled
on to the end of the local Job Apply URL.
This will return profile resumes for prefill.
Unauthenticated: ?unauthenticated
Resumes: ?resumesEnabled
No most recent role: ?noRole
No privacy level set: ?noPrivacyLevel
Role requirements: http://dev.seek.com.au:5012/job/4/apply
Staged Apply: http://dev.seek.com.au:5012/job/4/apply?resumesEnabled&features=stagedApply
matching@seek.com.au
password
new@seek.com.au
# Build the application ready for deployment, with output going to ./dist
$ yarn run build
Normally the build step happens on Teamcity, and you will rarely need to run the command shown above. It is handy to do this from time to time, and to familiarise yourself with the layout of the built application, as it can help prevent nasty bugs resulting from incorrect paths and so forth.
# First build the app, the below command will ensure the same data is used during run on the pipeline
$ yarn test:build
# Then run the tests
yarn test:cypress
# Run the unit tests
$ yarn run test:unit
# Run the single chrome tests
$ yarn run test:testcafe
Buildkite agent (CI) runs everything in docker.
To run locally using the docker image, use the ./docker-run.sh
script
./docker-run.sh yarn run lint
This uses
To pass environment variables to docker, use a .env
file. Use template .env.local
.
Please ensure your code pass the repository Guidelines before sending a pull request, other wise your pull request will fail the testing and will not be merged.
Datadog: https://app.datadoghq.com/dashboard/559-92v-hgd/connect-job-apply-frontend-ui
FAQs
SEEK Job Apply Frontend
The npm package ca-jobapply-frontend receives a total of 0 weekly downloads. As such, ca-jobapply-frontend popularity was classified as not popular.
We found that ca-jobapply-frontend demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.