mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-24 15:10:17 +07:00
staging: comedi: dt: Replace HTTP links with HTTPS ones
Rationale: Reduces attack surface on kernel devs opening the links for MITM as HTTPS traffic is much harder to manipulate. Deterministic algorithm: For each file: If not .svg: For each line: If doesn't contain `\bxmlns\b`: For each link, `\bhttp://[^# \t\r\n]*(?:\w|/)`: If neither `\bgnu\.org/license`, nor `\bmozilla\.org/MPL\b`: If both the HTTP and HTTPS versions return 200 OK and serve the same content: Replace HTTP with HTTPS. Signed-off-by: Alexander A. Klimov <grandmaster@al2klimov.de> Link: https://lore.kernel.org/r/20200721190653.67751-1-grandmaster@al2klimov.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
3659743d48
commit
f8cdbd4f4d
@ -640,6 +640,6 @@ static struct comedi_driver dt2801_driver = {
|
||||
};
|
||||
module_comedi_driver(dt2801_driver);
|
||||
|
||||
MODULE_AUTHOR("Comedi http://www.comedi.org");
|
||||
MODULE_AUTHOR("Comedi https://www.comedi.org");
|
||||
MODULE_DESCRIPTION("Comedi low-level driver");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
@ -640,6 +640,6 @@ static struct comedi_driver dt2811_driver = {
|
||||
};
|
||||
module_comedi_driver(dt2811_driver);
|
||||
|
||||
MODULE_AUTHOR("Comedi http://www.comedi.org");
|
||||
MODULE_AUTHOR("Comedi https://www.comedi.org");
|
||||
MODULE_DESCRIPTION("Comedi driver for Data Translation DT2811 series boards");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
@ -285,6 +285,6 @@ static struct comedi_driver dt2814_driver = {
|
||||
};
|
||||
module_comedi_driver(dt2814_driver);
|
||||
|
||||
MODULE_AUTHOR("Comedi http://www.comedi.org");
|
||||
MODULE_AUTHOR("Comedi https://www.comedi.org");
|
||||
MODULE_DESCRIPTION("Comedi low-level driver");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
@ -212,6 +212,6 @@ static struct comedi_driver dt2815_driver = {
|
||||
};
|
||||
module_comedi_driver(dt2815_driver);
|
||||
|
||||
MODULE_AUTHOR("Comedi http://www.comedi.org");
|
||||
MODULE_AUTHOR("Comedi https://www.comedi.org");
|
||||
MODULE_DESCRIPTION("Comedi low-level driver");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
@ -135,6 +135,6 @@ static struct comedi_driver dt2817_driver = {
|
||||
};
|
||||
module_comedi_driver(dt2817_driver);
|
||||
|
||||
MODULE_AUTHOR("Comedi http://www.comedi.org");
|
||||
MODULE_AUTHOR("Comedi https://www.comedi.org");
|
||||
MODULE_DESCRIPTION("Comedi low-level driver");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
@ -1167,6 +1167,6 @@ static struct comedi_driver dt282x_driver = {
|
||||
};
|
||||
module_comedi_driver(dt282x_driver);
|
||||
|
||||
MODULE_AUTHOR("Comedi http://www.comedi.org");
|
||||
MODULE_AUTHOR("Comedi https://www.comedi.org");
|
||||
MODULE_DESCRIPTION("Comedi driver for Data Translation DT2821 series");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
@ -735,6 +735,6 @@ static struct pci_driver dt3000_pci_driver = {
|
||||
};
|
||||
module_comedi_pci_driver(dt3000_driver, dt3000_pci_driver);
|
||||
|
||||
MODULE_AUTHOR("Comedi http://www.comedi.org");
|
||||
MODULE_AUTHOR("Comedi https://www.comedi.org");
|
||||
MODULE_DESCRIPTION("Comedi driver for Data Translation DT3000 series boards");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
Loading…
Reference in New Issue
Block a user