Wiki.js | A modern and powerful wiki app built on Node.js
88 matches across 5 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | config.sample.yml | 7 | # --------------------------------------------------------------------- |
| MEDIUM | config.sample.yml | 9 | # --------------------------------------------------------------------- |
| MEDIUM | config.sample.yml | 13 | # --------------------------------------------------------------------- |
| MEDIUM | config.sample.yml | 15 | # --------------------------------------------------------------------- |
| MEDIUM | config.sample.yml | 88 | # --------------------------------------------------------------------- |
| MEDIUM | config.sample.yml | 90 | # --------------------------------------------------------------------- |
| MEDIUM | config.sample.yml | 97 | # --------------------------------------------------------------------- |
| MEDIUM | config.sample.yml | 99 | # --------------------------------------------------------------------- |
| MEDIUM | config.sample.yml | 104 | # --------------------------------------------------------------------- |
| MEDIUM | config.sample.yml | 106 | # --------------------------------------------------------------------- |
| MEDIUM | config.sample.yml | 111 | # --------------------------------------------------------------------- |
| MEDIUM | config.sample.yml | 113 | # --------------------------------------------------------------------- |
| MEDIUM | config.sample.yml | 118 | # --------------------------------------------------------------------- |
| MEDIUM | config.sample.yml | 120 | # --------------------------------------------------------------------- |
| MEDIUM | config.sample.yml | 126 | # --------------------------------------------------------------------- |
| MEDIUM | config.sample.yml | 128 | # --------------------------------------------------------------------- |
| MEDIUM | config.sample.yml | 135 | # --------------------------------------------------------------------- |
| MEDIUM | config.sample.yml | 137 | # --------------------------------------------------------------------- |
| MEDIUM | config.sample.yml | 141 | # --------------------------------------------------------------------- |
| MEDIUM | config.sample.yml | 143 | # --------------------------------------------------------------------- |
| MEDIUM | config.sample.yml | 57 | # --------------------------------------------------------------------- |
| MEDIUM | config.sample.yml | 59 | # --------------------------------------------------------------------- |
| MEDIUM | server/app/data.yml | 1 | # --------------------------------- |
| MEDIUM | server/app/data.yml | 4 | # --------------------------------- |
| MEDIUM | server/app/data.yml | 169 | # --------------------------------- |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | config.sample.yml | 1 | ####################################################################### |
| LOW | config.sample.yml | 41 | # cert: path/to/cert.crt |
| LOW | config.sample.yml | 81 | # to 1024 bits (default: null): |
| LOW | config.sample.yml | 101 | |
| LOW | config.sample.yml | 121 | # If your server cannot access the internet. Set to true and manually |
| LOW | config.sample.yml | 141 | # --------------------------------------------------------------------- |
| LOW | server/graph/resolvers/folder.js | 1 | module.exports = { |
| LOW | server/graph/resolvers/folder.js | 21 | // name: args.name |
| LOW | server/graph/resolvers/tag.js | 1 | module.exports = { |
| LOW | server/graph/resolvers/tag.js | 21 | // createTag(obj, args) { |
| LOW | server/graph/resolvers/tag.js | 41 | // return tag.removeDocument(doc) |
| LOW | server/models/pages.js | 1021 | }) |
| LOW | server/modules/rendering/markdown-katex/mhchem.js | 81 | // |
| LOW | server/modules/rendering/markdown-katex/mhchem.js | 101 | // |
| LOW | .github/workflows/build.yml | 381 | with: |
| LOW | .github/workflows/build.yml | 401 | # sudo apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main" |
| LOW | dev/cypress/plugins/index.js | 1 | /// <reference types="cypress" /> |
| LOW | dev/cypress/support/index.js | 1 | // *********************************************************** |
| LOW | dev/cypress/support/commands.js | 1 | // *********************************************** |
| LOW | dev/cypress/support/commands.js | 21 | // Cypress.Commands.add("dismiss", { prevSubject: 'optional'}, (subject, options) => { ... }) |
| LOW | dev/containers/docker-compose.yml | 21 | container_name: wiki-adminer |
| LOW | dev/helm/values.yaml | 81 | # hosts: |
| LOW | dev/helm/values.yaml | 121 | # readOnlyRootFilesystem: true |
| LOW | dev/helm/values.yaml | 141 | extraEnvVars: [] |
| LOW | dev/helm/values.yaml | 161 | enabled: true |
| LOW | dev/helm/values.yaml | 181 | ## PostgreSQL Database to create. |
| LOW | dev/helm/values.yaml | 201 | ## Persistent Volume Storage configuration. |
| LOW | dev/helm/values.yaml | 221 | size: 8Gi |
| LOW | client/scss/base/icons.scss | 1 | // @font-face { |
| LOW | client/scss/base/icons.scss | 21 | // white-space: nowrap; |
| LOW | client/components/admin/admin-pages-edit.vue | 41 | v-list-item-title Edit |
| LOW | client/components/admin/admin-general.vue | 121 | v-toolbar(color='indigo', dark, dense, flat) |
| LOW | client/components/admin/admin-general.vue | 141 | //- disabled |
| LOW | client/components/admin/admin-theme.vue | 61 | outlined |
| LOW | client/components/admin/admin-theme.vue | 81 | //- template(v-slot:item='thm') |
| LOW | client/components/admin/admin-security.vue | 101 | //- v-model='config.securityCSP' |
| LOW | client/components/admin/admin-extensions.vue | 61 | // responseResult { |
| LOW | client/components/common/nav-header.vue | 21 | v-flex(xs5, md4) |
| LOW | client/components/editor/editor-modal-media.vue | 81 | v-menu(offset-x, min-width='200') |
| LOW | client/components/editor/editor-modal-media.vue | 161 | //- .body-2(:class='$vuetify.theme.dark ? `white--text` : `teal--text`') {{$t('editor:assets.fetchImage' |
| LOW | client/components/editor/editor-markdown.vue | 441 | // reader.onload = evt => { |
| LOW | client/components/editor/editor-modal-properties.vue | 201 | //- .overline {{$t('editor:props.socialFeatures')}} |
| LOW | client/components/editor/editor-modal-properties.vue | 221 | //- v-model='isPublished' |
| LOW | client/themes/default/components/page.vue | 181 | span {{$t('common:header.history')}} |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | client/components/editor/markdown/help.vue | 17 | div **Lorem ipsum** |
| LOW | client/components/editor/markdown/help.vue | 22 | .caption: strong Lorem ipsum |
| LOW | client/components/editor/markdown/help.vue | 28 | div *Lorem ipsum* |
| LOW | client/components/editor/markdown/help.vue | 33 | .caption: em Lorem ipsum |
| LOW | client/components/editor/markdown/help.vue | 39 | div ~~Lorem ipsum~~ |
| LOW | client/components/editor/markdown/help.vue | 44 | .caption(style='text-decoration: line-through;') Lorem ipsum |
| LOW | client/components/editor/markdown/help.vue | 156 | div Lorem ipsum |
| LOW | client/components/editor/markdown/help.vue | 158 | div Dolor sit amet |
| LOW | client/components/editor/markdown/help.vue | 163 | .caption Lorem ipsum |
| LOW | client/components/editor/markdown/help.vue | 165 | .caption Dolor sit amet |
| LOW | client/components/editor/markdown/help.vue | 185 | div.pl-3 echo 'Lorem ipsum' |
| LOW | client/components/editor/markdown/help.vue | 200 | span.token.string 'Lorem ipsum'#[br] |
| LOW | client/components/editor/markdown/help.vue | 211 | div > Lorem ipsum |
| LOW | client/components/editor/markdown/help.vue | 212 | div > dolor sit amet |
| LOW | client/components/editor/markdown/help.vue | 218 | blockquote(style='border: 1px solid #263238; border-radius: .5rem; padding: 1rem 24px;') Lorem ips |
| LOW | client/components/editor/markdown/help.vue | 218 | blockquote(style='border: 1px solid #263238; border-radius: .5rem; padding: 1rem 24px;') Lorem ips |
| Severity | File | Line | Snippet |
|---|---|---|---|
| CRITICAL | server/controllers/common.js | 29 | if (WIKI.models.knex.client.pool.numFree() < 1 && WIKI.models.knex.client.pool.numUsed() < 1) { |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | .github/auto_assign.yml | 16 | # Set 0 to add all the reviewers (default: 0) |
| LOW | dev/packer/scripts/999-img-check.sh | 93 | # Check if there are log archives or log files that have not been recently cleared. |