-
Notifications
You must be signed in to change notification settings - Fork 131
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
Feature/md2pdf Worked on issue (#31) #48
Open
R3dIO
wants to merge
85
commits into
OWASP:gitbook
Choose a base branch
from
R3dIO:feature/md2pdf
base: gitbook
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... first draft completed. See #FIXME
* default gitbook `structure.readme` changed to `000 - Introduction.md` * `src/README.md` removed * PDF font family set to 'sans serif' * `_book` directory ignored * new build
There's a parsing issue with the code sampling. Dots (.) where temporarily replaced by understors (_) to allow build PoC output formats. * `E11 - What is Next.md` was removed as it resulted from a previous merge conflict. `src/E11 - What's Next?.md` was kept as files renaming is not required to build with GitBook * "E11 - What's Next?" entry was fixed in `SUMMARY.md` * new build artifacts
Adding `<pagebreak />` in Markdown source files will force a page break. Distributable formats were updated.
.. to be completed with CPU, network, disk
- ransomware as an example for bad patchmanagement - reference to OWASP Top 10 2017, A9 - redundancy, continuity management
- howto get an idea of the network - scanning with nmap from a host or a container
- phreased some points clearer - also include points for distroless - moved network scanning to D03 where it belongs to
Add docker threat overview mindmap
* support for manual page breaks (<pagebreak/>) * PDF build system based on docker (docker-compose run --rm build)
* create `/build` directory * change directory ownership to unprivileged user `node` * adjust filesystem permissions for `/build` directory
* image path fixed in `001 - Threadts.md`
clarify last line/paragraph
fix important typo
Add network policy points
* Works better under Non-Debian-like distros when using plain docker. * Mesos is an old fart and Rancher is probably better to mention these days
... but still he whole thing has a problem (__TypeError: cb.apply is not a function__)
... as I am currently not managing to put everything into one Dockerfile
Lock docker image to node:12.11.1-slim to avoid issues with deprecated gitbook-cli and gitbook versions.
fix: Lock docker base image (closes OWASP#32)
after some PRs/commits.
Newly generated
to avoid root
Add hint for capabilities
Update note regarding user namespace limitations
Add doc structure
which makes it hopefully clearer in which paragraph points are supposed to be added
Add doc structure
Explain the dev branches
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added a docker file and docker-compose for md2pdf node module