Skip to content

Also guard against entity expansion attacks in attribute values (#149) #187

Also guard against entity expansion attacks in attribute values (#149)

Also guard against entity expansion attacks in attribute values (#149) #187

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
test:
name: Tests on node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version:
- 19
- 18
- 16
- 14
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run download-xmlconf
- run: npm test
env:
XMLCONF_PATH: './temp/xmlconf'