Skip to content

Commit d2543a4

Browse files
committed
typos
1 parent 1dc4800 commit d2543a4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,5 +135,5 @@ Targets:
135135
- [ ] GUI cleanup ?
136136
- [ ] deprecate `:filemode` in ROUTE
137137
- [ ] support ClearKey Content Protection (CCP)
138-
- [ ] FFMPEG subtile support
138+
- [ ] FFMPEG subtitle support
139139

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Thus only reports that are confirmed reproducible on the current `HEAD` of the `
1313

1414
## Reporting a Vulnerability
1515

16-
Vulnerabilities (as well as other bugs) should be reported directly using the [Github issue trakcer](https://github.com/gpac/gpac/issues).
16+
Vulnerabilities (as well as other bugs) should be reported directly using the [Github issue tracker](https://github.com/gpac/gpac/issues).
1717

18-
Corner cases reported (e.g. y fuzzers) which do not lead to some security concerns (e.g. overflows) are not considered as part as our security policy.
18+
Corner cases which do not lead to some security concerns are not considered as part as our security policy. For example isolated overflows generated by fuzzers and reported by ASAN and not leading to a crash are excluded.
1919

2020
Please include all information needed to reproduce the issue, including a sample file.
2121

share/doc/man/gpac-filters.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1849,7 +1849,7 @@ The syntax is available at https://wiki.gpac.io/Common-Encryption
18491849
.br
18501850
The DRM config file can be set per PID using the property DecryptInfo (highest priority), CryptInfo (lower priority) or set at the filter level using .I cfile (lowest priority).
18511851
.br
1852-
When the file is set per PID, the first CryptInfo with the same ID is used, otherwise the first CryptInfo is used.When the file is set globally (not per PID), the first CrypTrack in the DRM config file with the same ID is used, otherwise the first CrypTrack with ID 0 or not set is used.
1852+
When the file is set per PID, the first CryptInfo with the same ID is used, otherwise the first CryptInfo is used. When the file is set globally (not per PID), the first CrypTrack in the DRM config file with the same ID is used, otherwise the first CrypTrack with ID 0 or not set is used.
18531853
.br
18541854

18551855
.br

0 commit comments

Comments
 (0)