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

Fix Ch14 image #222

Merged
merged 1 commit into from
Apr 25, 2024
Merged

Fix Ch14 image #222

merged 1 commit into from
Apr 25, 2024

Conversation

theAtropos4n6
Copy link
Collaborator

-Tried to fix broken image

manuscript/chapter14.txt Dismissed Show dismissed Hide dismissed
manuscript/chapter14.txt Dismissed Show dismissed Hide dismissed
Copy link

@check-spelling-bot Report

🔴 Please review

See the 📂 files view, the 📜action log, or 📝 job summary for details.

Unrecognized words (138)
Adroid
Akkaya
Alabdulsalam
Alassafi
Alenezi
Almolhis
Alsagri
analisys
appications
athoritative
Atlam
Baggili
Baig
Berla
botnet
Bouchaud
Breitinger
BSides
budle
CFCE
chapterj
Chattopadhyay
Chehab
Chernyshev
collaboratecom
commmands
comnet
COMST
Contiki
CSCI
cyberattack
Dehghantanha
DHFS
diin
direcotries
doi
Dragonas
elcomsoft
encompasing
Epifani
Epiphaniou
Evangelos
FAIo
followingt
forenisc
fsidi
garadi
Gmdsoft
Grupposo
Guizani
Habtamu
Hadi
hal
Hannay
Hashem
Hemdan
Heraklion
Hexordia
HIKVISION
Hyunji
IACIS
ICGS
icst
IJDCF
Imran
infotainment
Ioa
Jazani
Kangyoun
Karabiyik
Katrin
Kazmi
Kechadi
Kerai
Khac
LEAHY
Ledit
Lutta
Markakis
Mattia
MCCE
Mccormack
MCME
Mirai
MNT
MOBI
Montasari
Multijurisdictional
Nikoloudakis
Noura
NTMS
Oriwoh
Pallis
Panagiotakis
Paraben
Phill
proactively
Rabadia
Rehman
rnes
Sandvik
Sangjin
Sansurooah
Sedky
Seo
Servida
Shenoi
Sikos
Skynet
smartphones
smartwatch
Snapchat
spredsheets
Spyder
stakeholders
Stoyanova
subnetting
subsituted
Sustainability
Szewczyk
Tik
tprimary
traige
uninstalls
Vantroys
wal
webinar
Worksharing
WSNs
Xiaomi
Yaacoub
Yaqoob
Yirang
Youn
Zawoad
zena
zhiliaoapp
Zulkipli
To accept these unrecognized words as correct, you could run the following commands

... in a clone of the git@github.com:Digital-Forensics-Discord-Server/TheHitchhikersGuidetoDFIRExperiencesFromBeginnersandExperts.git repository
on the theAtropos4n6-patch-6 branch (ℹ️ how do I use this?):

curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/prerelease/apply.pl' |
perl - 'https://github.com/Digital-Forensics-Discord-Server/TheHitchhikersGuidetoDFIRExperiencesFromBeginnersandExperts/actions/runs/8836737339/attempts/1'

OR

To have the bot accept them for you, comment in the PR quoting the following line:
@check-spelling-bot apply updates.

Forbidden patterns 🙅 (1)

In order to address this, you could change the content to not match the forbidden patterns (comments before forbidden patterns may help explain why they're forbidden), add patterns for acceptable instances, or adjust the forbidden patterns themselves.

These forbidden patterns matched content:

s.b. GitHub

(?<![&*.]|// |type )\bGithub\b(?![{)])
Pattern suggestions ✂️ (1)

You could add these patterns to .github/actions/spelling/patterns.txt:

# Automatically suggested patterns
# hit-count: 1 file-count: 1
# Non-English
[a-zA-Z]*[ÀÁÂÃÄÅÆČÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝßàáâãäåæčçèéêëìíîïðñòóôõöøùúûüýÿĀāŁłŃńŅņŒœŚśŠšŜŝŸŽžź][a-zA-Z]{3}[a-zA-ZÀÁÂÃÄÅÆČÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝßàáâãäåæčçèéêëìíîïðñòóôõöøùúûüýÿĀāŁłŃńŅņŒœŚśŠšŜŝŸŽžź]*|[a-zA-Z]{3,}[ÀÁÂÃÄÅÆČÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝßàáâãäåæčçèéêëìíîïðñòóôõöøùúûüýÿĀāŁłŃńŅņŒœŚśŠšŜŝŸŽžź]|[ÀÁÂÃÄÅÆČÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝßàáâãäåæčçèéêëìíîïðñòóôõöøùúûüýÿĀāŁłŃńŅņŒœŚśŠšŜŝŸŽžź][a-zA-Z]{3,}

Errors (4)

See the 📂 files view, the 📜action log, or 📝 job summary for details.

❌ Errors Count
ℹ️ candidate-pattern 1
❌ check-file-path 1
❌ forbidden-pattern 1
⚠️ non-alpha-in-dictionary 4

See ❌ Event descriptions for more information.

If the flagged items are 🤯 false positives

If items relate to a ...

  • binary file (or some other file you wouldn't want to check at all).

    Please add a file path to the excludes.txt file matching the containing file.

    File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files.

    ^ refers to the file's path from the root of the repository, so ^README\.md$ would exclude README.md (on whichever branch you're using).

  • well-formed pattern.

    If you can write a pattern that would match it,
    try adding it to the patterns.txt file.

    Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines.

    Note that patterns can't match multiline strings.

🚂 If you're seeing this message and your PR is from a branch that doesn't have check-spelling,
please merge to your PR's base branch to get the version configured for your repository.

@AndrewRathbun AndrewRathbun self-assigned this Apr 25, 2024
@AndrewRathbun AndrewRathbun changed the title Update Ch14 Fix Ch14 image Apr 25, 2024
@AndrewRathbun AndrewRathbun merged commit 9346d6b into main Apr 25, 2024
8 of 10 checks passed
@AndrewRathbun AndrewRathbun deleted the theAtropos4n6-patch-6 branch April 25, 2024 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants